1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

Update yt_dlp/extractor/tvplay.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
Lukas Šupienis 2024-07-09 19:35:30 +03:00 committed by GitHub
parent 307697b72f
commit cb648ccd6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,8 +216,7 @@ class TVPlayHomeIE(InfoExtractor):
https?:// https?://
(?:tv3?)? (?:tv3?)?
play\.(?:tv3|skaties)\.(?P<country>lv|lt|ee)/ 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 = [{ _TESTS = [{
'url': 'https://play.tv3.lt/series/gauju-karai-karveliai,serial-2343791/serija-8,episode-2343828', 'url': 'https://play.tv3.lt/series/gauju-karai-karveliai,serial-2343791/serija-8,episode-2343828',