mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-19 23:30:00 +00:00
Add sport videos support for firsttv.py
This commit is contained in:
parent
6fc85f617a
commit
859492e70c
@ -12,7 +12,7 @@ from ..utils import (
|
||||
class FirstTVIE(InfoExtractor):
|
||||
IE_NAME = '1tv'
|
||||
IE_DESC = 'Первый канал'
|
||||
_VALID_URL = r'https?://(?:www\.)?1tv\.ru/(?:[^/]+/)+(?P<id>[^/?#]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?(?:sport)?1tv\.ru/(?:[^/]+/)+(?P<id>[^/?#]+)'
|
||||
|
||||
_TESTS = [{
|
||||
# single format
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user