Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Skipping url 1 (no matching videos found) with VPN #342

Closed
infinitel8p opened this issue Feb 28, 2024 · 1 comment
Closed

Skipping url 1 (no matching videos found) with VPN #342

infinitel8p opened this issue Feb 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@infinitel8p
Copy link

infinitel8p commented Feb 28, 2024

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:

nordvpn connect United_States
./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" 

Expected behavior
Download of regionlocked content :)

Client (please complete the following information):

  • OS: Raspberry Pi (Debian GNU/Linux 12 (bookworm))
  • Version crunchy-cli 3.2.5 (6e01e9e 2024-01-14)

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)

@infinitel8p infinitel8p added the bug Something isn't working label Feb 28, 2024
@infinitel8p
Copy link
Author

worked with vpn, i just had a typo, jp-JP instead of ja-JP

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant