Search Criteria
Package Details: libcurl-impersonate-bin 1.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libcurl-impersonate-bin.git (read-only, click to copy) |
---|---|
Package Base: | libcurl-impersonate-bin |
Description: | Series of patches that make curl requests look like Chrome |
Upstream URL: | https://github.com/lexiforest/curl-impersonate |
Licenses: | MIT |
Conflicts: | curl-impersonate |
Provides: | libcurl-impersonate, libcurl-impersonate-chrome |
Submitter: | mattf |
Maintainer: | mattf |
Last Packager: | mattf |
Votes: | 3 |
Popularity: | 0.058599 |
First Submitted: | 2022-07-16 02:21 (UTC) |
Last Updated: | 2025-08-22 13:02 (UTC) |
Required by (2)
- python-curl-cffi (requires libcurl-impersonate)
- python-curl-cffi-git (requires libcurl-impersonate)
Sources (5)
- https://github.com/lexiforest/curl-impersonate/releases/download/v1.2.1/libcurl-impersonate-v1.2.1.aarch64-linux-gnu.tar.gz
- https://github.com/lexiforest/curl-impersonate/releases/download/v1.2.1/libcurl-impersonate-v1.2.1.arm-linux-gnueabihf.tar.gz
- https://github.com/lexiforest/curl-impersonate/releases/download/v1.2.1/libcurl-impersonate-v1.2.1.i386-linux-gnu.tar.gz
- https://github.com/lexiforest/curl-impersonate/releases/download/v1.2.1/libcurl-impersonate-v1.2.1.x86_64-linux-gnu.tar.gz
- https://raw.githubusercontent.com/lexiforest/curl-impersonate/master/LICENSE
Latest Comments
1 2 Next › Last »
Nebulosa commented on 2025-08-11 12:13 (UTC)
Yes, now all works as expected!
mattf commented on 2025-08-11 12:06 (UTC)
@Nebulosa, regarding the wrong checksums, that was already fixed right? (except using sha256)
Nebulosa commented on 2025-08-11 11:18 (UTC) (edited on 2025-08-11 11:30 (UTC) by Nebulosa)
Error due updating - hashsums should be different for each arch. Also better use sha256 from download page:
PKGBUILD with other edits here
Neurognostic commented on 2025-05-20 02:52 (UTC) (edited on 2025-05-20 02:54 (UTC) by Neurognostic)
Also, please add
${pkgname%-bin}
orlibcurl-impersonate
to theprovides
andconflicts
arrays.Neurognostic commented on 2025-05-19 22:13 (UTC) (edited on 2025-05-19 22:20 (UTC) by Neurognostic)
Can you please also provide a symlink to an unversioned .so for
libcurl-impersonate.so
and a major versioned .so forlibcurl-impersonate.so.4
?That way we can configure
python-curl-cffi
to link it instead of the*-chrome
name.Nebulosa commented on 2025-05-08 11:37 (UTC) (edited on 2025-05-08 11:38 (UTC) by Nebulosa)
Here's my version of PKGBUILD.
Works perfectly with
yt-dlp
andpython-curl-cffi
Not sure about firefox support, so I removed information about it. Also fixed warnings and some errors from namcap checking
zer0def commented on 2025-05-07 07:43 (UTC) (edited on 2025-05-07 07:47 (UTC) by zer0def)
Why are you stomping static libs and causing conflicts with upstream packages like, for example,
zlib
? They're not necessary for running the .so.Pulec commented on 2025-05-06 21:33 (UTC)
Ah yes, let's remove the tar.gz before trying to cp it... https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=libcurl-impersonate-bin#n29
Swap those lines, please. Also, cp is not happy with glob, so the correct package should be:
1 2 Next › Last »