diff options
author | Kevin Ngo <ngoke@onid.oregonstate.edu> | 2011-11-12 17:28:26 -0800 |
---|---|---|
committer | Kevin Ngo <ngoke@onid.oregonstate.edu> | 2011-11-12 17:28:26 -0800 |
commit | 38348005b3f4d30ed8e4ca4784decce4f7631f42 (patch) | |
tree | 79d08c03eb878799f3b23d36ae0783ee7ae6d523 | |
parent | 208c4b9128d1476a259cb416f4662d2574974233 (diff) |
removed weird indent
-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() ] |