renamed crawler into extractor

This commit is contained in:
Christian Schabesberger 2016-02-18 11:50:22 +01:00
parent 3e9edba189
commit 77850464d4
29 changed files with 71 additions and 90 deletions

View file

@ -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";