mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-25 03:53:00 +08:00
[seznamzpravy] Updated API URL
This commit is contained in:
parent
87c82b2b3d
commit
bf4f780ba7
@ -10,7 +10,7 @@ from ..utils import (
|
||||
|
||||
class SeznamZpravyIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?seznam\.cz/zpravy/clanek/(?:[-a-z0-9]+)-(?P<id>[0-9]+)'
|
||||
_API_URL = 'https://apiclanky.seznam.cz/'
|
||||
_API_URL = 'https://apizpravy.seznam.cz/'
|
||||
_MAGIC_SUFFIX = 'spl2,2,VOD'
|
||||
|
||||
_TESTS = [{
|
||||
|
Loading…
Reference in New Issue
Block a user