- 14 Mar, 2021 2 commits
-
-
Tobi authored
[Bandcamp] Fix link handler acceptance behaviour
-
Fynn Godau authored
* Test for bandcamp footer instead of meta tag (which is not present on all pages) * Accept links to /music, not just /releases * Correctly handle uppercase URLs
-
- 13 Mar, 2021 2 commits
-
-
TobiGr authored
- 07 Mar, 2021 2 commits
- 05 Mar, 2021 26 commits
-
-
Tobi authored
Bandcamp support
-
TobiGr authored
-
TiA4f8R authored
Use final where possible in YoutubeStreamExtractor and do some other code style improvements
-
TobiGr authored
-
TiA4f8R authored
-
TobiGr authored
-
TiA4f8R authored
AgeRestrictedException will be thrown only if the reason message equals to "Sign in to confirm your age" and if the age limit is 18.
-
TobiGr authored
The ContentNotSupportedException is thrown because no supported audio streams where extracted. However, SoundCLoud does not check, whether there are any streams available. This commit should be reverted in #526
-
TobiGr authored
Also check if related streams are empty if they are expected to be empty.
-
TiA4f8R authored
-
TiA4f8R authored
-
TiA4f8R authored
-
TiA4f8R authored
-
TiA4f8R authored
These exceptions are thrown on a test with the error messages text, because YouTube returns only "UNPLAYABLE" status in most error cases. Tests are based with English strings, so changing the lang used by extractor will throw the generic exception (ContentNotAvailableException).
-
TiA4f8R authored
Add GeographicRestrictionException and SoundCloudGoPlusException in NewPipe Extractor to be able to display different error messages This commit adds two new exceptions in NewPipe Extractor: GeographicRestrictionException and SoundCloudGoPlusException (which extend to ContentNotAvailableException). These exceptions allow showing different error messages to user when a content isn't available in his/her/its country (only used for now by SoundCloudStreamExtractor) or when the content is a SoundCloud Go+ track.
-
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
-