nixxo

Results 41 comments of nixxo

@Lunatixz the youtube.dl module is outdated and useless for my addon. That's why I created my own version of yt-dlp https://github.com/yt-dlp/yt-dlp (a youtube-dl fork I'm a contributor) that only works...

to me both solutions are fine. I'll give a look at monkey patching to learn something new, but I suggest to approve the new version of youtube-dl addon. It's almost...

I was waiting for the yt-dlp addon to be approved... I think I have to create my own class to handle media extraction from the website (similar to the southpark...

`uploader_client` or `upload_client` maybe?

@pukkandan hi, the extractor should be ok now. A couple of notes: - had to force `m3u8_protocol` to `m3u8` because `m3u8_native` produced an unplayable file. - the second test that...

Italian language has the same problem has OP. it's a problem added by https://github.com/anxdpanic/plugin.video.youtube/commit/fe1825d6c9356852dcbf1bff6a09ef39361bcd07 if I comment out those two lines of code the notification msg gets shown properly

in the test case that I made, for example, there were 2 classes with 2 _VALID_URL, each has to be loaded and url-matched. With this solution there only 1 class...

you learn new things every day ;-) So, if I understand correctly, I have to add to the return dict `'_old_archive_ids': [make_archive_id('RaiPlayLive', video_id)]` for the content that used to be...

ok, put the changes in different commits so it's easier to pick one or the other

> The core change has been merged. The change to la7 seems unnecessary. Pls resolve conflicts for rai and we can merge it. Ok, I'll have a look during the...