whatdaybob / sonarr_youtubedl

A Sonarr companion script to allow the automatic downloading of web series normally not available for Sonarr to search for. Using Youtube-DL it allows you to download your webseries from the list of supported sites.
107 stars 34 forks source link

Downloading from crunchyroll #43

Closed Ethrel closed 1 year ago

Ethrel commented 1 year ago

Using the dev branch (for yt-dlp, because it's updated to the new crunchyroll frontend), I tried using this image to download video from CrunchyRoll.com

It seems to fail somewhere with no errors shown.

If I turn on the debug mode, I get the output lines from https://github.com/whatdaybob/sonarr_youtubedl/blob/570d76d03e2a56f40f0394438ad9cb66b5c26835/app/sonarr_youtubedl.py#L546-L547 but not anything from inside the try block directly below that. It also does not output the log line from the catch block. I'm not sure what's happening there, but it seems to be failing silently in the try block.

Log file for Demon Slayer attempt from crunchyroll is attached. _sonarr_youtubedl_logs.txt

EDIT: I do understand that this project's focus is from youtube, and for that it works wonderfully. However, if it can also handle crunchyroll, I'd be ecstatic. Short of ripping apart the docker container and the script within, I'm not sure how to see what's even going wrong here and how hard a fix it might be.

Yankees4life commented 1 year ago

This tool should work for other sites too. Do you got the configuration file on hand? Maybe it's a regex issue. Doesn't look like it found the titles

Ethrel commented 1 year ago

I am no longer attempting to use this for crunchyroll, and it seems to work just fine with all the youtube stuff. As such, I'm going to close this issue.