Commit Graph

  • 09ddb6adbb
    [YouTube] Add MockOnly to method testing mixes in related items Stypox 2022-03-19 10:54:38 +0100
  • 8201b3b90e
    [YouTube] Parse any playlist (including music mixes) in related items Stypox 2022-02-28 19:42:34 +0100
  • 13f7900816
    [YouTube] Add test for genre mix Stypox 2022-02-17 18:25:38 +0100
  • 279f3a20fe
    [YouTube] Fix mix tests with invalid video ids Stypox 2022-02-17 18:12:31 +0100
  • d660c04838
    [YouTube] Also test playlist type in playlist tests Stypox 2022-02-17 18:01:30 +0100
  • 401082abe4
    [YouTube] Extract playlist type in playlist extractor Stypox 2022-02-17 17:39:49 +0100
  • 63ed06a710
    [YouTube] Differentiate genre mixes from normal mixes Stypox 2022-02-17 17:19:54 +0100
  • f19660e7d9
    [YouTube] Deduplicate code extracting video id from mix id Stypox 2022-02-17 17:07:26 +0100
  • 8f9d5b858e
    [YouTube] Remove useless comments about mixes Stypox 2022-02-17 15:25:06 +0100
  • 34a4484c72
    [YouTube] Add test for a video with a mix in related items Stypox 2022-02-02 20:29:53 +0100
  • 50db871d89
    [YouTube] Extract mixes from streams related items Stypox 2022-02-02 20:23:11 +0100
  • 638da1756c
    [Mix] Create MultiInfoItemsCollector Stypox 2022-02-02 19:18:20 +0100
  • 53673d64c6
    [Mix] Add type to playlists & playlist items, to distinguish mixes Stypox 2022-02-02 19:12:36 +0100
  • d8f2031619
    Merge pull request #816 from Stypox/mock-only-extension Stypox 2022-03-19 10:40:38 +0100
  • cc2e4d7104
    Merge pull request #815 from litetex/fix-soundcloud-id-once-and-for-all litetex 2022-03-17 13:54:08 +0100
  • cd8088b217
    Merge pull request #811 from TiA4f8R/playlists-improvements-and-yt-playlists-fixes litetex 2022-03-17 13:52:24 +0100
  • c7757c0994
    Apply requested changes TiA4f8R 2022-03-16 20:14:08 +0100
  • 35e082248e
    Fix YouTube and SoundCloud playlists tests TiA4f8R 2022-03-12 19:11:53 +0100
  • 8b3f90eb7e
    [YouTube] Fix extraction of series playlists and don't return the view count as the stream count for learning playlists TiA4f8R 2022-03-12 17:28:36 +0100
  • 58a247907e
    Apply changes in all playlist extractors except YoutubePlaylistExtractor TiA4f8R 2022-03-12 13:16:00 +0100
  • fc6b45ee36
    Implement some methods in PlaylistExtractor TiA4f8R 2022-03-12 13:06:00 +0100
  • 73d1fd472f
    Add MockOnly junit 5 test extension Stypox 2022-03-16 17:24:55 +0100
  • ef71a5fa0f
    static final instead of final static Stypox 2022-03-16 17:24:33 +0100
  • 0c37c75981
    Make getDownloader static & extract getDownloaderType Stypox 2022-03-16 17:22:42 +0100
  • 40aa5104b1
    Merge pull request #786 from XiangRongLin/throttling_resilience Stypox 2022-03-16 11:03:16 +0100
  • ba56be8ef1 Removed hardcoded soundcloud id litetex 2022-03-15 21:19:19 +0100
  • e726437da3
    Update extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java XiangRongLin 2022-03-15 17:10:05 +0100
  • e7aee0ca57
    Merge pull request #807 from FireMasterK/no-commentsinfo-instance litetex 2022-03-15 15:06:56 +0100
  • d806984aa8
    Merge pull request #800 from TeamNewPipe/dependabot/gradle/com.google.code.gson-gson-2.9.0 litetex 2022-03-14 19:47:54 +0100
  • 2aa5f98c26
    Merge pull request #796 from FireMasterK/streaminfo-subscriber-count litetex 2022-03-14 19:40:57 +0100
  • a267093e76
    Merge pull request #809 from TeamNewPipe/dependabot/gradle/com.github.spotbugs-spotbugs-annotations-4.6.0 Tobi 2022-03-12 00:02:51 +0100
  • fdb603e9ac
    Bump spotbugs-annotations from 4.5.3 to 4.6.0 dependabot[bot] 2022-03-08 09:16:28 +0000
  • 60cc71e944
    Remove the need for a CommentsInfo instance. FireMasterK 2022-03-03 11:04:30 +0000
  • 3a6269bca6
    Merge pull request #805 from TeamNewPipe/dependabot/github_actions/actions/checkout-3 Stypox 2022-03-02 11:09:28 +0100
  • e953794703
    Bump actions/checkout from 2 to 3 dependabot[bot] 2022-03-02 09:25:59 +0000
  • dd8687f9fe
    [YouTube] Fix music mixes in some countries Stypox 2022-03-01 23:02:56 +0100
  • e6d334765d
    Apply requested codestyle improvements. FireMasterK 2022-02-26 17:12:51 +0000
  • 6950b362f2
    Add test values for failing tests. FireMasterK 2022-02-24 12:50:41 +0000
  • 5b0ec694a6
    Add requested changes. FireMasterK 2022-02-22 07:15:25 +0000
  • d290d2e393
    Move variable to super Extractor classes. FireMasterK 2022-02-13 19:43:17 +0000
  • ab49cb6e18
    Add requested changes. FireMasterK 2022-02-12 18:00:54 +0000
  • 4bd59f65f4
    Update exception message. Kavin 2022-02-12 00:31:55 +0000
  • 6f3f608ab6
    Add support for extracting channel subscriber count in StreamInfo. FireMasterK 2022-02-11 04:08:22 +0000
  • 69e18c80cb
    Merge pull request #799 from litetex/imporve-yt-comments-extractor Stypox 2022-02-23 17:58:00 +0100
  • 1a67ea100a Refactored code litetex 2022-02-21 19:55:33 +0100
  • f79ce1f52a Refactored YoutubeCommentsExtractor litetex 2022-02-12 15:49:33 +0100
  • dfe8716f5f Merge branch 'dev' TobiGr 2022-02-18 20:30:38 +0100
  • d07e16aadd Release NewPipe Extractor 0.21.14 TobiGr 2022-02-18 20:29:57 +0100
  • d337e537dc [YouTube] Add a comment clarifying why the panelIdentfier can be null TobiGr 2022-02-18 20:22:28 +0100
  • 5c8fbeb166
    Fix NullPointerException in YouTubeStreamExtractor.getStreamSegments() (#797) Tobi 2022-02-16 23:39:26 +0100
  • 89900431ab
    Bump gson from 2.8.9 to 2.9.0 dependabot[bot] 2022-02-14 09:15:09 +0000
  • 0d6aebce25
    [SoundCloud] Update clientId (#798) Tobi 2022-02-11 17:16:32 +0100
  • a2a41e3bf2
    Bump rhino from 1.7.13 to 1.7.14 dependabot[bot] 2022-02-07 20:29:51 +0000
  • 545522b80f [Youtube] Make throttling decryption more resilient to api change XiangRongLin 2022-02-01 19:52:41 +0100
  • ebc129c392 NewPipe Extractor 0.21.13 TobiGr 2022-02-01 13:20:34 +0100
  • 5306f7a988 Improve code style TobiGr 2022-02-01 12:56:47 +0100
  • 38e9da8d44 Adding removal of the braces Abdu Ameen 2022-01-31 23:52:31 -0800
  • 36ebb633a4 Changed the regex to account for nonword characters Abdu Ameen 2022-01-31 22:29:00 -0800
  • 65129e65a8
    Merge pull request #785 from AbduAmeen/regex_error Tobi 2022-02-01 13:17:19 +0100
  • 047d75a4c9 Improve code style TobiGr 2022-02-01 12:56:47 +0100
  • 50a4b026f8 Adding removal of the braces Abdu Ameen 2022-01-31 23:52:31 -0800
  • a9174f6b9f Changed the regex to account for nonword characters Abdu Ameen 2022-01-31 22:29:00 -0800
  • a4399fd4ad Bump spotbugs-annotations from 4.5.2 to 4.5.3 dependabot[bot] 2022-01-24 15:56:57 +0000
  • 59e0aeba88
    Merge pull request #768 from litetex/junit-5 Stypox 2022-01-24 16:56:16 +0100
  • 65df39b3e3
    [YouTube] parse timestamps with >3 digits correctly (#775) Mohammed Anas 2022-01-12 12:45:06 +0300
  • a579ef2651 Fixed Soundcloud tests litetex 2022-01-07 14:27:24 +0100
  • a32edce750 Removed deprecation because AndroidSDK/API < 19 litetex 2022-01-07 14:15:55 +0100
  • 602068937d
    Code cleanup litetex 2022-01-06 21:04:16 +0100
  • dd3f3da828 Kurzgesagt mock data is outdated litetex 2022-01-04 17:44:12 +0100
  • a8ebd2cead Update mock resources for YT Mix playlist litetex 2022-01-04 17:39:14 +0100
  • 066afd8629 Restored test litetex 2022-01-04 17:33:08 +0100
  • 3712a669b1 Code cleanup / improvements litetex 2022-01-04 17:28:31 +0100
  • 4291a90251 Fixed SoundCloud's search(for tests) litetex 2021-12-27 21:42:43 +0100
  • 4995709871 Fixed SoundCloud's search(for tests) litetex 2021-12-27 21:18:39 +0100
  • a2cbdf0991 Updated to JUnit 5 litetex 2021-12-27 21:08:08 +0100
  • 10f6cc7194
    Merge pull request #755 from litetex/clean-up-yt-dis-likes litetex 2021-12-27 18:32:02 +0100
  • 148ba6641d Updated mock data litetex 2021-12-27 17:08:14 +0100
  • 4d0a689cb6 Disabled dislike count in tests litetex 2021-12-27 17:04:46 +0100
  • a6961c5efa Fixed NumberFormatException when processing likes litetex 2021-12-27 16:50:08 +0100
  • 65687f3b9b Removed YT dislike count as it no longer works litetex 2021-12-27 16:49:28 +0100
  • 1e2e0029fc [StreamExtractor] Deduplicated a ton of code by using default methods litetex 2021-12-27 16:49:12 +0100
  • 15b98ffdb4 Remove old ways of getting YT dis/likes litetex 2021-11-30 19:52:51 +0100
  • fe432425df Bump spotbugs-annotations from 4.5.1 to 4.5.2 dependabot[bot] 2021-12-14 09:13:21 +0000
  • 36663dcb37 Bump spotbugs-annotations from 4.5.0 to 4.5.1 dependabot[bot] 2021-12-12 12:22:32 +0000
  • 12a6a48b15
    Merge pull request #761 from litetex/fix-soundcloud-georestricted litetex 2021-12-11 18:06:17 +0100
  • 7484b6a098
    Merge pull request #758 from litetex/release/v0.21.12 litetex 2021-12-11 16:14:11 +0100
  • 795e6df596
    Update README.md litetex 2021-12-11 16:06:29 +0100
  • 4dd737c9a0 Updated version to v0.21.12 litetex 2021-11-30 21:25:28 +0100
  • 7489502cc8 Disabled ``testRelatedItems`` as it's unreliable litetex 2021-12-11 15:23:11 +0100
  • 1e0c409bec
    Merge pull request #760 from litetex/fix-test Tobi 2021-12-11 12:44:45 +0100
  • d9b2a2042a Updated mock data for YoutubeCommentsExtractorTest litetex 2021-12-08 22:11:45 +0100
  • a3a0c1ee85 Fixed YoutubeCommentsExtractorTest litetex 2021-12-08 22:11:34 +0100
  • 5c288eb8d7 Updated mock data for YoutubeChannelExtractorTest litetex 2021-12-08 21:51:38 +0100
  • 75bb83a1b8 Fixed YoutubeChannelExtractorTest litetex 2021-12-08 21:51:15 +0100
  • f276bacce5 Fixed SoundcloudStreamExtractorTest litetex 2021-12-08 21:41:27 +0100
  • 7f99c1c193 Fixed YoutubeStreamExtractorLivestreamTest litetex 2021-12-08 21:16:39 +0100
  • 652fdf2c36 Updated mock-data for YoutubeStreamExtractorAgeRestrictedTest litetex 2021-12-08 21:08:25 +0100
  • 3c669d3cb5 Fixed YoutubeStreamExtractorAgeRestrictedTest litetex 2021-12-08 21:08:03 +0100
  • f735788a39 Fixed Soundcloud hardcoded client id litetex 2021-12-08 21:00:53 +0100
  • f6f2724634
    Merge pull request #753 from B0pol/dis-likes litetex 2021-11-29 20:42:17 +0100