mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-04 17:19:53 +00:00
Update tasvideos.py
This commit is contained in:
parent
b67b441108
commit
20cb323d5d
@ -19,7 +19,7 @@ class TasVideosIE(InfoExtractor):
|
|||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
video_url = "http://www." + self._search_regex(
|
video_url = "http://www." + self._search_regex(
|
||||||
r'<a [^>]+(?P<URL>archive\.org\/download[^<]+(?:mkv|mp4))[^<]+<\/a>',
|
r'<a [^>]+(?P<URL>archive\.org\/download[^<]+(?:mkv|mp4|avi))[^<]+<\/a>',
|
||||||
webpage, 'video url')
|
webpage, 'video url')
|
||||||
title = self._search_regex(
|
title = self._search_regex(
|
||||||
r'<span title="Movie[^"]+">(?P<TITLE>[^<]+)<\/span>', webpage,
|
r'<span title="Movie[^"]+">(?P<TITLE>[^<]+)<\/span>', webpage,
|
||||||
|
Loading…
Reference in New Issue
Block a user