1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 14:37:16 +08:00

[televizeseznam] tabs to spaces

This commit is contained in:
Petr Vaněk 2020-01-14 19:08:07 +01:00
parent e87b23373b
commit dd46c55f92

View File

@ -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 = {