mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 23:07:28 +08:00
tvp.info
This commit is contained in:
parent
e3225fc155
commit
e8b7c3220e
@ -6,7 +6,7 @@ from .common import InfoExtractor, ExtractorError
|
||||
|
||||
class TvpIE(InfoExtractor):
|
||||
IE_NAME = 'tvp.pl'
|
||||
_VALID_URL = r'https?://(\w+\.)+tvp\.pl/(?P<id>\d+)/.*'
|
||||
_VALID_URL = r'https?://(\w+\.)+tvp\.(?:pl|info)/(?P<id>\d+)/.*'
|
||||
|
||||
_VIDEO_LISTING_URL = ('http://www.api.v3.tvp.pl/shared/listing.php'
|
||||
'?dump=json&direct=true&count=-1&parent_id={id}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user