From e08e76663f0a5e4261d35025c38dfe98949a61e4 Mon Sep 17 00:00:00 2001 From: Bastian Eicher Date: Sun, 20 Sep 2020 20:02:49 +0200 Subject: [PATCH] Replaced discontinued ffmpeg hosting --- utils/ffmpeg.watch.py | 7 -- utils/ffmpeg.xml | 206 ++------------------------------------ utils/ffmpeg.xml.template | 36 ------- 3 files changed, 6 insertions(+), 243 deletions(-) delete mode 100644 utils/ffmpeg.watch.py delete mode 100644 utils/ffmpeg.xml.template diff --git a/utils/ffmpeg.watch.py b/utils/ffmpeg.watch.py deleted file mode 100644 index 3757ad334..000000000 --- a/utils/ffmpeg.watch.py +++ /dev/null @@ -1,7 +0,0 @@ -from urllib.request import Request, urlopen -import re -from datetime import datetime - -data = urlopen(Request('https://ffmpeg.zeranoe.com/builds/win64/static/', headers={'User-Agent': 'Mozilla/5.0'})).read().decode('utf-8') -matches = re.findall(r'ffmpeg-([0-9\.]+)-win64-static\.zip<\/a>\s*(..-...-....)', data) -releases = [{'version': match[0], 'released': datetime.strftime(datetime.strptime(match[1], '%d-%b-%Y'), '%Y-%m-%d')} for match in matches] \ No newline at end of file diff --git a/utils/ffmpeg.xml b/utils/ffmpeg.xml index 20f79ec98..c2b548331 100644 --- a/utils/ffmpeg.xml +++ b/utils/ffmpeg.xml @@ -17,207 +17,13 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + diff --git a/utils/ffmpeg.xml.template b/utils/ffmpeg.xml.template deleted file mode 100644 index 1c5111ffe..000000000 --- a/utils/ffmpeg.xml.template +++ /dev/null @@ -1,36 +0,0 @@ - - - FFmpeg - record, convert and stream audio and video - A complete, cross-platform solution to record, convert and stream audio and video. - Utility - http://ffmpeg.org/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -