Remove short.icu or abysscdn.com from being detected from external links #485
Labels
No labels
MediaFlow Proxy
autorelease: pending
autorelease: tagged
bug
documentation
duplicate
enhancement
help wanted
invalid
question
wontfix
🇩🇪 German
🇫🇷 French
🇮🇳 Indian
🇸🇦 Arabic
🌐 Multi
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/webstreamr-github#485
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi
You should remove them because the links from that provider are not playable, at least I'm not aware of any ways to extract from that provider so it should be detected and removed to not show them on external links
You could either do that in the source that returns them or the external extractor yeah. But we'd need a test for that too then hmm
There are alot of websites that use that as source so it's better include the check on the external extractor part to be more global...
So from my tests with different sources there are alot of dead links that external extractors grabs.
I solve it like this by manualy adding them to a list and check on each source for them
Anyway the idea is to do it automatically on the external extractor code and check if grabed link is not found or not responding exclude it.