[cleanup] linter, code formatting and readme

This commit is contained in:
pukkandan 2021-05-18 23:50:59 +05:30
parent 74e001af1d
commit 07cce701de
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
6 changed files with 21 additions and 23 deletions

View file

@ -1,2 +1,3 @@
# flake8: noqa
from .sample import SamplePluginIE

View file

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