You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! When running python3 scraper.py ./to_scrape_sample.txt as per the readme, the directory data/0/ is created, but it is empty. I can't find any scraped comments. Am I looking in the wrong place?
localhost:3000/api?url=https://www.youtube.com/channel/UC6eaVn7349LRh5yzpXjeu8A doesn't detect any videos, it just outputs []
I followed the setup instructions from the readme. One of the commands (as far as I recall, it was npm install express --save) said that 2 vulnerabilities were found and what command to run to fix them, so I ran that as well.
The text was updated successfully, but these errors were encountered:
Hi! When running
python3 scraper.py ./to_scrape_sample.txt
as per the readme, the directorydata/0/
is created, but it is empty. I can't find any scraped comments. Am I looking in the wrong place?localhost:3000/api?url=https://www.youtube.com/channel/UC6eaVn7349LRh5yzpXjeu8A
doesn't detect any videos, it just outputs[]
I followed the setup instructions from the readme. One of the commands (as far as I recall, it was
npm install express --save
) said that 2 vulnerabilities were found and what command to run to fix them, so I ran that as well.The text was updated successfully, but these errors were encountered: