mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-12 07:09:11 +03:00
New IE: YouTube channels (closes #396)
This commit is contained in:
@@ -328,6 +328,7 @@ def gen_extractors():
|
||||
"""
|
||||
return [
|
||||
YoutubePlaylistIE(),
|
||||
YoutubeChannelIE(),
|
||||
YoutubeUserIE(),
|
||||
YoutubeSearchIE(),
|
||||
YoutubeIE(),
|
||||
|
||||
Reference in New Issue
Block a user