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

Pony.fm #23242

Open
5 of 12 tasks
luckydonald opened this issue Nov 27, 2019 · 0 comments
Open
5 of 12 tasks

Pony.fm #23242

luckydonald opened this issue Nov 27, 2019 · 0 comments
Labels
site-support-request Add extractor(s) for a new domain

Comments

@luckydonald
Copy link

luckydonald commented Nov 27, 2019

Checklist

  • I'm reporting a new site support request
  • I've verified that I'm running youtube-dl version 2019.11.22
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that none of provided URLs violate any copyrights
  • I've searched the bugtracker for similar site support requests including closed ones

Example URLs && Description

Free Audio tracks from pony.fm

  • Overview page which should be detected: https://pony.fm/tracks/43462-summer-wind-fallout-equestria-skybolt

    • that's https://pony.fm/tracks/<track-id>-<text>
  • On there is a Downloads button with different formats

  • For OGG Vorbis, AAC, ALAC the download requires calling a REST endpoint first:

  • GET https://pony.fm/api/web/tracks/cached/<track-id>/ALAC or /AAC or /OGG%20Vorbis

    • returns a json {"url": null}
    • redo that request until it contains an url
    • e.g. {"url":"https:\/\/pony.fm\/t43462\/dl.m4a"}
  • There also is a lyrics section

  • Cover image can be loaded from https://pony.fm/i10167/normal.png, https://pony.fm/i<track-id>/normal.png

@luckydonald luckydonald added the site-support-request Add extractor(s) for a new domain label Nov 27, 2019
@jhalvors-school jhalvors-school mentioned this issue Mar 6, 2020
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-support-request Add extractor(s) for a new domain
Projects
None yet
Development

No branches or pull requests

1 participant