New small fix for kokoshka source needed #463

Closed
opened 2025-10-29 12:32:42 +00:00 by GLlgGL · 5 comments
GLlgGL commented 2025-10-29 12:32:42 +00:00 (Migrated from github.com)

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

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
webstreamr commented 2025-10-29 13:00:25 +00:00 (Migrated from github.com)

there is the originalTitle/originalName return value for that which should help. I'll check it later

there is the originalTitle/originalName return value for that which should help. I'll check it later
webstreamr commented 2025-10-29 13:31:37 +00:00 (Migrated from github.com)

you were right, english fallback is needed, original title does not help. adapted in 331e5bd

you were right, english fallback is needed, original title does not help. adapted in 331e5bd
GLlgGL commented 2025-10-29 14:49:30 +00:00 (Migrated from github.com)

Thanks. With this there is no more bugs on the kokoshka source.

Thanks. With this there is no more bugs on the kokoshka source.
webstreamr commented 2025-10-29 15:06:41 +00:00 (Migrated from github.com)

nice, thank you for confirming! I'll tag a release and try to look into the new extractor in the upcoming days

nice, thank you for confirming! I'll tag a release and try to look into the new extractor in the upcoming days
GLlgGL commented 2025-10-29 16:40:05 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Creepso/webstreamr-github#463
No description provided.