Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Filename in VEVO.COM only contains song name and misses artist name #1684
Comments
|
You can use the
We currently couldn't get the |
Hello,
When you download a video from VEVO.COM site, the variable %(title)s only fetches the name of the song, and not the name of the artist/performer/group, which we can find in the page and the URL.
When we use -e or --get-title we can clearly see the effects:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.vevo.com/watch/katy-perry/california-gurls/USCA31000075', '--verbose', '--get-title']
[debug] youtube-dl version 2013.10.29
[debug] Python version 2.7.5 - Windows-7-6.1.7601-SP1
[debug] Proxy map: {}
California Gurls
Since %(title)s variable is already wrong, we cannot even use templates to fix the file names at will.
Would it be possible to recode the Vevo extractor to get the text that already is present in the HTML page like:
"Katy Perry ft. Snoop Dogg - California Gurls" for the title?
Thanks in advance.