renamed crawler into extractor
This commit is contained in:
parent
3e9edba189
commit
77850464d4
29 changed files with 71 additions and 90 deletions
|
|
@ -30,7 +30,7 @@ import info.guardianproject.netcipher.NetCipher;
|
|||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
public class Downloader implements org.schabi.newpipe.crawler.Downloader {
|
||||
public class Downloader implements org.schabi.newpipe.extractor.Downloader {
|
||||
|
||||
private static final String USER_AGENT = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue