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

Revert to previous way vines were downloaded #4448

Closed
hentaiwithsenpai opened this issue Dec 12, 2014 · 7 comments
Closed

Revert to previous way vines were downloaded #4448

hentaiwithsenpai opened this issue Dec 12, 2014 · 7 comments

Comments

@hentaiwithsenpai
Copy link

Would it be possible to revert to the old way vines were downloaded? Using the latest release, it's rather difficult to separate their vines from the revines. Since it uses the description of the vines, rather then using what it used to use. Ex. When I download vines now they're like "When haters hate, ya just gotta shake it off. KingBach , Christian DelGrosso , Curtis Lepore"
instead of "Josh Peck's post on vine-"

@phihag
Copy link
Contributor

phihag commented Dec 12, 2014

Can you provide an example test URL and detail which properties you expect to be what?

@hentaiwithsenpai
Copy link
Author

Yes I can.
https://vine.co/v/O6b6PrlTaJK

When I download it as I stated in the OP. It uses the description of the video rather than what it would use in previous versions. If I still was using an older version, it would've downloaded it as "Josh Peck's Post on Vine-123128312831230(it usually sticks in random numbers after Vine-).mp4"

But it downloads as "When haters hate, ya just gotta shake it off. KingBach, Christian DelGrosso, Curtis Lepore-O6b6PrlTaJK.mp4" Or is there perhaps a way to just download a Viner's vines and skip over the revines? If not then back to what I was saying then. It was just much easier for me to delete the revines via linuxs terminal with the previous versions.

Thanks for replying btw.

@phihag phihag closed this as completed in f5e43bc Dec 12, 2014
@phihag
Copy link
Contributor

phihag commented Dec 12, 2014

By default, youtube-dl uses an output template that contains both title and video ID. That's the reason for the numbers.

The names KingBach , Christian DelGrosso , Curtis Lepore are contained in the text itself. Therefore, we cannot really split them from the original message.

I've re-added the old title again, but as alt_title, not title, because I do think that the new title is more descriptive in many cases (and it was explicitly requested by other users). You can use -o "%(alt_title)s.%(ext)s" to get the old behavior back.

@phihag
Copy link
Contributor

phihag commented Dec 12, 2014

You'll need 2014.12.12.1 for this change, by the way.

@hentaiwithsenpai
Copy link
Author

Thanks for the update! Sorry to bug you again.

But could you show an example using what you wrote to get the old behavior back?

Also, when it updates again would I need to re run it again to get the old behavior back?

@phihag
Copy link
Contributor

phihag commented Dec 12, 2014

alt_title is now an option and can (for the foreseeable future) be used whenever you want. Currently, only vine implements it - duh!

It works like this:

$ youtube-dl -o "%(alt_title)s.%(ext)s" https://vine.co/v/O6b6PrlTaJK
[Vine] O6b6PrlTaJK: Downloading webpage
[download] Destination: Vine by Josh Peck.mp4
[download] 100% of 950.05KiB in 00:00

@hentaiwithsenpai
Copy link
Author

Lmao duh >.<
But anyway, thanks alot dude! Makes it much more easier for me when I need to trash the revines.

Really, I appreciate it alot this is the 2nd issue you've helped me on, I believe.

@phihag phihag mentioned this issue Dec 18, 2014
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