Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.01k stars 83 forks source link

Fix "/live/VideoID" Parsing #183

Closed MrPokeboy8 closed 3 months ago

MrPokeboy8 commented 3 months ago

Fixes all lowercase of parsed VideoID, so created files now display the correct YouTube video ID. Attempted writing similarly to surrounding code, which most resembles youtu.be parsing but using TrimPrefix with "/live/". Checked output with a stream and it kept capitalizations.

Hoping this commit and pull request works out well; haven't really done this whole process before :p

Closes #182