philbot9/youtube-comment-scraper

Scraper fails due to comment content

Opened this issue · 0 comments

raelb commented

Hi.
Thanks for this project. The UI is very nicely done.
I am running the project locally on Windows 10.
The UI crashes on this youtube video:
Laravel From Scratch [Part 4] - Blade Templating & Compiling Assets
https://www.youtube.com/watch?v=bSG2YMqJJys

Log:
image

It's likely due to some of the comment content such as this:
<script src=\"{{asset('js/app.js')}}\"></script>

Perhaps this can be fixed.
Thanks