Package Details: irreader 1.7.2-1

Git Clone URL: https://aur.archlinux.org/irreader.git (read-only, click to copy)
Package Base: irreader
Description: 订阅网页、RSS和Podcast,具备急速的阅读体验,
Upstream URL: http://irreader.fatecore.com/
Keywords: rss
Licenses: Private
Submitter: AsukaMinato
Maintainer: AsukaMinato (AronYoung)
Last Packager: AsukaMinato
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-04 06:04 (UTC)
Last Updated: 2025-02-15 19:55 (UTC)

Pinned Comments

AsukaMinato commented on 2025-02-15 19:56 (UTC)

if 403, use

aria2c 'http://download.fatecore.com/irreader/irreader-1.7.2.zip' \
                                         --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
                                         --header 'Accept-Language: en-US,en;q=0.9' \
                                         --header 'Connection: keep-alive' \
                                         --header 'Referer: http://irreader.fatecore.com/' \
                                         --header 'Sec-GPC: 1' \
                                         --header 'Upgrade-Insecure-Requests: 1' \
                                         --header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'  -s16 -x16 -k1M

AsukaMinato commented on 2023-12-07 19:34 (UTC)

curl --insecure --silent https://irreader.fatecore.com/ | grep --perl-regexp --only-matching "irreader-.*?.zip"

Latest Comments

AsukaMinato commented on 2025-02-15 19:56 (UTC)

if 403, use

aria2c 'http://download.fatecore.com/irreader/irreader-1.7.2.zip' \
                                         --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \
                                         --header 'Accept-Language: en-US,en;q=0.9' \
                                         --header 'Connection: keep-alive' \
                                         --header 'Referer: http://irreader.fatecore.com/' \
                                         --header 'Sec-GPC: 1' \
                                         --header 'Upgrade-Insecure-Requests: 1' \
                                         --header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'  -s16 -x16 -k1M

AsukaMinato commented on 2023-12-07 19:34 (UTC)

curl --insecure --silent https://irreader.fatecore.com/ | grep --perl-regexp --only-matching "irreader-.*?.zip"

MarsSeed commented on 2023-06-23 08:44 (UTC)

Please remove example text and unused fields from PKGBUILD and add your name and email as maintainer.