mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[cleanup] Misc cleanup
This commit is contained in:
parent
4e3b637d5b
commit
b5ae35ee6d
25 changed files with 142 additions and 136 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue