-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Set autoplay option to always be true for videos in new UI #233
Comments
Hey I wanted to contribute to this issue is it still open. |
@Kaif9999 Hi, it's open but assigned to @dan-niles, maybe you can find one which is not assigned? |
Hi, also wanted to ask are there any issues I can work with I am a beginner to open source with the knowledge of Python have built a few small projects in it, I am also proficient in html, css, javascript |
@Kaif9999 youtube scraper is indeed undergoing a significant effort of rewriting, so this issue is assigned to Dan because he is the best one to tackle this issue. Please also prefer to consider issues tagged "good first issue" and not assigned to someone (or without activity by this person for months) preferably. Preferably because it is ok to ask for contributing on issues not matching these criteria, but the chances we say "no" are higher obviously ^^ More information on how to contribute at www.kiwix.org/code |
In #237 we decided to remove the |
With the implementation of #229, the video.js player has been configured to have autoplay set to false by default. The entrypoint.py script includes an argument called
--autoplay
, which allows the user to enable or disable autoplay functionality.We need to update the scraper so that it can convey this autoplay configuration to the Vue.js UI.
The text was updated successfully, but these errors were encountered: