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

[bitchute] parse timestamp #24180

Open
markheck opened this issue Feb 29, 2020 · 0 comments · May be fixed by #24182
Open

[bitchute] parse timestamp #24180

markheck opened this issue Feb 29, 2020 · 0 comments · May be fixed by #24182

Comments

@markheck
Copy link

@markheck markheck commented Feb 29, 2020

Checklist

  • I'm reporting a site feature request
  • I've verified that I'm running youtube-dl version 2020.02.16
  • I've searched the bugtracker for similar site feature requests including closed ones

Description

for bitchute, parse the timestamp of a video upload. upload_date is currently parsed, but timestamp is not.

example:

youtube-dl -v -o %(timestamp)s-%(title)s-%(id)s.%(ext)s https://www.bitchute.com/video/mxzcCZI0RQ0k/
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-o', '%(timestamp)s-%(title)s-%(id)s.%(ext)s', 'https://www.bitchute.com/video/mxzcCZI0RQ0k/']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2020.02.16
[debug] Python version 3.7.5 (CPython) - Windows-10-10.0.18362-SP0
[debug] exe versions: ffmpeg N-93675-gf857753f56, ffprobe N-93675-gf857753f56
[debug] Proxy map: {}
[BitChute] mxzcCZI0RQ0k: Downloading webpage
[BitChute] mxzcCZI0RQ0k: Checking video URL
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on 'https://seed132.bitchute.com/i2HYRfKQpdQi/mxzcCZI0RQ0k.mp4'
[download] Destination: NA-Some People are just Glitches in the Matrix-mxzcCZI0RQ0k.mp4
[download] 100% of 27.47MiB in 00:01

the timestamp output parameter in the download Destination is "NA" because it was not parsed. it should be "1582066500" on this particular example (22:55 UTC on February 18th, 2020)

@markheck markheck linked a pull request that will close this issue Feb 29, 2020
5 of 9 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.