-
Notifications
You must be signed in to change notification settings - Fork 56
Description
When parsing download links from the site i was seeing a lot of errors and connection failures and saw some of the imported urls had video-cdn1. instead of just video. which i guess is cloudflare and would error out since it's unable to fetch data from those links. Idk if there is a better way to filter out those types of urls, but editing the content parser formula to substitute -cdn1 for (blank) would create a functioning link, though it leaves it with one mp4 and one webm url of the same content associated with the downloaded one which was mp4 for me.
It's been working without errors so far, but idk if there are others like cdn1 that would do the same thing. Just figured i'd put that out there in case anyone else uses that site and has the same problem or knows of a better way to handle it like removing the full bad url completely so it isn't requesting both urls for no reason.