Skip to content

Releases: hswlab/EVD

1.2.9

23 Jun 17:01
bbbb711
Compare
Choose a tag to compare

Bugfix

  • Single file download on x-videos has been fixed.

1.2.8

22 Apr 20:03
bbbb711
Compare
Choose a tag to compare

Bugfix

  • Fixed multiupload for equal named files

1.2.7

22 Apr 18:13
bbbb711
Compare
Choose a tag to compare

New Feature

  • Added setting to keep equal named downloads.

1.2.6

26 Aug 09:12
4a2b9dc
Compare
Choose a tag to compare

Refactoring

  • Better Error Messages

1.2.5

29 Jul 10:09
f5292ab
Compare
Choose a tag to compare

Bufix

  • Downloads on YouTube not working
  • Wrong file size showing during some downloads

1.2.4

09 Jul 09:18
f5292ab
Compare
Choose a tag to compare

Bugfix

  • preview images not shown
  • improved better url detection (avoiding invalid url message)

1.2.3

08 Jul 18:35
f5292ab
Compare
Choose a tag to compare

Bugfix

  • Fixed bug in calculating progress with smaller files

1.2.2

08 Jul 17:40
f5292ab
Compare
Choose a tag to compare

Bugfix

  • There was another little bug that caused download problems, which is fixed now.

1.2.1

08 Jul 17:02
f5292ab
Compare
Choose a tag to compare

Bugfix

  • The last update caused the download to stop working on some websites. This update fixes this problem.
  • Urls are no longer added to the download queue if they are already in the download progress or if there is a file with the same name in the download directory.

1.2.0

08 Jul 14:47
f5292ab
Compare
Choose a tag to compare

Refactoring

  • I was wondering why getting the video information takes such an unusual amount of time when using the yt-dlp. I implemented an alternative fetch method for xvideos to test if it could be done faster. In fact my implementation works faster, but unfortunately I have no motivation to program alternative fetching methods for all websites that supported with yt-dlp. Maybe I'll make another one for YouTube, if I can bring myself to do it :)