Commit Graph

  • 7b72fd2a7d [YouTube] Add new decryption function #243 TobiGr 2020-01-24 01:59:39 +0100
  • bce87f3d01 Improve getDescriptionFuncName by removing catches and adding a loop TobiGr 2020-01-24 01:30:54 +0100
  • 9b45c61103 Typos, comments and formatting TobiGr 2020-01-24 01:27:54 +0100
  • 29a4cc78bf Fix typo in decryption constant TobiGr 2020-01-23 21:20:38 +0100
  • 812c8e0ad2 authorName in comments now follow PeerTube website B0pol 2020-01-24 00:22:05 +0100
  • c790261eed update test bopol 2020-01-23 19:08:41 +0100
  • a691d6d0fc fix upload date: there was a one hour delay bopol 2020-01-23 19:02:40 +0100
  • 20da4750f8 empty support returns "", same for empty description bopol 2020-01-23 14:37:14 +0100
  • 74439f692a add extraction for support info and rename getLanguageInfo function bopol 2020-01-23 14:19:22 +0100
  • 1a15c0e750 agelimit now returns 18 if the video is marked as nsfw, 0 otherwise B0pol 2020-01-23 04:42:54 +0100
  • bcfe7be4e6
    Merge branch 'dev' into peertube B0pol 2020-01-22 19:19:41 +0100
  • b9afc9807c
    Merge pull request #233 from Stypox/yt-stream-ext Tobias Groza 2020-01-20 23:17:36 +0100
  • 82eff772fa
    Merge pull request #234 from TeamNewPipe/fix/YT_search_test Tobias Groza 2020-01-20 23:16:27 +0100
  • 1cfdc4547a
    Update extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java #233 Stypox 2020-01-20 22:52:48 +0100
  • 1e1100ef76
    Update extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java Stypox 2020-01-20 22:52:36 +0100
  • 2308b074f0 [MediaCCC] Fix testGetTextualUploadDate() #234 TobiGr 2020-01-20 22:12:39 +0100
  • 089dbe8afb Fix StreamLinkHandlerFactoryTest by passing baseUrl to vdn.youtube urls TobiGr 2020-01-20 22:10:18 +0100
  • f403490bd9
    Refactoring B0pol 2020-01-20 21:28:26 +0100
  • 69ccb7e69d Update subtitle tests comments TobiGr 2020-01-20 21:25:47 +0100
  • 7943130307 Throw IllegalArgumentException when url is null in LinkHandlerFactory TobiGr 2020-01-20 21:25:16 +0100
  • 39de55dcd3 [YouTube] Fix and move streamCountTest TobiGr 2020-01-20 21:24:51 +0100
  • 51fd9ba491 Merge branch 'master' into dev TobiGr 2020-01-20 20:31:32 +0100
  • ad7f97ae83 fix PeerTube description and add more description tests bopol 2020-01-20 15:14:23 +0100
  • b382416372 changed the way to extract peertube description bopol 2020-01-20 14:36:12 +0100
  • a281519e77 added metadata, fix descriptions, fix thumbnail, update tests bopol 2020-01-19 12:45:52 +0100
  • c1e1ac1f57 Merge branch 'dev' v0.18.1 TobiGr 2020-01-19 10:13:14 +0100
  • 2ee558fbe7
    Merge pull request #237 from B0pol/fix_invidious_comments Tobias Groza 2020-01-17 22:55:51 +0100
  • 5a259fca94
    Merge pull request #238 from B0pol/c_links_support Tobias Groza 2020-01-17 22:53:46 +0100
  • 57cf47b9f3
    Merge pull request #236 from B0pol/fix_typos Tobias Groza 2020-01-17 22:52:29 +0100
  • 623e6a8c63
    Merge branch 'dev' into dev Fynn Godau 2020-01-17 22:37:42 +0100
  • 221e8dd171 changed assertTrue(string.equals(string)) to assertEquals(string, string) #237 bopol 2020-01-17 21:24:52 +0100
  • 5e81ed1dff add support to /c/shortened_url channel links #238 bopol 2020-01-17 19:27:54 +0100
  • 7e8d00981f changed getId() to remove duplicate code B0pol 2020-01-17 13:44:55 +0100
  • 02930d08f1 added comments test for invidious B0pol 2020-01-17 12:58:50 +0100
  • a12c0e2a37 fix:invidious: getID and onAccpetURl for comments B0pol 2020-01-17 12:09:59 +0100
  • 3743c60695 fix: typos in Test #236 B0pol 2020-01-15 14:27:52 +0100
  • 4aaf123f24 Add PeerTube to supported services in README TobiGr 2020-01-14 14:40:39 +0100
  • 7b5702bdc2 Add bandcamp to list of supported services in README Fynn Godau 2020-01-11 16:32:45 +0100
  • 1351820ef9
    Update ChannelInfo.java Robin 2020-01-08 15:12:12 +0100
  • 244cf52fe6 if an ErrorMessage can be obtained, throw ContentNotAvailableException with ErrorMessage as text Robin 2020-01-08 15:06:33 +0100
  • 0567c20549
    Merge branch 'dev' into yt-stream-ext Stypox 2020-01-07 00:10:06 +0100
  • 7ba04836eb
    Add tests for ratings in yt stream extractor tests Stypox 2020-01-06 23:57:08 +0100
  • 1bb6cdee22
    Enable commented-out test for yt stream extractor Stypox 2020-01-06 21:43:24 +0100
  • d5ca02f3f6
    Fix test failing because music channel could be Vevo Stypox 2020-01-06 21:41:15 +0100
  • 1689037b01
    Fix getLength() tests now that the value is rounded (not floor-ed) Stypox 2020-01-06 20:49:08 +0100
  • 1ed89aad3e
    Use more often playerResponse in yt stream extractor Stypox 2020-01-06 20:45:57 +0100
  • 8aa0f1f174 method obtainErrorMessage for abstract class ChannelExtractor Robin 2020-01-06 13:35:01 +0100
  • 2b1e4d9142 Added Nullable Robin 2020-01-06 13:28:21 +0100
  • 03d61e589d
    Merge branch 'dev' into extractYTError Robin 2020-01-06 11:28:43 +0100
  • 52b48a2e64 added doc, removed throws Robin 2020-01-06 11:27:51 +0100
  • bdbfa26835
    Merge pull request #231 from pihug12/dev Tobias Groza 2020-01-06 11:21:27 +0100
  • ba967f1a15 Workaround enourmous load times for long bandcamp playlists Fynn Godau 2020-01-03 13:13:42 +0100
  • 46e1f3922c Refuse to load bandcamp playlists without content Fynn Godau 2020-01-03 12:25:59 +0100
  • f0d36dfa7e Bandcamp radio: proper name, date shortened Fynn Godau 2019-12-22 17:36:50 +0100
  • 808c8aa087 Add bandcamp weekly kiosk Fynn Godau 2019-12-22 17:30:22 +0100
  • 13ef11e9c8 Bandcamp featured kiosk Fynn Godau 2019-12-22 15:15:12 +0100
  • db02850d4f Bandcamp playlist extractor: support playlists with just one stream Fynn Godau 2019-12-22 14:12:24 +0100
  • 13e4908b83 Bandcamp search extractor: read track count from result page Fynn Godau 2019-12-22 14:07:56 +0100
  • 9b16baffb7 Bandcamp search: multiple pages Fynn Godau 2019-12-22 13:51:17 +0100
  • ce2a88e56f Add bandcamp search suggestion extractor Fynn Godau 2019-12-22 13:28:02 +0100
  • e12ddaef7f Bandcamp playlist and search extractors: better and more tests Fynn Godau 2019-12-22 12:53:15 +0100
  • 655df356a2 Various improvements concerning bandcamp playlists Fynn Godau 2019-12-22 03:10:54 +0100
  • ba700bfb3e Add bandcamp playlists (albums) Fynn Godau 2019-12-22 02:55:54 +0100
  • d05b14ae48 Add channels (artists) to search results Fynn Godau 2019-12-22 01:55:04 +0100
  • 794ca5eeae Bandcamp channel extractor: handel nonexistent images better Fynn Godau 2019-12-22 01:38:48 +0100
  • 91c0ec7cea Bandcamp stream extractor: catch NullPointerException Fynn Godau 2019-12-22 01:14:35 +0100
  • d5cdc20be1 Bandcmap channel extractor: fix getting banner url Fynn Godau 2019-12-22 01:05:34 +0100
  • 7730eb2ea1 Bandcamp channel extractor: enforce https when getting banner url Fynn Godau 2019-12-22 00:46:31 +0100
  • a42c77425d Bandcamp channel extractor (ignoring everything but tracks) Fynn Godau 2019-12-22 00:42:26 +0100
  • 5281456899 Bandcamp channel link handler factory Fynn Godau 2019-12-21 23:14:23 +0100
  • c3d127ccd9 Bandcamp audio stream test and fix Fynn Godau 2019-12-21 21:47:06 +0100
  • 80d67e22b7 Return mp3-128 audio stream [experimental] Fynn Godau 2019-12-21 19:31:46 +0100
  • 43dc3c3d4c Return empty kiosk list instead of null Fynn Godau 2019-12-21 19:20:06 +0100
  • a579337c9a Bandcamp service with support for streams and searches Fynn Godau 2019-12-21 19:00:07 +0100
  • d4e0930f44 [Soundcloud] Update client_id #231 pihug12 2019-12-31 23:36:23 +0100
  • 740992aae5
    Merge branch 'dev' into refactor #225 7FM 2019-12-31 01:43:25 +0100
  • d83787a5ca
    Merge pull request #226 from 7FM/dev Tobias Groza 2019-12-31 00:26:27 +0100
  • 1c0a5db6da
    Merge pull request #215 from gzsombor/fix-search-paging Tobias Groza 2019-12-31 00:25:23 +0100
  • 0b6e37e71f Improve YouTubeSearchPagingtest #215 TobiGr 2019-12-31 00:18:53 +0100
  • 68f95471fd Change Movie filter name to Film and Show filter name to Programme #124 Vishan Seru 2019-12-30 23:13:15 +0530
  • 4cfd07bba0 Undo unnecessary change made to gitignore file Vishan Seru 2019-12-30 23:12:43 +0530
  • 2b771cb284 Merge remote-tracking branch 'upstream/dev' into youtube_search_filters Vishan Seru 2019-12-30 22:49:32 +0530
  • 64729e5357 Improve the tests Zsombor Gegesy 2019-12-07 22:58:01 +0100
  • 68b0fd9650 Add test for search paging Zsombor Gegesy 2019-12-04 23:57:44 +0100
  • 2123b3abd3 Fix search result paging - due to the way as the InfoItemsSearchCollector are re-used, the returned item list just grows, which cause that same videos are returned. Zsombor Gegesy 2019-11-21 23:03:14 +0100
  • 305ff21770 use openjdk8 for travis build TobiGr 2019-12-26 23:38:40 +0100
  • f826c24749 Use UTF-8 encoding for docs and bump version to v0.18.0 TobiGr 2019-12-26 22:46:19 +0100
  • 01eb7a9658 Fix syntax TobiGr 2019-12-26 22:21:52 +0100
  • 147322b526 Deploy JDoc even when tests on master fail TobiGr 2019-12-26 22:11:12 +0100
  • 0a3422a591 Fix invalid jsoup query Zsombor Gegesy 2019-11-28 22:04:29 +0100
  • 9d7cb179d9 do not crash if getName fails Robin 2019-12-25 19:30:15 +0100
  • 0bcf7ebd5a
    Merge branch 'dev' into refactor 7FM 2019-12-22 12:33:59 +0100
  • fd5ed07d33
    Merge branch 'dev' into dev #226 7FM 2019-12-22 12:33:26 +0100
  • 8e53fdad16 [SoundCloud] Fix getAudioStreams 401 response v0.18.0 TobiGr 2019-12-22 00:40:32 +0100
  • f57d9d43ce fix switching on null causing NPE 7FM 2019-12-21 13:17:58 +0100
  • 94d7c96172 fix import order 7FM 2019-12-21 14:03:07 +0100
  • 86567b9c96 auto refactoring and cleanup 7FM 2019-12-21 13:46:11 +0100
  • 8cb32501e7
    Merge pull request #217 from TeamNewPipe/fix/SC_client_id Tobias Groza 2019-12-12 18:11:42 +0100
  • 54d1a1a831 Fix SoundCloud client_id extraction and update SoundCloud client_id #217 TobiGr 2019-12-12 18:01:30 +0100
  • be79f20217
    Merge pull request #219 from Redirion/patch-1 Tobias Groza 2019-12-12 17:58:57 +0100