mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-06-30 11:02:54 -05:00
Release 2021.02.19
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
# Don't use relative imports
|
||||
from youtube_dlc.extractor.common import InfoExtractor
|
||||
|
||||
|
||||
# See https://github.com/ytdl-org/youtube-dl#adding-support-for-a-new-site
|
||||
# for instuctions on making extractors
|
||||
|
||||
class SamplePluginIE(InfoExtractor):
|
||||
_WORKING = False
|
||||
IE_DESC = False
|
||||
|
Reference in New Issue
Block a user