Skip to content

Commit

Permalink
Update to 1.3 (Completed)
Browse files Browse the repository at this point in the history
- Added Output Text Area
 - Provides instructions and usage info
 - Provides error output, commands used etc.
 - Unlimited capacity
 - Exportable to log files
- Added cookie support
 - Added enable cookies checkbox
 - Added regenerate button
 - Scans downloads folder for exported cookie files
 - Creates single cookies file
 - Allows for authentication for member videos etc.
- Improved download path determination with three different methods
- Command objects now created via arg arraylist, not array
- Added FileIO class for I/O helper methods
- Added intermittent dot printing during long operations (liveness)
- Added version check for youtube-dl.exe
- Added URL refining - extracts ID
- Improved moveToDownloads
 - Fixed issue where it broke when downloads path had space(s)
 - Added handling for when diff between dir before/after is not 1
- Downloaded files have their path and readable size printed
- Removed invisible extra menu JComponents (used Navigator feature)
- Add tutorial link to menu
- Added quoting to URLs to improve stability
- Improved default format name
- Updated preview screenshot, Preserved previous.
- Added screenshots of member video process
- Updated copy script to account for new GDrive folder 'MyOwn'
- Compiled on JDK 8 to make running easier, only JRE needed not JDK
- Increase window size
- Improved colour scheme
  • Loading branch information
DavoDC committed Feb 7, 2021
1 parent 53c187c commit c295183
Show file tree
Hide file tree
Showing 38 changed files with 529 additions and 856 deletions.
Binary file modified Executable/JavaYTD.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Executable/copyToMiniPrograms.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
copy "C:\Users\David\GitHub Repos\JavaYTD\Executable\JavaYTD.exe" "C:\Users\David\Google Drive\Computery\Mini Programs\JavaYTD.exe"
copy "C:\Users\David\GitHub Repos\JavaYTD\Executable\JavaYTD.exe" "C:\Users\David\Google Drive\Computery\Mini Programs\My Own\JavaYTD.exe"

@pause
Binary file modified Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Project/build/built-jar.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Sat, 06 Feb 2021 14:43:36 +0800
#Sun, 07 Feb 2021 21:58:20 +0800


C\:\\Users\\David\\GitHub\ Repos\\JavaYTD\\Project=
Empty file.
Empty file.
Binary file modified Project/build/classes/main/Code$1.class
Binary file not shown.
Binary file modified Project/build/classes/main/Code.class
Binary file not shown.
Binary file modified Project/build/classes/main/Command.class
Binary file not shown.
Binary file modified Project/build/classes/main/FileIO.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$1.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$10.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$11.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$12.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$13.class
Binary file not shown.
Binary file added Project/build/classes/main/GUI$14.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$2.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$3.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$4.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$5.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$6.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$7.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$8.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI$9.class
Binary file not shown.
Binary file modified Project/build/classes/main/GUI.class
Binary file not shown.
633 changes: 0 additions & 633 deletions Project/build/classes/main/GUI.form

This file was deleted.

Binary file modified Project/dist/JavaYTD.jar
Binary file not shown.
6 changes: 1 addition & 5 deletions Project/nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/C:/Users/David/GitHub%20Repos/JavaYTD/Project/src/main/Code.java</file>
<file>file:/C:/Users/David/GitHub%20Repos/JavaYTD/Project/src/main/GUI.java</file>
<file>file:/C:/Users/David/GitHub%20Repos/JavaYTD/Project/src/main/FileIO.java</file>
</group>
<group/>
</open-files>
</project-private>
Loading

0 comments on commit c295183

Please sign in to comment.