1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-01 15:15:15 +00:00

[youtube] add an extractor for the "Watch Later" list

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-07-24 22:13:39 +02:00
parent 156d5ad6da
commit 43ba5456b1
2 changed files with 15 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ from .youtube import (
YoutubeShowIE,
YoutubeSubscriptionsIE,
YoutubeRecommendedIE,
YoutubeWatchLaterIE,
YoutubeFavouritesIE,
)
from .zdf import ZDFIE