Commit graph

290 commits

Author SHA1 Message Date
bopol
74cfefe8a3 update prettytime dependency
see https://github.com/TeamNewPipe/NewPipe/pull/2921#issuecomment-572601812
It will add Esperanto, add bengali, update vietnamese
pretty time is the library used in the home page: … days ago
2020-01-27 19:32:40 +01:00
TobiGr
1c1885c256 Bump version to 0.18.2 [hotfix release] 2020-01-24 02:30:08 +01:00
TobiGr
7d0520517f Update extractor version 2020-01-24 02:29:21 +01:00
TobiGr
cac9b6d78e Bump version to 0.18.1 and version code to 810 2020-01-18 00:09:40 +01:00
B0pol
c1446a59d3 update extractor version 2020-01-17 23:07:45 +01:00
bopol
b686e129fb support for opening /c/ channel links 2020-01-17 22:59:51 +01:00
TobiGr
aa4329a666 Update extractor version
TeamNewPipe/NewPipeExtractor@bdbfa26835
2020-01-13 20:40:11 +01:00
TobiGr
074da15e07 Update extractor to fix SoundCloud audio stream extraction 2019-12-22 00:50:16 +01:00
TobiGr
cdf03517b9 Bump version to 0.18.0 and version code to 800 2019-12-21 01:14:11 +01:00
TobiGr
892c8ebada Update extractor to TeamNewPipe/NewPipeExtractor@8cb3250
Fix soundcloud client id extraction
Improve handling of missing uploader in playlist
2019-12-12 18:47:26 +01:00
yausername
29dbbf2d09 updated extractor 2019-12-03 07:22:14 +05:30
yausername
d41ae244c1 update extractor, kiosk names and icons 2019-12-03 01:50:23 +05:30
yausername
491cc18bfd easily switch between multiple peertube instances 2019-11-24 21:08:06 +05:30
yausername
512fca8897 validate peertube instance. changed peertube color 2019-11-23 00:31:35 +05:30
yausername
1dae8a93da updated extractor 2019-11-21 05:41:14 +05:30
yausername
2a843a16d7 merged upstream/dev 2019-11-20 03:48:56 +05:30
Redirion
5238c009c4 Bump ExoPlayer to 2.10.8
Here we go again.
Minor update.
ExoPlayer Changelog: https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md
2019-11-19 14:25:40 +01:00
Mauricio Colli
ab1c2b00da Show parsed relative times instead of whatever the service gives us
Before, the direct value was given to the user, now it uses the parsed
date so we can match the device's language.

To get the relative time from the parsed dates, we use the PrettyTime
library.

Also introduces a debug option to check the service's original value.
2019-11-17 23:58:55 -03:00
Mauricio Colli
cb2f0625b1 Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
yausername
ca9dff049c merged upstream/dev 2019-11-16 04:37:14 +05:30
Redirion
a4d81a197d Bump ExoPlayer to 2.10.7
Little dependency update.
ExoPlayer Changelog: https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md
2019-11-07 16:36:45 +01:00
Mauricio Colli
d98c777261 Update Gradle and introduce Kotlin 2019-11-03 13:33:13 +01:00
TobiGr
e5f3268f1b Bump to 0.17.4 (790) 2019-10-28 01:13:06 +01:00
TobiGr
912086506c Update extractor version and add head request to downloader 2019-10-28 01:13:06 +01:00
Redirion
d7885c52ee Bump ExoPlayer to 2.10.6 and OkHttp to 3.12.6
Little dependency update.
ExoPlayer Changelog: https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md
OkHttp Changelog: https://square.github.io/okhttp/changelog_3x/#version-3126
2019-10-19 05:58:48 +02:00
Robin
4b790659b0 Update okhttp to match ExoPlayer 2019-10-07 11:18:26 +02:00
Robin
6a28c5767c Update to ExoPlayer 2.10.5 2019-10-07 11:18:26 +02:00
TobiGr
2e2efafb0a Update extractor 2019-10-07 11:01:01 +02:00
Robin
edd5ad2d13 Migrate to AndroidX 2019-10-04 14:59:08 +02:00
yausername
7b5ae64488 Merge remote-tracking branch 'upstream/dev' into videoDetailscrollFix 2019-10-02 06:35:44 +05:30
Stypox
70d188d236 Merge branch 'dev' into add-transitive-dependencies 2019-10-01 21:07:41 +02:00
yausername
cc7e21a93b fix scrolling in video detail fragment. fixes #2627 2019-09-29 22:05:29 +05:30
Christian Schabesberger
c07db5a28e fix subscriber count 2019-09-18 15:31:06 +02:00
TobiGr
4366dcafb3 Move on to 0.17.3 2019-09-12 22:52:40 +02:00
TobiGr
8173be1525 Update extractor version to fix live streams 2019-09-12 22:43:07 +02:00
Christian Schabesberger
3aa5d14db1 merge master back into dev 2019-09-12 13:22:24 +02:00
Tobias Groza
df9992ea03 Merge branch 'dev' into patch-1 2019-09-12 09:23:30 +02:00
Christian Schabesberger
e102aa2163 add fixed extractor and move on to version 0.17.2 2019-09-11 22:30:41 +02:00
Christian Schabesberger
5bc2302e48 use newerextractor 2019-08-22 11:39:32 +02:00
jimbo1qaz
4d5645fae6 Add missing dependencies inherited from NewPipeExtractor into NewPipe
- NewPipe uses nanojson and jsoup, despite not declaring them.
- NewPipe depends on NewPipeExtractor, which depends on nanojson and jsoup.
- Gradle lets NewPipe use nanojson and jsoup, but this breaks when I use:

includeBuild('../NewPipeExtractor') {
    dependencySubstitution {
        substitute module('com.github.TeamNewPipe:NewPipeExtractor') with project(':extractor')
    }
}
2019-08-17 23:27:04 -07:00
Christian Schabesberger
a7577a723b move on to version 0.17.1 2019-08-18 01:00:54 +02:00
Stypox
56ad673dd7 Add url to recaptcha exceptions, after update in extractor 2019-08-17 09:25:49 +02:00
Andrew
33d78dda72 Merge branch 'dev' into patch-1 2019-08-14 17:39:57 +01:00
Andrew
47a13d5cb9 Revert last commit 2019-08-08 01:13:34 +00:00
Andrew
dbac870a7a Use commit from extractor pr 2019-08-08 01:07:51 +00:00
TobiGr
dee97e45ce Move on to version 0.17.0 (750) 2019-08-03 00:35:45 +02:00
TobiGr
75ce1815c4 Update extractor version to fix video duration parsing failure 2019-07-31 18:35:46 +02:00
Christian Schabesberger
8e3d880f22 update to latest dev extractor 2019-07-21 15:08:17 +02:00
Tobias Groza
b19caad970 Update Extractor 2019-06-03 22:06:58 +02:00
Tobias Groza
d929d7402d Update extractor version 2019-05-14 23:16:43 +02:00