JDALab / film-central

A mov-cli plugin for watching Films and Shows.
MIT License
21 stars 0 forks source link

[BUG] vidsrcto and vidsrcme both dont work anymore #3

Closed EbanNox closed 3 months ago

EbanNox commented 3 months ago

Vidsrcto can't fetch media URL and vidsrcme has still the same 'data-h' issue Screenshot_2024-06-11_130746.jpg

~ $ mov-cli -s vid1 "spider man" -c 1 --debug
[DEBUG] (mov_cli) - Config -> {'version': 1, 'player': 'mpv', 'debug': True, 'parser': 'lxml', 'editor': 'nano', 'skip_update_checker': False, 'ui': {'fzf': True}, 'plugins': {'tmdb': 'film-central', 'anim': 'otaku-watcher', 'yout': 'mov-cli-youtube', 'file': 'mov-cli-files', 'serv': 'mov-cli-ms'}, 'scrapers': {'vid1': 'tmdb.vidsrcto', 'vid2': 'tmdb.vidsrcme', 'vid3': 'tmdb.vadapav', 'gogo': 'anim.default', 'yt': 'yout.default', 'yt-a': {'namespace': 'yout.default', 'options': {'audio': True, 'shorts': False}}, 'file': 'file.default', 'default': 'vid1'}, 'quality': {'resolution': 1080}}

Good Afternoon, buddy.
    It's 01:08 PM on a magnificent Tuesday!

[DEBUG] (mov_cli) - Scraper args picked up on --> []
[DEBUG] (mov_cli) - Using the scraper overridden namespace 'vid1'...
[INFO] (mov_cli) - Using 'tmdb.vidsrcto' scraper...
[INFO] (mov_cli) - Searching for 'spider man'...
[DEBUG] (mov_cli) - [HTTPClient] GET -> https://api.themoviedb.org/3/search/movie?query=spider man&include_adult=false&language=en-US&page=1&api_key=d39245e111947eb92b947e3a8aacc89f
[DEBUG] (mov_cli) - [HTTPClient] GET -> https://api.themoviedb.org/3/search/tv?query=spider man&include_adult=false&language=en-US&page=1&api_key=d39245e111947eb92b947e3a8aacc89f
[DEBUG] (mov_cli) - [HTTPClient] GET -> https://vidsrc.to/embed/movie/557
[INFO] (mov_cli) - Scrapping 'Spider-Man'...
[DEBUG] (mov_cli) - [HTTPClient] GET -> https://vidsrc.to/embed/movie/557
[DEBUG] (mov_cli) - [HTTPClient] GET -> https://vidsrc.to/ajax/embed/episode/o_ZiPMI=/sources
[DEBUG] (mov_cli) - [HTTPClient] GET -> https://vidsrc.to/ajax/embed/source/pPRgPM8=
[DEBUG] (mov_cli) - [HTTPClient] GET -> https://github.com/Ciarands/vidsrc-keys/blob/main/keys.json
[DEBUG] (mov_cli) - [HTTPClient] GET -> https://vidplay.online/futoken
[DEBUG] (mov_cli) - [HTTPClient] GET -> https://vidplay.online/mediainfo/ViFRsaNNs4HEroQlCLBjSDKXLf1Llg5PaLF3IGGaxyO_R_l-8Q2KOdg80GSRRHrGlw==,184,155,142,199,231,218,131,135,195,120,122,141,220,217,179,176?sub.info=https%3A%2F%2Fvidsrc.to%2Fajax%2Fembed%2Fepisode%2Fo_ZiPMI%3D%2Fsubtitles&t=4xjRAfQmAFUAyQ%3D%3D&ads=0&src=vidsrc&autostart=true
[ERROR] (mov_cli) - The scraper 'VidSrcToScraper' couldn't find 'Spider-Man'! Don't report this to mov-cli, report this to the plugin itself.
Fraei2 commented 3 months ago

The key we use hasn't been updated in a while it seems.

EbanNox commented 3 months ago

The key we use hasn't been updated in a while it seems.

Yep, must have been, becose it works now