mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-17 19:26:34 +02:00
mark albumripper deprecated
This commit is contained in:
@@ -24,6 +24,7 @@ import java.util.Map;
|
|||||||
* For ripping delicious albums off the interwebz.
|
* For ripping delicious albums off the interwebz.
|
||||||
* @deprecated Use AbstractHTMLRipper instead.
|
* @deprecated Use AbstractHTMLRipper instead.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public abstract class AlbumRipper extends AbstractRipper {
|
public abstract class AlbumRipper extends AbstractRipper {
|
||||||
|
|
||||||
private Map<URL, File> itemsPending = Collections.synchronizedMap(new HashMap<URL, File>());
|
private Map<URL, File> itemsPending = Collections.synchronizedMap(new HashMap<URL, File>());
|
||||||
|
Reference in New Issue
Block a user