mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[sohu] Skip test
Only available from China
This commit is contained in:
parent
3165dc4d9f
commit
e68abba910
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue