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

Unquoted url #13

Merged
merged 2 commits into from
Aug 31, 2015
Merged

Unquoted url #13

merged 2 commits into from
Aug 31, 2015

Conversation

enricogenauck
Copy link
Contributor

Currently some urls cannot be handled by youtube-dl.rb since the url as command line parameter is not wrapped in quotes.

One real world example would be:
https://www.youtube.com/watch?NR=1&feature=endscreen&v=lhFSc0dWsto

I adapted one test url for this case and fixed the implementation.

This additional parameter breaks the current implementation.
A real life youtube link for this scenario is for example:
https://www.youtube.com/watch?NR=1&feature=endscreen&v=lhFSc0dWsto
@sapslaj
Copy link
Member

sapslaj commented Aug 31, 2015

Beat me to the fix. :)

sapslaj added a commit that referenced this pull request Aug 31, 2015
Quote url in command line runner.
@sapslaj sapslaj merged commit 269585a into layer8x:master Aug 31, 2015
@enricogenauck
Copy link
Contributor Author

Had some free time on my hand just now, before breakfast :)
Thanks for this youtube-dl wrapper, by the way!

Cheers
Enrico

@enricogenauck enricogenauck deleted the unquoted_url branch August 31, 2015 19:41
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

Successfully merging this pull request may close these issues.

None yet

2 participants