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

timestamp field not set on YouTube videos #4962

Closed
9 tasks done
SuperSonicHub1 opened this issue Sep 18, 2022 · 4 comments · Fixed by #9856
Closed
9 tasks done

timestamp field not set on YouTube videos #4962

SuperSonicHub1 opened this issue Sep 18, 2022 · 4 comments · Fixed by #9856
Labels
duplicate This issue or pull request already exists site-enhancement Feature request for some website

Comments

@SuperSonicHub1
Copy link
Contributor

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I remove or skip any mandatory* field

Checklist

  • I'm reporting a bug unrelated to a specific site
  • I've verified that I'm running yt-dlp version 2022.09.01 (update instructions) or later (specify commit)
  • I've checked that all provided URLs are playable in a browser with the same IP and same login details
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
  • I've read the guidelines for opening an issue

Provide a description that is worded well enough to be understood

The example video in the output has an upload date of Apr 11, 2018, but yt-dlp seems to be unable to find it.

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['-vU', '--print', '%(timestamp)s', 'https://www.youtube.com/watch?v=27k7w0tRUM4']
[debug] User config "/home/kwilliams/.config/yt-dlp/config": ['--netrc', '--sub-lang', 'en,en-US,eng', '--format', '(bestvideo+bestaudio/best)[format_id*=en]/(bestvideo+bestaudio/best)']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version 2022.09.01 [5d7c7d6] (pip)
[debug] Python 3.10.0 (CPython 64bit) - Linux-5.15.0-47-generic-x86_64-with-glibc2.35 (glibc 2.35)
[debug] Checking exe version: ffmpeg -bsfs
[debug] Checking exe version: ffprobe -bsfs
[debug] exe versions: ffmpeg 4.4.2 (setts), ffprobe 4.4.2, rtmpdump 2.4
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.09.14, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
[debug] Proxy map: {}
[debug] Loaded 1670 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: 2022.09.01, Current version: 2022.09.01
yt-dlp is up to date (2022.09.01)
[debug] [youtube] Extracting URL: https://www.youtube.com/watch?v=27k7w0tRUM4
[youtube] 27k7w0tRUM4: Downloading webpage
[youtube] 27k7w0tRUM4: Downloading android player API JSON
[debug] Sort order given by extractor: quality, res, fps, hdr:12, source, vcodec:vp9.2, channels, acodec, lang, proto
[debug] Formats sorted by: hasvid, ie_pref, quality, res, fps, hdr:12(7), source, vcodec:vp9.2(10), channels, acodec, lang, proto, filesize, fs_approx, tbr, vbr, abr, asr, vext, aext, hasaud, id
[info] 27k7w0tRUM4: Downloading 1 format(s): 248+251
NA
@SuperSonicHub1 SuperSonicHub1 added bug Bug that is not site-specific triage Untriaged issue labels Sep 18, 2022
@pukkandan
Copy link
Member

#1803

@pukkandan pukkandan added duplicate This issue or pull request already exists site-enhancement Feature request for some website and removed bug Bug that is not site-specific triage Untriaged issue labels Sep 18, 2022
@SuperSonicHub1
Copy link
Contributor Author

Sorry about making another duplicate issue. GitHub's issue search is awful; do you know any alternatives?

@coletdjnz
Copy link
Member

Sorry about making another duplicate issue. GitHub's issue search is awful; do you know any alternatives?

the official youtube data api

@SuperSonicHub1
Copy link
Contributor Author

@coletdjnz I actually meant alternatives to GitHub's issue search.

bashonly pushed a commit that referenced this issue May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists site-enhancement Feature request for some website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants