Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dailymotion videos no longer play #980

Open
3 tasks done
xRyozuo opened this issue Apr 10, 2024 · 4 comments
Open
3 tasks done

Dailymotion videos no longer play #980

xRyozuo opened this issue Apr 10, 2024 · 4 comments

Comments

@xRyozuo
Copy link

xRyozuo commented Apr 10, 2024

Please confirm whether you've tried the following debugging steps:

  • Clearing cache and refreshing the page (On Firefox, press Ctrl+F5. On Chrome, press F12, then right click the refresh button and click "Empty Cache and Hard Reload")
  • Disabling all browser extensions
  • Using a clean channel with no customizations
    (also tried on several different devices and browsers)

Description of the Problem

Videos from dailymotion dont seem to play anymore (tried adding new random videos, nada), this started happening sometime this week. The channel had been running and working for a few months with no issues. Now theres a blank black box in its stead but the header does display the correct title of the video.

System Information

CONFIRMED IT DOESNT WORK ON:

@calzoneman
Copy link
Owner

Hi, thanks for reporting this. I'm no longer actively maintaining this software so we'll have to see if someone else is willing to redo the dailymotion implementation as it looks like they changed it.

@xRyozuo
Copy link
Author

xRyozuo commented Apr 12, 2024 via email

@Xaekai
Copy link
Collaborator

Xaekai commented Apr 13, 2024

The documentation for DailyMotion player APIs is here:
https://developers.dailymotion.com/sdk/player-sdk/web/#methods

The page referenced in the console errors of CyTube's webclient when you play a DailyMotion video current is here:
https://developers.dailymotion.com/guides/getting-started-with-web-sdk/#player-library-script

I do my best to keep CyTube running but to be quite honest, DailyMotion is something I use quite rarely, and I have other more pressing concerns with the site, so it would be a long time before I could do this. If you're interested in doing it yourself, you'd need to know basic JavaScript, and to look at how the YouTube integration is done. You'd need to embed the DM player library, and modify CyTube's player class for DM.
https://github.com/calzoneman/sync/blob/3.0/player/dailymotion.coffee

@xRyozuo
Copy link
Author

xRyozuo commented Apr 15, 2024

Thank you very much for the roadmap! Ive been tinkering with it, as i understand it i need to create a fork to edit the file. How can i test that what Im doing works/doesnt before uploading it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants