Skip to content

Commit

Permalink
using a written http downloader instead of lib curl
Browse files Browse the repository at this point in the history
  • Loading branch information
elzoughby committed Oct 30, 2018
1 parent a9c0ed5 commit 3fdb1b7
Show file tree
Hide file tree
Showing 25 changed files with 425 additions and 409 deletions.
36 changes: 14 additions & 22 deletions .idea/artifacts/vdm.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__ch_qos_logback_logback_classic_1_1_6.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__ch_qos_logback_logback_core_1_1_6.xml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__commons_cli_commons_cli_1_3_1.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__commons_codec_commons_codec_1_9.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__commons_logging_commons_logging_1_2.xml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__org_slf4j_slf4j_nop_1_7_25.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__org_toile_libre_libe_curl_0_0_15.xml

This file was deleted.

37 changes: 0 additions & 37 deletions License_3rd-Party
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
https://github.com/jhy/jsoup
Copyright (c) 2009-2018 Jonathan Hedley

- Curl - The Unlicense
https://github.com/libetl/curl
No Copyright




Expand Down Expand Up @@ -289,36 +285,3 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.





=============================================================================
The Unlicense
=============================================================================

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>

13 changes: 13 additions & 0 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Manifest-Version: 1.0
Implementation-Title: Video Download Manager
Implementation-Version: 1.0.0
Implementation-Vendor: elzoughby
JavaFX-Version: 8.0
Created-By: elzoughby
Class-Path: lib/ShellExecutor-1.1.jar lib/SystemTray-3.16.jar lib/gson
-2.8.5.jar lib/jna-platform-4.5.2.jar lib/jna-4.5.2.jar lib/controlsf
x-8.40.14.jar lib/fx-gson-3.1.0.jar lib/javassist-3.23.0-GA.jar lib/a
nnotations-15.0.jar lib/jsoup-1.11.3.jar lib/slf4j-api-1.7.25.jar lib
/slf4j-nop-1.7.25.jar
Main-Class: Main

Loading

0 comments on commit 3fdb1b7

Please sign in to comment.