mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2026-03-23 20:37:07 +00:00
[GH-ISSUE #24] "Open in TA" button opens wrong TA video URL (missing port and assumed HTTPS) #16
Labels
No labels
bug
bug
duplicate
enhancement
help wanted
invalid
not an issue
not an issue
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-browser-extension#16
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 @clb92 on GitHub (Sep 5, 2023).
Original GitHub issue: https://github.com/tubearchivist/browser-extension/issues/24
When I click "Open in TA" on a previously downloaded video, it opens
https://10.0.0.2/video/7xYRqY3T4tw/instead of the correcthttp://10.0.0.2:8000/video/7xYRqY3T4tw/. Note the missing port number and the fact that it leads me tohttps://instead ofhttp://.I have the "Tube Archivist URL" in the extension is filled out as
http://10.0.0.2:8000, so this should be used to generate the correct video URL.@ZestMyu commented on GitHub (Sep 6, 2023):
I am also experiencing this issue.
@bbilly1 commented on GitHub (Sep 21, 2023):
fixed with v0.2.1