Results 24 comments of ThetaDev
trafficstars

Here I have a debug build which fixes the issue. ~[app-debug.zip](https://github.com/TeamNewPipe/NewPipe/files/9387139/app-debug.zip)~ Update: here is a new debug build, the first one had a major bug in the JS lexer. Works...

I just noticed the same issue. This time regex literals are to blame: ``` /,,[/,913,/](,)}/, ``` Avoiding these is not as easy as braces in strings. We cant simply treat...

At this point, wouldn't it be the best solution to use an actual JavaScript lexer to extract the function?

I am currently working on a YouTube downloader/client library in Rust (thats how noticed the issue). So I wrote a test implementation of the fix for it, using the [ress](https://crates.io/crates/ress)...

I now have a working prototype. It is not pretty and definitely needs cleanup, so I have to do that first before I make a PR. I ended up having...

@opusforlife2 I published a new debug build (v3) that should fix your issues

@SameenAhnaf Did you open this playlist from the channel playlists tab? I tried it and could not reproduce this issue. This PR does not touch any playlist extraction code, so...

It is not possible to merge all 3 tabs into one feed because YouTube does not show the upload date of shorts. We could omit the shorts and merge the...

> Channel tabs seem to be inaccessible if added as a content on main page. Only, normal videos are shown. That is intentional. The main page already used a tabbed...

Hi @simobasso, i'm glad you like my new feature. But I'm not sure what you think the expected behavior when running `cookiecutter svn://private.com/svnrepo` should be. svn:// is not a valid...