Skip to content

Commit

Permalink
mark albumripper deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Dec 29, 2024
1 parent ec728ab commit 6487219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/rarchives/ripme/ripper/AlbumRipper.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* For ripping delicious albums off the interwebz.
* @deprecated Use AbstractHTMLRipper instead.
*/
@Deprecated
public abstract class AlbumRipper extends AbstractRipper {

private Map<URL, File> itemsPending = Collections.synchronizedMap(new HashMap<URL, File>());
Expand Down

0 comments on commit 6487219

Please sign in to comment.