New small fix for kokoshka source needed #463
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#463
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
There is a case for ex. search the movie "Our Fault" or "Culpa Nuestra" it doesnt show result even if the movie exist
The problem is here in the 'sq' part. If we use 'sq' movie doesn't appear, if we remove it or use 'en' movie appears(but other Albanian movies doesn't).
const [name, year] = await getTmdbNameAndYear(ctx, this.fetcher, tmdbId, 'sq');
So I think should be added a check if with 'sq' nothing found try with 'en' to be able to get results for both cases
there is the originalTitle/originalName return value for that which should help. I'll check it later
you were right, english fallback is needed, original title does not help. adapted in
331e5bdThanks. With this there is no more bugs on the kokoshka source.
nice, thank you for confirming! I'll tag a release and try to look into the new extractor in the upcoming days
Ok I hope you add those 3 extractors because than I have another source ready to add...The source is using vkvideo, vidguard and turbuvidplay.
Bye.