added reference to downloader implemention

This commit is contained in:
Clone Conflict 2022-01-14 17:29:50 +01:00 committed by GitHub
parent 2ed102eb97
commit 2f452c7d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -144,9 +144,9 @@ public Response execute(@Nonnull Request request) throws IOException, ReCaptchaE
Here is a simple implementation for the `Downloader`, assumes that you are using `okhttp`.
This have been taken from [here](https://github.com/TeamNewPipe/NewPipeExtractor/blob/dev/extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderTestImpl.java).
```java
package gh.cloneconf.newpipe_android_example;
import org.schabi.newpipe.extractor.downloader.Downloader;
import org.schabi.newpipe.extractor.downloader.Request;
import org.schabi.newpipe.extractor.downloader.Response;