This project is mirrored from https://github.com/TeamNewPipe/NewPipeExtractor.
Pull mirroring updated .
- 05 Mar, 2021 11 commits
-
-
TobiGr authored
-
Tobi authored
Fix YouTube channels contination
-
Tobi authored
[youtube] improve comments extraction performance
-
bopol authored
Update extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeCommentsExtractor.java Co-authored-by:Tobi <TobiGr@users.noreply.github.com>
-
Tobi authored
[SoundCloud] Update client_id and fix extraction
-
bopol authored
- do not parse responseBody twice for continuation instead try to get commentsTokenInside with the new pattern ("sectionListRenderer") and try again with the old pattern ("commentSectionRenderer") on failure - do not unescape responseBody multiple times -> parse responseBody less times -
TobiGr authored
-
Tobi authored
Fixes missing comments under videos
-
golfinq authored
-
golfinq authored
-
golfinq authored
-
- 04 Mar, 2021 8 commits
-
-
TiA4f8R authored
Because it's unused with the new request. Co-authored-by:bopol <bopol@e.email>
-
TobiGr authored
Co-authored-by:TiA4f8R <74829229+tia4f8r@users.noreply.github.com>
-
TobiGr authored
SoundCloud changed their Javascript structure. That caused the client_id to be in the middle of the file (at byte ~43000 ). To have a little buffer, we now fetch the first 50000 bytes.
-
TobiGr authored
-
XiangRongLin authored
Playlist continuations
-
XiangRongLin authored
-
XiangRongLin authored
-
FireMasterK authored
-
- 03 Mar, 2021 2 commits
-
-
XiangRongLin authored
Requires sending a POST request instead of GET. clientName and clientVersion, which were required as headers previously now need to be part of the request payload. continuation id also needs to be part of request body. quick and dirty solution.
-
XiangRongLin authored
-
- 24 Feb, 2021 2 commits
- 23 Feb, 2021 1 commit
-
-
TiA4f8R authored
When compiling the extractor on Windows, you get more than 100 errors with the message error: unmappable character for encoding Cp1252, especially in timeago-parser tasks. This commit fixes it by setting the encoding for all compileJava and compileTestJava tasks to UTF-8.
-
- 20 Feb, 2021 2 commits
- 18 Feb, 2021 14 commits
-
-
bopol authored
Add more data.
-
FireMasterK authored
-
FireMasterK authored
-
bopol authored
Add uploader verified by service extraction
-
bopol authored
-
bopol authored
Adaptive Stream parsing
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
This reverts commit 591856e3a11998c4b8ba87b5e361e2b9556d760f.
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
-
FireMasterK authored
-