aboutsummaryrefslogtreecommitdiffstats
path: root/ytdlp_plugins/extractor/sample.py
diff options
context:
space:
mode:
Diffstat (limited to 'ytdlp_plugins/extractor/sample.py')
-rw-r--r--ytdlp_plugins/extractor/sample.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ytdlp_plugins/extractor/sample.py b/ytdlp_plugins/extractor/sample.py
index 41954b6be..321f3fed1 100644
--- a/ytdlp_plugins/extractor/sample.py
+++ b/ytdlp_plugins/extractor/sample.py
@@ -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