X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fyoutube.py;h=5488101e1997d1078c44a73ef0af5487aa3dcea9;hb=ff79552f13efbfa87a814dd0a950aa797b08a5cd;hp=eba699c3ace0ebdb379a457e2a6ceaff8f1f2f41;hpb=ac0df2350a5ff4fcedd7502df127300361595d7e;p=youtube-dl.git diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index eba699c3a..5488101e1 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -1657,9 +1657,8 @@ class YoutubeWatchLaterIE(YoutubePlaylistIE): IE_NAME = 'youtube:watchlater' IE_DESC = 'Youtube watch later list, ":ytwatchlater" for short (requires authentication)' _VALID_URL = r'https?://www\.youtube\.com/(?:feed/watch_later|playlist\?list=WL)|:ytwatchlater' - _FEED_NAME = 'watch_later' - _PLAYLIST_TITLE = 'Youtube Watch Later' - _PERSONAL_FEED = True + + _TESTS = [] # override PlaylistIE tests def _real_extract(self, url): return self._extract_playlist('WL')