@sbstratos79 Yeah I'm aware. Youtube changed something and it now blocks curl, no matter what. I'm not sure what I should do about that while using curl.
Search Criteria
Package Details: quickmedia r1445.69ac43b-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/quickmedia.git (read-only, click to copy) |
---|---|
Package Base: | quickmedia |
Description: | A rofi inspired native client for web services. Supports youtube, peertube, lbry, soundcloud, nyaa.si, 4chan, matrix, saucenao, hotexamples, anilist, dramacool and several manga sites. |
Upstream URL: | https://git.dec05eba.com/QuickMedia |
Licenses: | GPL-3.0-only |
Submitter: | DEC05EBA |
Maintainer: | DEC05EBA |
Last Packager: | DEC05EBA |
Votes: | 17 |
Popularity: | 1.35 |
First Submitted: | 2024-11-15 18:42 (UTC) |
Last Updated: | 2025-04-06 21:56 (UTC) |
Dependencies (16)
- curl (curl-gitAUR, curl-c-aresAUR)
- libglvnd (libglvnd-gitAUR)
- libx11 (libx11-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxrender
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, mpv-amd-full-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-full-build-gitAUR)
- noto-fonts (noto-fonts-hinted-gitAUR, noto-fonts-unhinted-gitAUR, noto-fonts-unhinted-variable-gitAUR, noto-fonts-unhinted-variable-slim-gitAUR, noto-fonts-full-gitAUR, noto-fonts-full-variable-gitAUR, noto-fonts-full-variable-slim-gitAUR, noto-fonts-mainAUR, noto-fonts-liteAUR, noto-fonts-variable-liteAUR, noto-fonts-latin-greek-cyrillicAUR, ttf-noto-sans-vfAUR, ttf-noto-serif-vfAUR, ttf-noto-sans-mono-vfAUR, ttf-noto-megamergeAUR)
- meson (meson-gitAUR) (make)
- automediaAUR (optional) – For automatically downloading new chapters of tracked manga
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (optional) – For displaying webp thumbnails, uploading video thumbnails on matrix and merging video and audio when downloading youtube videos
- libnotify (libnotify-gitAUR) (optional) – For showing notifications
- noto-fonts-cjk (noto-fonts-cjk-vfAUR, noto-fonts-cjk-hk-vfAUR, noto-fonts-cjk-jp-vfAUR, noto-fonts-cjk-kr-vfAUR, noto-fonts-cjk-sc-vfAUR, noto-fonts-cjk-tc-vfAUR, noto-fonts-hk-vfAUR, noto-fonts-jp-vfAUR, noto-fonts-kr-vfAUR, noto-fonts-sc-vfAUR, noto-fonts-tc-vfAUR, otf-noto-sans-cjkAUR, otf-noto-sans-cjk-vfAUR, otf-noto-sans-mono-cjk-vfAUR, otf-noto-serif-cjk-vfAUR, otf-noto-serif-cjkAUR, noto-fonts-cjk-chwsAUR, ttf-noto-sans-cjk-vfAUR, ttf-noto-sans-mono-cjk-vfAUR, ttf-noto-serif-cjk-vfAUR) (optional) – To display chinese, japanese and korean characters
- source-highlight (optional) – For syntax highlighting in matrix codeblocks
- waifu2x-ncnn-vulkan (waifu2x-ncnn-vulkan-gitAUR) (optional) – For upscaling manga pages when using the --upscale-images option
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – For downloading torrents when using nyaa.si plugin or opening remote links
- yt-dlp (yt-dlp-gitAUR) (optional) – To download soundcloud music
Required by (0)
Sources (2)
DEC05EBA commented on 2025-04-08 18:53 (UTC)
sbstratos79 commented on 2025-04-08 18:51 (UTC)
Youtube videos are not loading anymore. I'm getting exit status 22
for every video with a "Failed to load media" notification:
Failed to execute program ('curl' '-H' 'Accept-Language: en-US,en;q=0.5' '-H' 'Connection: keep-alive' '--compressed' '-g' '-s' '-L' '-f' '-H' 'Content-Type: application/json' '-H' 'X-YouTube-Client-Name: 1' '-H' 'X-YouTube-Client-Version: 2.20210622.10.00' '--data-raw' '
{"context":{"client":{"hl":"en","gl":"US","clientName":"IOS","clientVersion":"17.33.2","deviceModel":"iPhone14,3"}},"videoId":"dQw4w9WgXcQ"}
' '-H' 'cookie: YSC=fkJdju9EoKo; VISITOR_INFO1_LIVE=oBjXf8QdxrU; CONSENT=YES+SE.sv+V10' '-H' 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36' '--' 'https://www.youtube.com/youtubei/v1/player?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8&gl=US&hl=en&prettyPrint=false'), exit status 22
DEC05EBA commented on 2025-03-10 17:08 (UTC)
@sbstratos79 thanks, fixed
sbstratos79 commented on 2025-03-10 15:53 (UTC)
Fails with:
fatal error: rapidjson/fwd.h: No such file or directory
DEC05EBA commented on 2023-12-18 18:47 (UTC)
@Bitals thanks, fixed
Bitals commented on 2023-12-18 18:44 (UTC)
mkdir emoji
in prepare()
has been giving me headaches for sometime now when rebuilding.
Please change it to mkdir -p emoji
to not fail if dir already exists.
DEC05EBA commented on 2023-10-14 16:33 (UTC)
Quickmedia no longer depends on yt-dlp for youtube. Youtube videos should now start faster and buffer much faster.
justcommenting commented on 2023-01-29 22:19 (UTC)
@DEC05EBA
In source=( "${pkgname}-${pkgver}.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.r1310.5c854e1.tar.gz"
you're changing the "r1310.5c854e1" part every time instead of just using ${pkgver} - as you're supposed to (see man). As a result, if you do check aur PKGBUILD updates with your AUR helper, you have to compare the entire URL each time, which is annoying.
Pinned Comments
DEC05EBA commented on 2020-09-10 19:19 (UTC) (edited on 2020-09-24 01:17 (UTC) by DEC05EBA)
See https://git.dec05eba.com/QuickMedia/about/ for controls and screenshots