philbot9 / youtube-comments-task

Scrape comments, including their replies, from a YouTube video.
ISC License
39 stars 4 forks source link

WatchFragments Request #2

Closed rmnvncnt closed 7 years ago

rmnvncnt commented 7 years ago

Not an actual problem with the code, but a question regarding the way it works. As I understand, you send a POST request to the watch_fragments_ajax server with :

But when I try to send the same request with my own script, I get 403'd. Is there something I'm missing?

philbot9 commented 7 years ago

Hi there,

Off the top of my head... Did you include the cookies you received on the previous requests?

Other than that, I can't really tell without looking at some code. Can you post the relevant parts?

rmnvncnt commented 7 years ago

Yep, that was the issue! Thanks for the input!

philbot9 commented 7 years ago

No problem.