-
Notifications
You must be signed in to change notification settings - Fork 11
Trending page won't load when using a European IP address #11
Comments
This should be fixed now. |
It's fixed when using FreeTube but not fixed for other people that use the module |
I believe this is working in FreeTube now as the consent cookie is set in the app (see FreeTubeApp/FreeTube#2316). |
seems to be an issue with the shorts regex and not an issue with European IP addresses. I think it's a case of correlation != causation FreeTubeApp/FreeTube#2125 (comment) |
see #17 |
Okay so I investigated a bit further on #17 , I run into the problem because the module gets me everything in German, so the regex for English time units doesn't work. I identified the following cookie to determine the language at the end for me, but setting it like below doesn't change it for me. Update: |
I believe it's a "Cookie consent verification" required issue
FreeTubeApp/FreeTube#2125 (comment)
I believe the solution would be something like this
https://github.com/FreeTubeApp/yt-comment-scraper/blob/ff0c885de2053ef92d80e26d4861a9b7cc634986/src/HttpRequester.js#L20
The text was updated successfully, but these errors were encountered: