This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 585
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py | ||
index 18d8dbcd6..4d3edfac3 100644 | ||
--- a/youtube_dl/extractor/__init__.py | ||
+++ b/youtube_dl/extractor/__init__.py | ||
@@ -13,7 +13,6 @@ except ImportError: | ||
for name, klass in globals().items() | ||
if name.endswith('IE') and name != 'GenericIE' | ||
] | ||
- _ALL_CLASSES.append(GenericIE) | ||
|
||
|
||
def gen_extractor_classes(): |
This file was deleted.
Oops, something went wrong.