about summary refs log tree commit diff
path: root/youtube_dl/extractor/sohu.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-02-15 13:12:41 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-02-15 13:12:41 +0100
commite68abba91099eddee5e84bac6b6228a3b6fb1a95 (patch)
treea97095e469f270949e15f9e741009e37e1b499e1 /youtube_dl/extractor/sohu.py
parent3165dc4d9f8cf637c544802bbbb519d7b3578f08 (diff)
downloadyoutube-dl-e68abba91099eddee5e84bac6b6228a3b6fb1a95.tar.gz
youtube-dl-e68abba91099eddee5e84bac6b6228a3b6fb1a95.tar.xz
youtube-dl-e68abba91099eddee5e84bac6b6228a3b6fb1a95.zip
[sohu] Skip test
Only available from China
Diffstat (limited to 'youtube_dl/extractor/sohu.py')
-rw-r--r--youtube_dl/extractor/sohu.py1
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):