Add available extractors dynamically from imports of extractors package
This commit is contained in:
@@ -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 = []
|
||||
|
Reference in New Issue
Block a user