Update yt_dlp/extractor/tvplay.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
pull/10398/head
Lukas Šupienis 1 year ago committed by GitHub
parent 307697b72f
commit cb648ccd6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -216,8 +216,7 @@ class TVPlayHomeIE(InfoExtractor):
https?://
(?:tv3?)?
play\.(?:tv3|skaties)\.(?P<country>lv|lt|ee)/
(lives/)?
[^?#&]+(?P<category>episode|programme|clip|live)-(?P<id>\d+)
[^?#&]+,(?P<category>episode|programme|clip|live)-(?P<id>\d+)
'''
_TESTS = [{
'url': 'https://play.tv3.lt/series/gauju-karai-karveliai,serial-2343791/serija-8,episode-2343828',

Loading…
Cancel
Save