mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 14:27:45 +08:00
[televizeseznam] tabs to spaces
This commit is contained in:
parent
e87b23373b
commit
dd46c55f92
@ -14,13 +14,13 @@ class TelevizeSeznamIE(InfoExtractor):
|
||||
_API_BASE = 'https://www.televizeseznam.cz'
|
||||
_GRAPHQL_URL = '%s/api/graphql' % _API_BASE
|
||||
_GRAPHQL_QUERY = '''query LoadEpisode($urlName : String){ episode(urlName: $urlName){ ...VideoDetailFragmentOnEpisode } }
|
||||
fragment VideoDetailFragmentOnEpisode on Episode {
|
||||
id
|
||||
spl
|
||||
urlName
|
||||
name
|
||||
perex
|
||||
}
|
||||
fragment VideoDetailFragmentOnEpisode on Episode {
|
||||
id
|
||||
spl
|
||||
urlName
|
||||
name
|
||||
perex
|
||||
}
|
||||
'''
|
||||
|
||||
_TEST = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user