diff options
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 2e29bad75..f85aa8e42 100755 --- a/youtube-dl +++ b/youtube-dl @@ -3978,7 +3978,7 @@ def gen_extractors(): EscapistIE(), CollegeHumorIE(), XVideosIE(), - SoundcloudIE(), + SoundcloudIE(), GenericIE() ] |