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

[mixcloud] Use API to extract metadata #11721

Closed
4 tasks done
a-l-e-k opened this issue Jan 14, 2017 · 2 comments
Closed
4 tasks done

[mixcloud] Use API to extract metadata #11721

a-l-e-k opened this issue Jan 14, 2017 · 2 comments
Labels

Comments

@a-l-e-k
Copy link

a-l-e-k commented Jan 14, 2017

description
The (upload date) is not written in the Output filename template. There is a field "created_time" for upload date/time on Mixcloud.

log

youtube-dl.exe -v --get-filename -o "%(upload_date)s %(title)s" http://www.mixcloud.com/BlackJack/acid-pauli-on3-radio/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--get-filename', '-o', '%(upload_date)s %(title)s', 'http://www.mixcloud.com/BlackJack/acid-pauli-on3-radio/']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2017.01.14
[debug] Python version 3.4.4 - Windows-XP-5.1.2600-SP3
[debug] exe versions: ffmpeg N-67100-g6dc99fd, ffprobe N-67100-g6dc99fd, rtmpdump 2.4
[debug] Proxy map: {}
NA Acid Pauli - On3 Radio

<end of log>

API: http://api.mixcloud.com/BlackJack/acid-pauli-on3-radio/

@dstftw
Copy link
Collaborator

dstftw commented Jan 14, 2017

There is a field "created_time" for upload date/time on Mixcloud.

No such field available on the webpage.

@dstftw dstftw closed this as completed Jan 14, 2017
@a-l-e-k
Copy link
Author

a-l-e-k commented Jan 14, 2017

I found this field at http://api.mixcloud.com/BlackJack/acid-pauli-on3-radio/

"key": "/BlackJack/acid-pauli-on3-radio/", 
"created_time": "2014-10-03T23:43:32Z", 
"audio_length": 7185,
...

@dstftw dstftw reopened this Jan 14, 2017
@dstftw dstftw changed the title [Mixcloud] Output filename template [mixcloud] Use API to extract metadata Jan 14, 2017
@dstftw dstftw added the request label Jan 14, 2017
meunierd referenced this issue in meunierd/youtube-dl Feb 13, 2020
- improve metadata extraction(closes #11721)
- fix playlist extraction(closes #22378)
- fix user mixes extraction(closes #15197)(closes #17865)
pareronia referenced this issue in pareronia/youtube-dl Jun 22, 2020
- improve metadata extraction(closes #11721)
- fix playlist extraction(closes #22378)
- fix user mixes extraction(closes #15197)(closes #17865)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants