This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[extractor/__init__] Add youtube:live and sort youtube extractors alphabetically
totalwebcasting
Sergey M․
9 years ago
parent
f07e276a04
commit
d041a73674
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
youtube_dl/extractor/__init__.py
+ 2
- 1
youtube_dl/extractor/__init__.py
View File
@ -960,7 +960,9 @@ from .youtube import (
YoutubeChannelIE
,
YoutubeFavouritesIE
,
YoutubeHistoryIE
,
YoutubeLiveIE
,
YoutubePlaylistIE
,
YoutubePlaylistsIE
,
YoutubeRecommendedIE
,
YoutubeSearchDateIE
,
YoutubeSearchIE
,
@ -970,7 +972,6 @@ from .youtube import (
YoutubeTruncatedIDIE
,
YoutubeTruncatedURLIE
,
YoutubeUserIE
,
YoutubePlaylistsIE
,
YoutubeWatchLaterIE
,
)
from
.zapiks
import
ZapiksIE
Write
Preview
Loading…
Cancel
Save