Odysee URL needs full channel identifier #15
Reference in New Issue
Block a user
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?
The canonical Odysee URLs have the first character of the ID after the identifiers. Omitting this for the video slug appears to be OK, but this is required for the channel.
The LS scheduler is emitting the channel as
@freedomainbut it should be@freedomain:b. The URLs currently being generated are not working.Ah, darn. I was hoping i could grab the URL base from the Upload page so i wouldn't have to hardcode it, but it doesn't show the whole channel ID.
Alright, fixed in latest release. :)