From 20cb323d5d3546d44f7854030c86e6fe930fef20 Mon Sep 17 00:00:00 2001 From: SpiderRider067 <36859584+SpiderRider067@users.noreply.github.com> Date: Fri, 25 Dec 2020 16:18:43 -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 4ef199e12..ee6e7e48d 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))[^<]+<\/a>', + r']+(?Parchive\.org\/download[^<]+(?:mkv|mp4|avi))[^<]+<\/a>', webpage, 'video url') title = self._search_regex( r'(?P[^<]+)<\/span>', webpage,