mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-12-26 01:37:27 +00:00
Fix typo
This commit is contained in:
parent
4423eba49b
commit
82c06a40ac
1 changed files with 2 additions and 2 deletions
|
@ -809,8 +809,8 @@ from .youtube import (
|
|||
YoutubeChannelIE,
|
||||
YoutubeFavouritesIE,
|
||||
# disabled because it can wipe the watch history (see #6893)
|
||||
# remember to uncumment test in test/test_all_urls when it's fixed
|
||||
#YoutubeHistoryIE,
|
||||
# remember to uncomment test in test/test_all_urls when it's fixed
|
||||
YoutubeHistoryIE,
|
||||
YoutubePlaylistIE,
|
||||
YoutubeRecommendedIE,
|
||||
YoutubeSearchDateIE,
|
||||
|
|
Loading…
Reference in a new issue