ImgScroll/src/main/java/com/rarchives/ripme/ripper
2018-05-29 22:48:44 -04:00
..
rippers 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
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 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
AbstractRipper.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
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