mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #844] Youtube saves the media as mkv and thus cannot be played inside a browser #525
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#525
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tio-trom on GitHub (Sep 12, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/844
https://archive.trom.tf/archive/1631457418.479981/www.youtube.com/watch@v=8iTrm7Wnhas.html
This is an example. I wonder why it saves as mkv since that cannot play in the browser, thus making it difficult to use the link as a reference.
Also, as you can see, it doesn't save the youtube page properly.
Cheers!
@pirate commented on GitHub (Sep 16, 2021):
You can change this by tweaking the archivebox config option
YOUTUBEDL_ARGS. By default it saves in the highest quality format that's available directly so that it doesn't waste CPU re-encoding video.@tio-trom commented on GitHub (Sep 18, 2021):
How about the fact that it cannot save the youtube page properly?
@pirate commented on GitHub (Sep 18, 2021):
Seems like you disabled singlefile, which has much better fidelity for youtube: https://archive.trom.tf/archive/1631457418.479981/index.html
@tio-trom commented on GitHub (Oct 19, 2021):
Can you please tell me what to exactly add to the config file?