Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to fix send to mplayer (youtube videos) #38

Open
ACamposPT opened this issue May 4, 2020 · 1 comment
Open

Trying to fix send to mplayer (youtube videos) #38

ACamposPT opened this issue May 4, 2020 · 1 comment

Comments

@ACamposPT
Copy link

Hello,
Send to mplayer is not working with youtube videos.
I think the problem is related with parsing the youtube page to collect all the links from the youtube web page.
With youtube-dl tool, everything is working fine, for example:

> youtube-dl --list-formats https://www.youtube.com/watch?v=YE7VzlLtp-4
> youtube-dl -f 22 -g https://www.youtube.com/watch?v=YE7VzlLtp-4 > playlist.m3u
>  mplayer -playlist playlist.m3u 

I'm trying to debug the "send-to-vlc" add-on without success. @belaviyo are you available to help-me?

@belaviyo
Copy link
Owner

You can create a batch file that packs these commands, then use this extension to send the link to the batch file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants