gan-of-culture / get-sauce

A command line program to download Hentai videos and images from multiple websites
MIT License
128 stars 10 forks source link

hentaihaven.xxx: URL parse failed #123

Closed marek22k closed 1 year ago

marek22k commented 1 year ago

Describe the bug Episodes according to the scheme https://hentaihaven.xxx/watch/[series]/episode-[num]/ can be downloaded without problems, but not OVAs:

To Reproduce

$get-sauce https://hentaihaven.xxx/watch/fuyu-no-semi/ova-1/
2023/05/14 20:56:52 URL parse failed

Expected behavior Downloads normally like a episode.

Desktop (please complete the following information):

Edit: Same applies for URLs like https://hentaihaven.xxx/watch/ai-no-kusabi/episode-1-1999/

gan-of-culture commented 1 year ago

Thanks for reporting the issue. Yes indeed this is a bug, because the Regex parsing the URLs only allowed episode-[num] until now. I will update it.

gan-of-culture commented 1 year ago

Please check if it works now.