Search Criteria
Package Details: yle-dl 20240806-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yle-dl.git (read-only, click to copy) |
---|---|
Package Base: | yle-dl |
Description: | Download video and audio from YLE Areena. |
Upstream URL: | http://aajanki.github.io/yle-dl/ |
Keywords: | areena yle |
Licenses: | GPL3 |
Submitter: | Huulivoide |
Maintainer: | ZaZam (Huulivoide) |
Last Packager: | ZaZam |
Votes: | 37 |
Popularity: | 0.22 |
First Submitted: | 2012-04-15 18:12 (UTC) |
Last Updated: | 2024-08-21 20:33 (UTC) |
Dependencies (8)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- python-configargparse (python-configargparse-gitAUR)
- python-lxml
- python-requests
- python-setuptools (make)
- python-psutil (optional)
- python-xattr (optional)
- wget (wget-gitAUR, wurlAUR) (optional) – for some rare streams
Latest Comments
1 2 3 4 5 Next › Last »
ZaZam commented on 2021-01-23 16:33 (UTC)
@sa48mo make sure you rebuild the package, don't just reinstall it.
sa48mo commented on 2021-01-08 18:21 (UTC) (edited on 2021-01-24 17:10 (UTC) by sa48mo)
I get this error message. I already reinstalled yle-dl
Traceback (most recent call last): File "/usr/bin/yle-dl", line 33, in <module> sys.exit(load_entry_point('yle-dl==20201022', 'console_scripts', 'yle-dl')()) File "/usr/bin/yle-dl", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution return Distribution.from_name(distribution_name) File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name raise PackageNotFoundError(name)
edit: thanks @ZaZam
If someone else has the same problem. Here is what to do Download the tarball, extract it and run makepkg -si.
ZaZam commented on 2020-08-19 13:31 (UTC)
@Uumas, I had no errors when building the package. I noticed you have a warning:
WARNING: Using existing $srcdir/ tree
Try removing the src directory before building.
Are you using some aur helper or just plain makepkg?
uumas commented on 2020-08-19 10:02 (UTC)
membend commented on 2019-10-17 15:56 (UTC)
Works with python-attrs-19.3.0-1
ZaZam commented on 2019-10-13 10:07 (UTC)
@Wild_Penguin yle-dl seems to work fine with the latest attrs, I added a patch to allow it.
Wild_Penguin commented on 2019-10-12 16:10 (UTC) (edited on 2019-10-12 16:10 (UTC) by Wild_Penguin)
There is no python-attrs<19.2.0 in AUR nor Arch repositories.
ZaZam commented on 2019-03-23 08:58 (UTC)
@miasma
I tried and yle-dl works with 19.1, but setup.py needs to be changed to allow it. I added a patch.
miasma commented on 2019-03-16 04:25 (UTC)
:: installing python-attrs (19.1.0-1) breaks dependency 'python-attrs<18.3.0' required by yle-dl
Python-attrs was updated again. I tried and it requires changes on the code level. So much for https://www.attrs.org/en/stable/backward-compatibility.html
ZaZam commented on 2019-01-26 14:22 (UTC) (edited on 2019-01-29 13:20 (UTC) by ZaZam)
I also think that the 'provides' and 'conflicts' fields are completely unnecessary on this package. It is enough for the other packages that provide yle-dl to have these fields. I made the PKGBUILD simpler and removed these.
I added a patch to allow newer configargparse versions as yle-dl seems to work fine with the latest one. The same patch is in git, so it can be removed when the next version is released.
1 2 3 4 5 Next › Last »