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:
parent
307697b72f
commit
cb648ccd6d
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue