AbiosGaming / desktop-stream-viewer

View multiple streams on your desktop!
7 stars 1 forks source link

Change how streams are parsed. Also change how chats are opened. #165

Closed botronic closed 7 years ago

botronic commented 7 years ago

Description

Before these changes queries, parameters and fragments in URLs were removed. This broke some links when the chat was to be accessed. Now the url is parsed properly directly on input, and only the scheme and net location are cast to lower while the rest of the url remains intact.

Youtube Live chat option now also opens directly to the chat window.

Important files to review

models/model.py main.py videoframes.py