diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-15 15:34:17 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-15 15:34:17 +0100 |
commit | 6a7a38967976ea0d0b911c2965aaa74bed2976d7 (patch) | |
tree | bc53f64809c3634411b1a6bac6b4639cadd0197f /youtube_dl/extractor/sohu.py | |
parent | 4edff78531c42aa126b02a9b792f84d2775c2172 (diff) | |
parent | 99043c2ea5a670587b005a9cae33cd138a515290 (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'youtube_dl/extractor/sohu.py')
-rw-r--r-- | youtube_dl/extractor/sohu.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/sohu.py b/youtube_dl/extractor/sohu.py index 2b9bf0cb7..bebcafb62 100644 --- a/youtube_dl/extractor/sohu.py +++ b/youtube_dl/extractor/sohu.py @@ -17,6 +17,7 @@ class SohuIE(InfoExtractor): u'info_dict': { u'title': u'MV:Far East Movement《The Illest》', }, + u'skip': u'Only available from China', } def _real_extract(self, url): |