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

@ -11,8 +11,8 @@ import android.view.Menu;
import android.view.MenuItem;
import android.widget.Toast;
import org.schabi.newpipe.crawler.ServiceList;
import org.schabi.newpipe.crawler.StreamingService;
import org.schabi.newpipe.extractor.ServiceList;
import org.schabi.newpipe.extractor.StreamingService;
/**