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

Not working anymore #4

Open
planetacomputer opened this issue Nov 8, 2020 · 3 comments
Open

Not working anymore #4

planetacomputer opened this issue Nov 8, 2020 · 3 comments

Comments

@planetacomputer
Copy link

python .\youtube_channel_scrap.py
finding sections for youtube.com gjenkinslbcc
getting playlists for section: no sections
getting videos for playlist: No Playlists
processing video 'Gerry Jenkins'

Program Complete,
'gjenkinslbcc.html' and 'gjenkinslbcc.csv' have been written to current directory

@donato19
Copy link

Hi!
Same problem here. Is there any update? Thanks

@ghost
Copy link

ghost commented Mar 26, 2021

Youtube changed enough things on their page, that the original code does not work. Sorry about that. It has not been on my list of things to fix recently, I took a look at it a couple of months ago, but did not have time to fix it then.

@ghost
Copy link

ghost commented Mar 27, 2021

Hi, I looked at updating the program, but Youtube dynamically creates the playlists page and it is not scrapable with the approach I used before. The simplest way to get the same result would be to use the Google API, I have started working on that. To do scrapping you would need to use something like Selenium which is a 'headless browser', see this article: https://www.scrapingbee.com/blog/selenium-python/

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

No branches or pull requests

2 participants