cbgdev

Results 13 comments of cbgdev

Thanks for the suggestion @fightveryexplosion I applied some changes from ytdlp which seem to fix the slowdown. Feel free to try it out in https://github.com/0xced/XCDYouTubeKit/pull/552 _Edit: I didn't do anything...

@huynguyencong That's disappointing. We haven't noticed any throttled videos in our testing (20+ videos) whereas we encountered it almost every time before. Do you have a video link I can...

I did some testing on VPN (until I ran out of free data). It seemed to work better on US and EU regions than Asia. Where are you connecting from...

Hi @zhengyanWork, I'm using a different API to get video_info but didn't change the mapping provided by YoutubeKit. It's possible the thumbnail url was moved to another field and a...

Hey @kunalsood, thanks for sharing. I've added your code to the fork, though I haven't confirmed the fix. Hopefully it helps others needing those thumbnails.

The default key is scraped from their website. I _think_ you could create your own API key from a YT account, but I never bothered since we're not exactly following...

The slow download issue seems to be popping up more and more for our users. yt-dlp seems to handle it fine, but I'm having a hard time finding out what...

Hi Steve I'm glad you got it to work! As a word of warning, these fixes aren't a complete solution. It worked for a while, but I've since received new...

We're also getting reports of videos not playing since ~yesterday. As @drwjf mentioned on #534, it seems the html5 parameter is no longer a valid workaround for the get_video_info API....

I'm seeing the same issue here. When using a VPN to the US, videos still play. Maybe it's related to the consent cookie tweak we've had to implement before? That...