ImgScroll/src/main/java/com/rarchives/ripme/ripper
2018-06-02 15:46:14 -04:00
..
rippers Merge pull request #646 from cyian-1756/Aerisdies 2018-06-02 15:46:14 -04:00
AbstractHTMLRipper.java Replaced use of Collection.size () by Collection.isEmpty () which makes the code more readable and may have more performance 2018-05-29 22:48:44 -04:00
AbstractJSONRipper.java Merge pull request #635 from Gaboso/master 2018-05-30 00:04:19 -04:00
AbstractRipper.java No longer writes url to url_history file is save urls only is checked 2018-05-29 20:56:33 -04:00
AlbumRipper.java Changed try blocks that used streams and other classes that implement the Closeable, to try-with-resources statement, which implicitly close Closeables. 2018-05-29 18:22:15 -04:00
DownloadFileThread.java Added option for addURLToDownload which sets the file extension to the files MIME type 2018-05-05 05:36:00 -04:00
DownloadThreadPool.java 3 Metric Tons of Javadoc documentation for Core Ripper stuff. 2017-12-28 00:04:23 -05:00
DownloadVideoThread.java 3 Metric Tons of Javadoc documentation for Core Ripper stuff. 2017-12-28 00:04:23 -05:00
RipperInterface.java 3 Metric Tons of Javadoc documentation for Core Ripper stuff. 2017-12-28 00:04:23 -05:00
VideoRipper.java Changed try blocks that used streams and other classes that implement the Closeable, to try-with-resources statement, which implicitly close Closeables. 2018-05-29 18:22:15 -04:00