aboutsummaryrefslogtreecommitdiffstats
path: root/ytdlp_plugins/extractor/sample.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-10-09 05:53:15 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-10-09 22:32:00 +0530
commitb5ae35ee6d3f913898770b8c74ee5f5e5cc33560 (patch)
tree522e8c204c63433978cf736c4638aee76a11a3e5 /ytdlp_plugins/extractor/sample.py
parent4e3b637d5be70b92ee511743405f3c907fed20f6 (diff)
downloadhypervideo-pre-b5ae35ee6d3f913898770b8c74ee5f5e5cc33560.tar.lz
hypervideo-pre-b5ae35ee6d3f913898770b8c74ee5f5e5cc33560.tar.xz
hypervideo-pre-b5ae35ee6d3f913898770b8c74ee5f5e5cc33560.zip
[cleanup] Misc cleanup
Diffstat (limited to 'ytdlp_plugins/extractor/sample.py')
-rw-r--r--ytdlp_plugins/extractor/sample.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ytdlp_plugins/extractor/sample.py b/ytdlp_plugins/extractor/sample.py
index 986e5bb22..d99b7ca33 100644
--- a/ytdlp_plugins/extractor/sample.py
+++ b/ytdlp_plugins/extractor/sample.py
@@ -5,7 +5,7 @@ from yt_dlp.extractor.common import InfoExtractor
# â„šī¸ Instructions on making extractors can be found at:
-# 🔗 https://github.com/ytdl-org/youtube-dl#adding-support-for-a-new-site
+# 🔗 https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#adding-support-for-a-new-site
class SamplePluginIE(InfoExtractor):
_WORKING = False