Unable to download even with VPN #13
Description
Hi!
I've tried to modify the code and add the URL of my own country, but it didn't work, so i tried a VPN and even though https://southparkstudios.com/ redirected me to southpark.de, the download still failed.
I tried with both default (English) and -D. I also tried to download directly from yt-dlp and the download failed.
./southpark-downloader.sh -D -s 5 -e 1
-e \e[1;31m>>> Your region is on . You need to be in Germany (southpark.de) for German episodes. If you don't want to buy a plane ticket to Germany, you can also use a VPN.\e[m
./southpark-downloader.sh -d -s 5 -e 1
-e \e[33m>>> Your region is on , which is currently unknown. Please open an issue on GitHub. If the program doesn't work, you can try to VPN into Germany.\e[m
-ne \e[32m>>> Updating episode index\e[m
With yt-dlp using my own country URL i get:
[generic] Extracting URL: https://www.southparkstudios.com.br/episodios/940f8z/south-park-cartman-ganha-uma-sonda-anal-temporada-1-ep-1
[generic] south-park-cartman-ganha-uma-sonda-anal-temporada-1-ep-1: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] south-park-cartman-ganha-uma-sonda-anal-temporada-1-ep-1: Extracting information
ERROR: Unsupported URL: https://www.southparkstudios.com.br/episodios/940f8z/south-park-cartman-ganha-uma-sonda-anal-temporada-1-ep-1
Any help would be appreciated.