Add available extractors dynamically from imports of extractors package

This commit is contained in:
2019-06-12 22:28:58 -05:00
parent d0491d8dd0
commit 99d02c97f0
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ YOUTUBE_API_VERSION = "v3"
log = logging.getLogger("extractors.youtube.com")
class interface(object):
name = "youtube"
name = "YouTube"
def __init__(self):
self.results = []