gatecrasher777

Results 13 comments of gatecrasher777

I notice this issue was raised 2 days after PR #1055. The fix in #1055 was also applied in [ytcog](https://github.com/gatecrasher777/ytcog). Working with it every day since I have not picked...

Just to note there are no 429s using innertube requests, whether logged-in or not. And the info requests to https://www.youtube.com/youtubei/v1/player are instantaneous. This project could benefit a great deal from...

Using the innertube api with data compression is far more efficient. Especially, if you maintain a session, then each video info call is only a +-20kb zipped json transfer vs...

@redbrain I think you can verify quite easily using https://github.com/gatecrasher777/ytcog, and you should be able to extract the structure of the innertube post requests from the code. I really think...

I published an [innertube library](https://github.com/gatecrasher777/ytcog) two days ago. The biggest issues I found was that innertube would happily deliver ciphered streams that would not play (403) when deciphered (solved when...

In the getInfo pipeline only the html watch page seems to be working at present. The json watch page request is ignored by YT and the get_video_info call returns 410...

I think the block function is always going to be subject to breaking. I've rewritten the extraction code for the next update so that it only looks for the beginning...

Sorry, I seemed to have missed your post. As far as I am aware YouTube Music is a player built on top of the innertube, rather than there being any...

In video.js comment out line 8, lines 383 - 589, lines 667-779. In index.js comment out lines 18-50, lines 58-62 That will leave you without a download function, but you...

It's not finding the model.js module which is right there in the ytcog lib folder. Perhaps you need to somehow configure webpack, npm or next.js to look in the ytcog...