diff --git a/src/_includes/yt_shims.liquid b/src/_includes/yt_shims.liquid
index 40815dccd1..d547e2408e 100644
--- a/src/_includes/yt_shims.liquid
+++ b/src/_includes/yt_shims.liquid
@@ -2,5 +2,7 @@
{% assign yt-set-short = 'frameborder="0" allowfullscreen loading="lazy"' %}
{% assign yt-watch = 'https://www.youtube.com/watch' %}
{% assign yt-embed = 'https://www.youtube.com/embed' %}
+{% assign yt-embed-playlist = 'https://www.youtube.com/embed/playlist?list=' %}
{% assign yt-playlist = 'https://www.youtube.com/playlist?list=' %}
+{% assign yt-embed-series = 'https://www.youtube.com/embed/videoseries?list=' %}
{% assign yt-std-size = 'width="560" height="315"' %}
diff --git a/src/resources/videos.md b/src/resources/videos.md
index ce10697199..89f8486353 100644
--- a/src/resources/videos.md
+++ b/src/resources/videos.md
@@ -17,15 +17,29 @@ TODO: If the list of videos grows, consider automating this like book.md.
## Dart videos from Google
-A playlist of Google-produced videos,
-ranging from 5-minute talks on Dart asynchrony support
+A playlist of Google-produced videos on Dart's capabilities.
+These range from 5-minute talks on Dart asynchrony support
to the Dart session from Google I/O 2019.
-[Playlist: Dart videos](https://www.youtube.com/playlist?list={{page.dart-playlist-id}})
+[Playlist: Google Dart videos]({{yt-playlist}}{{page.dart-playlist-id}})
+
+## Dart training course in Brazilian Portuguese
+
+Nesta série de vídeos estudaremos juntos a linguagem Dart.
+
+
+
+
+[Playlist: Dart Curso Completo]({{yt-playlist}}PLK5FPzMuRKlyiWZUUqea2Hmszhy9vUixJ)