You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
Describe the bug
I cant seem to download region locked content even while using a vpn. curl ifconfig.me and checking the ip on https://whatismyipaddress.com/ both show me that im located in New York. When i go to https://www.crunchyroll.com/series/G6JQVM3ER/case-closed-detective-conan i can now watch the episodes. Trying to download though gives me the following:
./crunchy-cli archive -a jp-JP -o"[S{season_number} E{episode_number}] {title}.mkv" --skip-existing "https://www.crunchyroll.com/series/G6JQVM3ER/case-closed-detective-conan"
:: Logging in
:: Parsed url 1
:: Series Case Closed (Detective Conan) is not available with jp-JP audio
:: Series Case Closed (Detective Conan) is not available with ar-ME, de-DE, en-IN, es-LA, fr-FR,
:: Skipping url 1 (no matching videos found)
Is this a error on my part, did i do something wrong? If so, can someone explain how to properly use a vpn to download regionlocked Anime?
To Reproduce
Steps / command to reproduce the behavior:
Additional context
Installed dante-server to setup a SOCKS5 Proxy to use with crunchy-cli. curl --proxy socks5://127.0.0.1:1080 ifconfig.me also worked as expected but then ./crunchy-cli -v --proxy socks5://127.0.0.1:1080 archive -a jp-JP -o"[S{season_number} E{episode_number}] {title}.mkv" --skip-existing "https://www.crunchyroll.com/series/G6JQVM3ER/case-closed-detective-conan" also gave me the same error (no matching videos found)
The text was updated successfully, but these errors were encountered:
Describe the bug
I cant seem to download region locked content even while using a vpn.
curl ifconfig.me
and checking the ip onhttps://whatismyipaddress.com/
both show me that im located in New York. When i go tohttps://www.crunchyroll.com/series/G6JQVM3ER/case-closed-detective-conan
i can now watch the episodes. Trying to download though gives me the following:Is this a error on my part, did i do something wrong? If so, can someone explain how to properly use a vpn to download regionlocked Anime?
To Reproduce
Steps / command to reproduce the behavior:
Expected behavior
Download of regionlocked content :)
Client (please complete the following information):
Additional context
Installed
dante-server
to setup a SOCKS5 Proxy to use with crunchy-cli.curl --proxy socks5://127.0.0.1:1080 ifconfig.me
also worked as expected but then./crunchy-cli -v --proxy socks5://127.0.0.1:1080 archive -a jp-JP -o"[S{season_number} E{episode_number}] {title}.mkv" --skip-existing "https://www.crunchyroll.com/series/G6JQVM3ER/case-closed-detective-conan"
also gave me the same error (no matching videos found)The text was updated successfully, but these errors were encountered: