-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: errors when downloading files with special characters #217
Comments
I just encountered the same issue of slash characters in episode titles messing up the download path, coincidentally also on Star vs. the Forces of Evil. As a temporary workaround you can change the download function to use yt-dlp as described in https://github.com/justchokingaround/lobster/wiki/Configuration#download-video-function. yt-dlp automatically creates missing directories, so it will create directories with parts of the episode name and then download it there instead of failing. But you’ll have to rename and move the downloaded files afterwards, so it’s still a little tedious. |
was this fixed in 942ad9f ? |
okay, here's a list of TODOs then:
|
Describe the bug
So for some shows, like "star vs the forces of evil", when you try to download and use -x flag(happens without debug but just to show error), it says
ffmpeg -loglevel error -stats -i https://b-g-eu-9.raffaellocdn.net:2223/v3-hls-playback/6457bc92757cf30f5a9a3784605527fd1e182004b9d2209d0ac054be53f5f9445896d2a220f7a1fb9bbcd8bf2a59a7af07c204be7ef1677ca8f5e9b7ead0943b0a2c42669f2d2364428d63b74591b12460e8dfd84fe52b58215bbaea6a08470f482a7a0999cbf7c3832b14979ed0f1fac67ee0ae2f4008842f3d404debe01afc5ebcad830c787a59138442354712132554e1b8026487e210c87d8873db44d460a88f176b554681d8917df4de1dcdab05/playlist.m3u8 -c copy /sdcard/Movies/Star vs. the Forces of Evil - Season 1 - Eps 1 Star Comes To Earth/Party With A Pony.mp4
"
To Reproduce
Steps to reproduce the behavior:
Try to download any random episode of "star vs the forces of evil"
Expected behavior
It should download
Screenshots
![Screenshot_20240726-202337_Termux](https://private-user-images.githubusercontent.com/65234485/352576887-2fe3d760-3494-4066-87f5-1614598f303a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTAxMTcsIm5iZiI6MTczOTIwOTgxNywicGF0aCI6Ii82NTIzNDQ4NS8zNTI1NzY4ODctMmZlM2Q3NjAtMzQ5NC00MDY2LTg3ZjUtMTYxNDU5OGYzMDNhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE3NTAxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkzY2ExYTFmZjc3ZmFiMTU2YTg2YjYwZWZkYjdjMTE3NDE3OWZmMzlhZTQ4ZGYwZWVmMTYzYmM5NjJkMTVkZmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yAN_voz45MJbm9ooMnyLdDvoiXbnJf1NHMjjdftyG20)
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Its not filepath issue as i'm able to download other shows. It's only an issue with "star vs the forces of evil". I used debug flag and copied the ffmpeg and it seems having issue due to special characters in the output filename. Maybe removing special characters from filename can be helpful.
The text was updated successfully, but these errors were encountered: