mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 21:29:39 +08:00
[youtube:history] Enable exractor
This commit is contained in:
parent
3ebddc0d5c
commit
30a0a15994
@ -99,7 +99,7 @@ class TestAllURLsMatching(unittest.TestCase):
|
||||
def test_keywords(self):
|
||||
self.assertMatch(':ytsubs', ['youtube:subscriptions'])
|
||||
self.assertMatch(':ytsubscriptions', ['youtube:subscriptions'])
|
||||
# self.assertMatch(':ythistory', ['youtube:history'])
|
||||
self.assertMatch(':ythistory', ['youtube:history'])
|
||||
self.assertMatch(':thedailyshow', ['ComedyCentralShows'])
|
||||
self.assertMatch(':tds', ['ComedyCentralShows'])
|
||||
|
||||
|
@ -806,9 +806,7 @@ from .youtube import (
|
||||
YoutubeIE,
|
||||
YoutubeChannelIE,
|
||||
YoutubeFavouritesIE,
|
||||
# disabled because it can wipe the watch history (see #6893)
|
||||
# remember to uncomment test in test/test_all_urls when it's fixed
|
||||
#YoutubeHistoryIE,
|
||||
YoutubeHistoryIE,
|
||||
YoutubePlaylistIE,
|
||||
YoutubeRecommendedIE,
|
||||
YoutubeSearchDateIE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user