New in version 0.4.1b:
- Fixed the bug when trying to view comments for a video, And removed the extra library. Now using yt-dlp directly for getting comments.
Please note that comments might take very long depending on how many comments. For example: A video that has 5000 comments might take 1 to 2 minutes. We can't speed up the process because it depends on yt-dlp. - Added a setting to control what will happen after playing a video and after the video finishes. Currently has 3 options:
Close the player: Closes the video window as soon as the video finishes.
Replay: Replays the video from the beginning.
Do nothing: Simplly allows the user to play the video again after it finishes playing, by pressing the space bar or the play button. Previously there was a bug preventing the user from replaying the video after it finishes, Now it has been completely fixed. - A new shortcut key in the youtube player to report the video percentage, Use the letter p.
- Fix navigating to next / previous video, Because there were incorrect variable names and I forgot to correct them. Blame me for that.