This project is mirrored from https://github.com/TeamNewPipe/NewPipeExtractor.
Pull mirroring updated .
- 18 Mar, 2020 2 commits
-
-
Tobias Groza authored
[SoundCloud] Fix by migrating to `api-v2` and other improvements
-
wb9688 authored
Signed-off-by:Stypox <stypox@pm.me>
-
- 17 Mar, 2020 15 commits
-
-
Stypox authored
-
Stypox authored
Consistent with YouTube and the documentation
-
Stypox authored
-
Stypox authored
-
Stypox authored
-
Stypox authored
They didn't have the information to calculate another next page url. So now `nextPageUrl` contains a full link with all video ids, and `getPage` takes the first part of the url (containing 15 streams) and produces another `nextPageUrl` with the remaining streams. Also add a test for this.
-
Stypox authored
-
Stypox authored
-
Stypox authored
-
Stypox authored
-
Stypox authored
-
Stypox authored
-
Stypox authored
Also added
-
Stypox authored
Prevent NullPointerExceptions and remove duplicate code
-
Stypox authored
Rewrote methods to calculate next page url and to get items from it. `api-v2` is different from `api` since the initial playlist page contains (usually) the full info of the first 3 streams and only the id of the other. Then the single tracks can be requested in batch using `/tracks?ids=id1,id2,...`.
-
- 16 Mar, 2020 5 commits
- 01 Mar, 2020 18 commits
-
-
Tobias Groza authored
[YouTube] Improve response status checks
-
Mauricio Colli authored
-
Mauricio Colli authored
-
Tobias Groza authored
Test if services recognizes their own items urls
-
Mauricio Colli authored
-
Mauricio Colli authored
-
TobiGr authored
-
Tobias Groza authored
Hotfixes for YouTube and improve unavailable cases
-
Mauricio Colli authored
Added a test case as well.
-
Mauricio Colli authored
- Added tests for these cases.
-
Mauricio Colli authored
-
Mauricio Colli authored
-
Mauricio Colli authored
-
Mauricio Colli authored
-
Mauricio Colli authored
-
Mauricio Colli authored
Also remove catch because it may hide bugs when the page changes.
-
Mauricio Colli authored
-
Mauricio Colli authored
Will be latest one in this commit because there's need to check the history of redirects as of now.
-