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

[Stitcher] Poor Metadata Extraction #20510

Closed
5 of 9 tasks
wertercatt opened this issue Mar 30, 2019 · 2 comments
Closed
5 of 9 tasks

[Stitcher] Poor Metadata Extraction #20510

wertercatt opened this issue Mar 30, 2019 · 2 comments

Comments

@wertercatt
Copy link

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2019.03.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2019.03.18

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add the -v flag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

powerkitten@blaze-pc:~$ youtube-dl -v https://www.stitcher.com/podcast/brashgames/brashcast/e/48566743
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.stitcher.com/podcast/brashgames/brashcast/e/48566743']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.03.18
[debug] Python version 3.6.7 (CPython) - Linux-4.20.0-15.1-liquorix-amd64-x86_64-with-Ubuntu-18.10-cosmic
[debug] exe versions: ffmpeg 4.0.2-2, ffprobe 4.0.2-2
[debug] Proxy map: {}
[Stitcher] 48566743: Downloading webpage
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on 'http://www.brashgames.co.uk/wp-content/uploads/2016/04/Brashcast_Episode_58.mp3'
[download] Destination: Brashcast - Episode 58 – DC is La Liga and Marvel is the Premiership-48566743.mp3
[download] 100% of 102.28MiB in 00:38
...
<end of log>

Description of your issue, suggested solution and other information

youtube-dl doesn't provide proper metadata for Stitcher urls. It doesn't include the release date or the show that uploaded it. This is a problem for the archival script "tubeup" as it causes archived podcast episodes to not be properly credited. See https://archive.org/details/Stitcher-48566742 for an example of how it gets messed up. https://www.stitcher.com/podcast/brashgames/brashcast/e/48566742 has the metadata needed to properly credit them, but that metadata doesn't make it to info.json resulting in the script getting confused.

@preekaur
Copy link

preekaur commented Apr 8, 2019

Is this issue still open? I would love to take a shot at it :)

@wertercatt
Copy link
Author

@preekaur hasn't been fixed to my knowledge, so feel free.

zanejchen referenced this issue in zanejchen/youtube-dl Apr 25, 2019
…{feed} to support return of show_title and publication_date in response to ticket #20510
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