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

Automate loading the Youtube video IDs #37

Open
destevae opened this issue Mar 17, 2024 · 2 comments
Open

Automate loading the Youtube video IDs #37

destevae opened this issue Mar 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@destevae
Copy link
Collaborator

Could scrape the Youtube API for the SCALE channel for the video IDs instead of going in and entering each one manually.

@destevae destevae added the enhancement New feature or request label Mar 17, 2024
@ldang
Copy link
Collaborator

ldang commented Mar 18, 2024

Most of the time, the way the streams are named, it is easy to extract the room name. But you may see certain kinds of streams where the room number is not in the name, and you actually have to look at what kind of talk it is.

Room DE streams are usually named something else because we do special activities in those rooms like keynotes, UpSCALE, etc. Additionally, because it sometimes stays idle between uses, we have more than one stream for that room in one day, since we turn the stream off when the event is done, and then open another stream for the event later in the evening.

@ldang
Copy link
Collaborator

ldang commented Mar 19, 2024

In webapp in main.py, there is a function called auto_vids() that looks like it might do this. We can try to test it on a local instance. In that case, we just need instructions on how to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants