735 Commits

Author SHA1 Message Date
Jelle Glebbeek
8cb1d0f1ff Merge pull request #3 from jely2002/dependabot/npm_and_yarn/jquery-3.5.0
Bump jquery from 3.4.1 to 3.5.0 (fix vulnerability)
2020-05-01 01:08:44 +02:00
dependabot[bot]
336f356a4d Bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-30 15:46:35 +00:00
jely2002
114bc3d4cd Update version & clean package.json v1.5.1 2020-04-27 01:35:21 +02:00
jely2002
e9671e8f05 Make README.md all flashy with a nice icon 2020-04-27 01:34:58 +02:00
jely2002
edd3ba1923 Fixed being unable to click certain buttons 2020-04-27 01:34:30 +02:00
jely2002
15c5fa5afd Fixed multiple bugs in caching update 2020-04-24 22:09:35 +02:00
jely2002
8c0addbefe Merge branch 'master' of https://github.com/jely2002/youtube-dl-gui 2020-04-24 01:40:35 +02:00
jely2002
db70022d00 Implement playlist metadata caching (beta) 2020-04-24 01:36:19 +02:00
jely2002
a7deba5fd6 Move 'no-cach-dir' option to callYTDL function 2020-04-24 01:35:51 +02:00
Jelle Glebbeek
1bec96859a Update README.md 2020-04-22 19:28:43 +02:00
Jelle Glebbeek
3bda16f3db Update README.md 2020-04-20 23:40:36 +02:00
Jelle Glebbeek
97f1119e23 Update README.md 2020-04-20 23:40:15 +02:00
Jelle Glebbeek
d3b14c42f0 Merge pull request #2 from jely2002/playlist-support
Update 1.4.5 - Playlist support & much more
v1.4.5
2020-04-18 18:13:01 +02:00
jely2002
07a5335376 Merge branch 'master' into playlist-support
# Conflicts:
#	README.md
2020-04-18 18:12:15 +02:00
jely2002
0fc437dd81 Merge remote-tracking branch 'origin/playlist-support' into playlist-support 2020-04-18 17:49:42 +02:00
jely2002
7f21ce1286 Disable code signing (no apple dev :( ) 2020-04-18 17:48:35 +02:00
jely2002
2343a07cb4 Fix MacOS icon loading 2020-04-18 17:47:53 +02:00
jely2002
9db1b0bf68 Remove auto-opening dev-tools 2020-04-18 17:46:44 +02:00
jely2002
d53cd4f3f4 Fix HTTP error 403 on download 2020-04-18 17:03:21 +02:00
jely2002
38107b61b0 Fix youtu.be links not working 2020-04-18 17:02:59 +02:00
jely2002
46a5969742 Set input type to search 2020-04-18 17:02:44 +02:00
jely2002
3ecc4cc6a0 Add cross to clear the link box 2020-04-18 17:02:04 +02:00
jely2002
4ab69b4fb0 Fix icon implementation (testing) 2020-04-18 01:16:24 +02:00
jely2002
8beb9d0012 Implement DASH workaround for playlists 2020-04-18 00:40:52 +02:00
jely2002
4e84264369 Implement DASH support for single videos 2020-04-17 23:42:53 +02:00
jely2002
197858eb9d Add icon overlays to indicate download progress 2020-04-17 22:54:08 +02:00
jely2002
0bf79deebc Fix updates being checked twice 2020-04-17 19:46:42 +02:00
jely2002
780bd661a0 Add progress to taskbar icon 2020-04-17 19:46:27 +02:00
jely2002
e1e55e6781 Update README.md 2020-04-14 17:01:20 +02:00
jely2002
20308ddb0a Merge remote-tracking branch 'origin/playlist-support' into playlist-support 2020-04-14 16:59:56 +02:00
jely2002
4fe748e472 Add auto-updating on win32 2020-04-14 16:57:50 +02:00
Jelle Glebbeek
66fc28ab3d Update README.md 2020-04-12 01:24:42 +02:00
jely2002
68410f7bdd Merge remote-tracking branch 'origin/playlist-support' into playlist-support 2020-04-12 01:20:07 +02:00
jely2002
572b091900 Remove unneeded dependencies 2020-04-12 01:15:20 +02:00
jely2002
68fc2d67ca Use own callYTDL method to exec binaries 2020-04-12 01:14:46 +02:00
jely2002
a0235c2b06 Implement own youtube-dl exec 2020-04-12 01:13:45 +02:00
Jelle Glebbeek
06435488c3 Update README.md 2020-04-10 14:21:34 +02:00
Jelle Glebbeek
813fbe1721 Update README.md 2020-04-10 14:18:41 +02:00
jely2002
0a25f33304 Update version number 2020-04-10 14:13:43 +02:00
jely2002
6bbdbf0f48 Fix removed videos still being downloaded 2020-04-10 14:07:41 +02:00
jely2002
93e16168f9 Add error handling on removed videos 2020-04-10 13:45:09 +02:00
jely2002
ab80f1a172 Split into playlist.js and video.js 2020-04-10 12:07:45 +02:00
jely2002
72d7ecbaf8 Add progress bars for step 1 and 3 2020-04-10 12:07:20 +02:00
jely2002
c22523a1b0 Schedule playlist downloads so the system doesn't get overflowed with processes 2020-04-10 12:06:59 +02:00
jely2002
6d78cdbc41 Add progress bar when downloading playlists 2020-04-08 01:42:44 +02:00
jely2002
071a0714a6 Completely overhauled the download system & added playlist support 2020-04-08 01:42:27 +02:00
jely2002
e369269d7a Merge remote-tracking branch 'origin/master' 2020-04-05 23:56:56 +02:00
jely2002
96985551e6 Add right-click menu to url input 2020-04-05 23:56:46 +02:00
Jelle Glebbeek
54a90391d1 Update README.md 2020-04-05 23:41:28 +02:00
Jelle Glebbeek
2e4e05e198 Merge pull request #1 from jely2002/master
Merge functions & bugfixes from master
2020-04-05 18:08:25 +02:00