m-patino / fancaps-downloader

Fancaps Downloader
GNU General Public License v3.0
4 stars 2 forks source link

movie issue #6

Closed BrothaGithubber closed 6 months ago

BrothaGithubber commented 6 months ago

https://fancaps.net/movies/MovieImages.php?name=Black_Clover_Sword_of_the_Wizard_King_2023 crawling started: "movie" url detected Traceback (most recent call last): File "D:\AI ART\fancaps-downloader-main\fancaps-downloader.py", line 15, in links = crawler.crawl(args.url) File "D:\AI ART\fancaps-downloader-main\scraper\crawler.py", line 22, in crawl output = [crawler.crawl(url)] File "D:\AI ART\fancaps-downloader-main\scraper\crawlers\movie_crawler.py", line 13, in crawl subfolder = match.group(1) AttributeError: 'NoneType' object has no attribute 'group' 'movieid' is not recognized as an internal or external command, operable program or batch file.

m-patino commented 6 months ago

Hi @BrothaGithubber,

Sorry for this error, i need to add a better error handling. Try with this command:

python fancaps-downloader.py "https://fancaps.net/movies/MovieImages.php?name=Black_Clover_Sword_of_the_Wizard_King_2023&movieid=4087"

The error come with & in args. I will see if a can fix that later or add an error (because this is a special character)

Have a nice day

BrothaGithubber commented 6 months ago

thank you very much