DrKain / scrape-youtube

A lightning fast package to scrape YouTube search results
MIT License
112 stars 30 forks source link

Issue 34 #36

Closed DrKain closed 3 years ago

DrKain commented 3 years ago

In some uncommon cases line breaks would appear in the page response, breaking the old extraction method. Example:
1

This commit will remove all line breaks first, then attempt to parse the JSON data.