mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Release 2021.02.19
This commit is contained in:
parent
bc2ca1bb75
commit
4524baf056
6 changed files with 53 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue