feat: add Albanian source Kokoshka #430
No reviewers
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#430
Loading…
Reference in a new issue
No description provided.
Delete branch "kokoshka"
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?
based on https://github.com/webstreamr/webstreamr/pull/427
@ -0,0 +1,97 @@import * as cheerio from 'cheerio';@GLlgGL do you remember where you saw the endpoint returning sources? so far I only ever encountered
embed_url@ -0,0 +1,97 @@import * as cheerio from 'cheerio';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...
@GLlgGL you can test this now please :)
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
Tmdb can give us both Albanian and English and we check for both. How does that sound?
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
I'll adapt later and show you :)
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