mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-01 03:22:52 -05:00
[cleanup] linter, code formatting and readme
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
# coding: utf-8
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
# Don't use relative imports
|
||||
# ⚠ Don't use relative imports
|
||||
from yt_dlp.extractor.common import InfoExtractor
|
||||
|
||||
|
||||
# See https://github.com/ytdl-org/youtube-dl#adding-support-for-a-new-site
|
||||
# for instuctions on making extractors
|
||||
# ℹ️ Instructions on making extractors can be found at:
|
||||
# 🔗 https://github.com/ytdl-org/youtube-dl#adding-support-for-a-new-site
|
||||
|
||||
class SamplePluginIE(InfoExtractor):
|
||||
_WORKING = False
|
||||
|
Reference in New Issue
Block a user