Release 2021.02.19

This commit is contained in:
pukkandan 2021-02-20 03:03:17 +05:30
parent bc2ca1bb75
commit 4524baf056
6 changed files with 53 additions and 11 deletions

View file

@ -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