mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 15:24:51 +02:00
Made writeDownloadedURL protected so it can be used by AlbumRipper
This commit is contained in:
@@ -67,7 +67,7 @@ public abstract class AbstractRipper
|
|||||||
* Adds a URL to the url history file
|
* Adds a URL to the url history file
|
||||||
* @param downloadedURL URL to check if downloaded
|
* @param downloadedURL URL to check if downloaded
|
||||||
*/
|
*/
|
||||||
private void writeDownloadedURL(String downloadedURL) throws IOException {
|
protected void writeDownloadedURL(String downloadedURL) throws IOException {
|
||||||
// If "save urls only" is checked don't write to the url history file
|
// If "save urls only" is checked don't write to the url history file
|
||||||
if (Utils.getConfigBoolean("urls_only.save", false)) {
|
if (Utils.getConfigBoolean("urls_only.save", false)) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user