From 7f457f913fb2869171595aa82b977e35276b9564 Mon Sep 17 00:00:00 2001 From: SpiderRider067 <36859584+SpiderRider067@users.noreply.github.com> Date: Fri, 25 Dec 2020 16:41:11 -0500 Subject: [PATCH] Update tasvideos.py --- youtube_dl/extractor/tasvideos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/tasvideos.py b/youtube_dl/extractor/tasvideos.py index ee6e7e48d..ba61e07cb 100644 --- a/youtube_dl/extractor/tasvideos.py +++ b/youtube_dl/extractor/tasvideos.py @@ -19,7 +19,7 @@ class TasVideosIE(InfoExtractor): video_id = self._match_id(url) webpage = self._download_webpage(url, video_id) video_url = "http://www." + self._search_regex( - r']+(?Parchive\.org\/download[^<]+(?:mkv|mp4|avi))[^<]+<\/a>', + r']+(?Parchive\.org\/download[^<]+\.(?:mkv|mp4|avi))[^<]+<\/a>', webpage, 'video url') title = self._search_regex( r'(?P[^<]+)<\/span>', webpage,