mirror of
https://abf.rosa.ru/djam/yt-dlp.git
synced 2025-02-24 07:42:53 +00:00
Updated to release 2016.01.23
This commit is contained in:
parent
48b34d1e78
commit
f87c0d7a6d
2 changed files with 5 additions and 3 deletions
3
.abf.yml
3
.abf.yml
|
@ -9,5 +9,6 @@ removed_sources:
|
||||||
youtube-dl-2015.08.28.tar.gz: 40239ed25172035b765b8c797b3e2239e1f5cf8d
|
youtube-dl-2015.08.28.tar.gz: 40239ed25172035b765b8c797b3e2239e1f5cf8d
|
||||||
youtube-dl-2015.09.09.tar.gz: 1b7dd89bd4298163d5c9bfe34dc4307da23fcfeb
|
youtube-dl-2015.09.09.tar.gz: 1b7dd89bd4298163d5c9bfe34dc4307da23fcfeb
|
||||||
youtube-dl-2015.12.23.tar.gz: cb61b3e0321f1ec5b46bdbab11686277a6b6a250
|
youtube-dl-2015.12.23.tar.gz: cb61b3e0321f1ec5b46bdbab11686277a6b6a250
|
||||||
sources:
|
|
||||||
youtube-dl-2016.01.01.tar.gz: 3e2ceac648c284ec06259b0d2e5b6dc2d282e3ca
|
youtube-dl-2016.01.01.tar.gz: 3e2ceac648c284ec06259b0d2e5b6dc2d282e3ca
|
||||||
|
sources:
|
||||||
|
youtube-dl-2016.01.23.tar.gz: 4843069809d9605d92d66969293652db07fde5ba
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
Summary: Small command-line program to download videos from YouTube
|
Summary: Small command-line program to download videos from YouTube
|
||||||
Name: youtube-dl
|
Name: youtube-dl
|
||||||
Version: 2016.01.01
|
Version: 2016.01.23
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Public Domain and GPLv2+
|
License: Public Domain and GPLv2+
|
||||||
Group: Video
|
Group: Video
|
||||||
Url: http://rg3.github.com/youtube-dl/
|
Url: http://rg3.github.com/youtube-dl/
|
||||||
Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
BuildRequires: pythonegg(nose)
|
BuildRequires: pythonegg(nose)
|
||||||
BuildRequires: pythonegg(setuptools)
|
BuildRequires: pythonegg(setuptools)
|
||||||
# For tests
|
# For tests
|
||||||
BuildRequires: ffmpeg
|
BuildRequires: ffmpeg
|
||||||
Requires: python
|
Requires: python
|
||||||
Suggests: ffmpeg
|
Suggests: ffmpeg
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Small command-line program to download videos from YouTube and similar sites.
|
Small command-line program to download videos from YouTube and similar sites.
|
||||||
|
|
Loading…
Add table
Reference in a new issue