Commit Graph

102 Commits

Author SHA1 Message Date
Mauricio Colli 179c38c619
Merge pull request #59 from coffeemakr/bugfix-test-urls-and-relative-fix
Add more tests and fix 2 bugs
2018-01-15 11:31:44 -02:00
Coffeemakr 978a33fae2
Use 'abs:' prefix 2018-01-15 12:33:09 +01:00
Mauricio Colli a75137be2e Remove unnecessary check 2018-01-13 17:26:11 -02:00
Mauricio Colli a693c0d61d Fix getNextStreams from Youtube's channel extractor 2018-01-13 17:09:31 -02:00
Mauricio Colli cfd3ab3500 Fix warning of generics 2018-01-13 17:08:48 -02:00
Christian Schabesberger 9de63f8c0a horrible hack nextinfoitem for channel 2018-01-06 20:24:55 +01:00
Coffeemakr 7cfdaf39a4
Fix relative url in uploader URL 2018-01-04 18:48:15 +01:00
Coffeemakr fe2583f3d7
Generate and verify Https links 2018-01-04 18:47:27 +01:00
Christian Schabesberger 5f2d0cf6b5 fix yt trending contains to less items 2018-01-04 04:46:27 +01:00
John Zhen Mo 32dbb3d2df -Fixed reversed order of inputs on playlist info. 2018-01-03 16:42:55 -08:00
John Zhen Mo c426140811 -Fix channel extractor error. 2017-12-29 16:13:24 -08:00
Schabi 044b8fe32f fix fetch page 2017-12-29 14:40:42 +01:00
Schabi c5ce8ec906 Merge branch 'master' of github.com:TeamNewPipe/NewPipeExtractor 2017-12-29 01:13:05 +01:00
Schabi 33bd9d9a7a fix kiosk content language 2017-12-29 01:12:55 +01:00
wb9688 eae7504526 Fix 'New & hot' chart (#55) 2017-12-24 23:15:40 +01:00
John Zhen Mo e0315ca2af -Fixes age-gated video info retrieval.
-Fixes youtube video stream test passing even when no stream is fetched on age-gated videos.
2017-12-18 14:05:58 -08:00
Christian Schabesberger d6a00228e8 fix exception on found ads 2017-12-15 22:12:32 +01:00
Coffeemakr f76cc4922e
Fix channel info item collector 2017-12-07 09:53:18 +01:00
Christian Schabesberger 18e486da30 Merge branch 'bugfix-dont-call-fetch-page-in-constructor' of https://github.com/coffeemakr/NewPipeExtractor into f 2017-11-30 15:39:27 +01:00
Coffeemakr f8d2794a1d
Fix javadoc errors. (warnings still not fixed) 2017-11-30 12:24:50 +01:00
Coffeemakr 4fa14b31b9
Remove unused imports 2017-11-30 11:39:09 +01:00
Coffeemakr 58df281975
Make some fields final 2017-11-30 11:39:03 +01:00
Coffeemakr 89f8678912
Fix age restriction test - make fields NOT STATIC 2017-11-30 11:21:22 +01:00
Coffeemakr f037f67a15
Add checks if page is fetched 2017-11-30 10:49:52 +01:00
Coffeemakr 9a46992285
Don't call fetch page in constructor 2017-11-30 10:49:46 +01:00
Coffeemakr 421550e0c4
Fix uploader url for related streams 2017-11-26 17:27:30 +01:00
Christian Schabesberger 16b77b56cc fix failing tests 2017-11-25 19:21:33 +01:00
Coffeemakr dacffda194
Override getUploaderUrl fro YoutubeTrendingExtractor 2017-11-25 04:00:19 +01:00
Coffeemakr d76c8e1773
Add check for subtitles in restricted videos 2017-11-25 03:45:03 +01:00
Coffeemakr d59618d0e7
Ignore deleted playlist items and add uploader url 2017-11-25 03:14:15 +01:00
Coffeemakr 95120641a9
Fix channel url for channel items 2017-11-25 02:38:46 +01:00
Coffeemakr 9cd11a7b6b
Encode paramters and small changes 2017-11-25 02:20:40 +01:00
Coffeemakr d4b72f539b
Add @Nonnull annotations 2017-11-25 02:03:30 +01:00
Coffeemakr dc109d78f8
Fix bugs and present some in the future 2017-11-25 01:44:56 +01:00
Coffeemakr 775011db77
Make info item fields final 2017-11-25 01:44:56 +01:00
Coffeemakr ceb556384b
Refactor collectors
* Define a common iterface
  * Use generic types
  * Remove some duplicated code
  * Simplify InfoItemSearchCollector and remove unused methods
  * SearchResult: Make fields final
2017-11-25 01:44:56 +01:00
Coffeemakr bc44557bdb
Add and use setters 2017-11-25 01:44:56 +01:00
Coffeemakr e11c6e35f6
Code refactoring
* Add getters
 * Add javadoc
 * Use Mediaformat instead of the id of media format
2017-11-25 01:44:11 +01:00
Christian Schabesberger 98358cb0f9 Merge branch 'feature-YTsubtitles' of https://github.com/tonakriz/NewPipeExtractor into refactor 2017-11-24 21:02:13 +01:00
tonakriz bd1914612f Added comment 2017-11-24 13:59:52 +01:00
tonakriz 2c7acc74f5 Fixed exceptions as requested 2017-11-24 13:57:54 +01:00
Christian Schabesberger 3c9c5c1004 Merge branch 'channel-url' of https://github.com/wb9688/NewPipeExtractor into up 2017-11-24 12:22:43 +01:00
tonakriz 310b34558b Changed the way of getting subtitles data type, removed language name from Subtitles class 2017-11-23 16:33:03 +01:00
tona_kriz 57769788fc
Merge branch 'master' into feature-YTsubtitles 2017-11-23 11:54:27 +01:00
tonakriz f09b4e68d0 Using Class instead of HashMap, removed downloadSubtitles method 2017-11-23 11:47:08 +01:00
tonakriz 72f9ac223e Using Class instead of HashMap, removed downloadSubtitles method 2017-11-23 11:47:05 +01:00
tonakriz 6e3651fdf5 Added method to download subtitles as VTT 2017-11-23 00:10:12 +01:00
tonakriz 3902de00a6 Removed duplicated code 2017-11-22 18:45:49 +01:00
tonakriz 6031695343 Addede fetching subtitles for youtube and its tests 2017-11-22 18:39:38 +01:00
Coffeemakr acf05b748c
Add uploaderUrl to StreamInfoItem 2017-11-11 12:46:14 +01:00