mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 15:24:51 +02:00
Fixed Tubex6Ripper
This commit is contained in:
@@ -54,6 +54,7 @@ public class Tubex6Ripper extends AbstractSingleFileRipper {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void downloadURL(URL url, int index) {
|
public void downloadURL(URL url, int index) {
|
||||||
addURLToDownload(url, getPrefix(index));
|
// We have to send a referrer or the site returns a 403 error
|
||||||
|
addURLToDownload(url, getPrefix(index), "", this.url.toExternalForm(), null);
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user