feat: add Albanian source Kokoshka #430

Merged
webstreamr merged 9 commits from kokoshka into main 2025-10-16 14:57:07 +00:00
webstreamr commented 2025-10-16 10:23:44 +00:00 (Migrated from github.com)
based on https://github.com/webstreamr/webstreamr/pull/427
webstreamr (Migrated from github.com) reviewed 2025-10-16 12:59:58 +00:00
@ -0,0 +1,97 @@
import * as cheerio from 'cheerio';
webstreamr (Migrated from github.com) commented 2025-10-16 12:59:58 +00:00

@GLlgGL do you remember where you saw the endpoint returning sources? so far I only ever encountered embed_url

@GLlgGL do you remember where you saw the endpoint returning sources? so far I only ever encountered `embed_url`
GLlgGL (Migrated from github.com) reviewed 2025-10-16 13:14:23 +00:00
@ -0,0 +1,97 @@
import * as cheerio from 'cheerio';
GLlgGL (Migrated from github.com) commented 2025-10-16 13:14:22 +00:00

No me neither got an direct source link but only embed one so this means the second line is a dead code and must be removed...

No me neither got an direct source link but only embed one so this means the second line is a dead code and must be removed...
webstreamr commented 2025-10-16 14:28:36 +00:00 (Migrated from github.com)

@GLlgGL you can test this now please :)

@GLlgGL you can test this now please :)
GLlgGL (Migrated from github.com) approved these changes 2025-10-16 14:48:50 +00:00
GLlgGL commented 2025-10-16 15:05:57 +00:00 (Migrated from github.com)

Movie link

This has the title right on imdb(albanian title) but on tmdb(has it with english subtitles)

Fetch GET https://kokoshka.digital/?s=5%20Times%20No%202023

Should be
Fetch GET https://kokoshka.digital/?s=5%20here%20jo%202023

It shows 0 result

IMDB
https://www.imdb.com/title/tt30146752/

TMDB
https://www.themoviedb.org/search?query=5+here+jo

this is what I was talking about if it's possible to get the title from both imdb and tmdb and match it

[Movie link](https://kokoshka.digital/filma/5-here-jo-2023-filmi-i-plote-shiko-online-falas-film-shqiptar/) This has the title right on imdb(albanian title) but on tmdb(has it with english subtitles) Fetch GET https://kokoshka.digital/?s=5%20Times%20No%202023 Should be Fetch GET https://kokoshka.digital/?s=5%20here%20jo%202023 It shows 0 result IMDB https://www.imdb.com/title/tt30146752/ TMDB https://www.themoviedb.org/search?query=5+here+jo this is what I was talking about if it's possible to get the title from both imdb and tmdb and match it
webstreamr commented 2025-10-16 15:08:27 +00:00 (Migrated from github.com)

Tmdb can give us both Albanian and English and we check for both. How does that sound?

Tmdb can give us both Albanian and English and we check for both. How does that sound?
GLlgGL commented 2025-10-16 15:10:10 +00:00 (Migrated from github.com)

Yes but how I can get it in albanian with the actual code or at least check if no result first time try to check in albanian version?

Can actual code do it?
I see it here in albanian

https://api.themoviedb.org/3/movie/1213327?api_key=xxxxxx&append_to_response=translations

Yes but how I can get it in albanian with the actual code or at least check if no result first time try to check in albanian version? Can actual code do it? I see it here in albanian https://api.themoviedb.org/3/movie/1213327?api_key=xxxxxx&append_to_response=translations
webstreamr commented 2025-10-16 15:32:48 +00:00 (Migrated from github.com)

I'll adapt later and show you :)

I'll adapt later and show you :)
GLlgGL commented 2025-10-16 15:49:22 +00:00 (Migrated from github.com)

Check it I already did and is working....Anyway when you have time no rush.

https://github.com/GLlgGL/websnew/blob/main/src/source/Kokoshka.ts

Check it I already did and is working....Anyway when you have time no rush. https://github.com/GLlgGL/websnew/blob/main/src/source/Kokoshka.ts
Sign in to join this conversation.
No description provided.