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/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -