Commit Graph

49 Commits

Author SHA1 Message Date
Mattia e231b595a8 Rework of `SearchClient`, introduces breaking changes.
Fix #197.
2022-04-13 23:19:09 +02:00
Mattia 968d750408 Remove @With annotation 2022-02-28 12:26:56 +01:00
Mattia 7b89c26b7e Linter fixes 2022-02-03 12:08:50 +01:00
Mattia 754ff337cc Fix #163 + Fix for youtube.com/c/X channels. 2022-02-03 12:08:31 +01:00
Mattia 2ecb634fe9 Minor bug fix.
If a channel in a search query doesn't provide a video count it will default to -1.
Fix #184
2022-02-03 12:07:07 +01:00
WingCH 01a9ad6691 update all dependencies and rebuild all model 2021-12-14 13:38:56 +08:00
Mattia 37fbb3fdea Implement json serialization for streams. #94 2021-11-12 21:04:53 +01:00
mitchpk 38056e66a1 probably shouldn't need to change this 2021-10-16 17:18:25 +10:30
mitchpk 24147692a2 fix playlist parsing 2021-10-16 17:17:24 +10:30
Mattia 043e4c17fa Fix DASH streams support. 2021-09-28 16:49:38 +02:00
vi-k 09b28a7beb Fix error when the http-client is closed and the request is still running. 2021-09-10 19:44:47 +10:00
Mattia c81f0774c1 Lint fixes 2021-08-31 18:06:34 +02:00
Mattia b0612c52de Version 1.10.2
Better comments api.
Fix #142
2021-07-24 01:30:12 +02:00
Mattia aa034aa830 Remove relatedQueries endpoint. 2021-07-23 13:10:13 +02:00
Mattia c640d08f29 Version 1.10.1 2021-07-23 12:54:29 +02:00
Mattia ec80924a28 Code refactoring 2021-07-21 02:06:02 +02:00
Mattia 3b530c7ee4 Migrate from `package:equatable` to `freezed` 2021-07-19 00:47:22 +02:00
Mattia d405feff2f Version 1.9.3 2021-04-30 23:49:49 +02:00
Mattia d90658c4ac Version 1.9.0-nullsafety.7
See #115
Add channel id to video search.
2021-03-24 10:40:22 +01:00
Michael J. Miller e1e3fec37d Adds video.publishDate 2021-03-23 23:17:49 -06:00
Mattia 4dc635678e Version 1.9.0-nullsafety.6
Fix #112
2021-03-20 18:31:53 +01:00
Mattia ae097a3198 Implement `getQuerySuggestions`. 2021-03-11 23:28:51 +01:00
Mattia 42617b5ac0 Version 1.9.0-nullsafety.2
#107
2021-03-11 14:20:37 +01:00
Mattia 5385ba1628 Fix search duration parsing 2021-03-04 11:01:11 +01:00
Mattia a5c930b69c Version 1.8.0-beta.5
Fix search when stream is present.
2021-03-04 10:57:47 +01:00
Mattia 7fa1dc8bf6 Version 1.8.0-beta.3
#100
2021-03-04 10:46:37 +01:00
Mattia fff8719fdf dartfmt 2021-02-27 18:59:25 +01:00
Mattia 386069c8a4 Version 1.8.0-beta.2
#100
2021-02-27 18:58:42 +01:00
Mattia 523eaebab7 Remove debug messages 2021-02-26 21:40:44 +01:00
Mattia 36937cca67 Version 1.8.0-beta.1 2021-02-26 21:37:14 +01:00
Mattia 63eba7be44 Version 1.8.0-beta 2021-02-26 16:18:51 +01:00
Mattia 13249aed18 Fix search issues.
Fix `NoSuchMethodError` exception.

Closes #102
2021-02-26 16:08:48 +01:00
Mattia a9275af1e2 Add search from page tests. 2020-12-26 16:01:20 +01:00
Mattia a6f2dcf272 Better closed captions.
#81, #82
2020-11-01 15:05:19 +01:00
Mattia 32c819f615 Add thumbnail to `SearchVideo`.
Thanks to @shinyford !
2020-10-18 11:55:35 +02:00
Mattia e8fd6bae06
Merge branch 'master' into master 2020-10-17 22:24:56 +02:00
Mattia dcdc92114b Update unit tests 2020-10-17 22:09:52 +02:00
Nic Ford 4047117eba Add video thumbnails to SearchVideo 2020-09-23 07:40:48 +01:00
Mattia 41a4947db2 More Types 2020-09-21 17:34:03 +02:00
Mattia 38c41e8f0b Implement getSrt 2020-07-16 18:52:27 +02:00
Hexah de6caf2949 First implement of #40 2020-07-10 22:28:19 +02:00
Hexah 0d16e9613b Cleanup 2020-06-30 01:02:58 +02:00
Hexah 1e0cd15782 Add ChannelId property to Video class 2020-06-30 01:00:37 +02:00
Hexah cf56fd7c38 Minor fixes, remove todos 2020-06-16 21:52:03 +02:00
Hexah 39563e1c1d Linter fix 2020-06-14 12:14:21 +02:00
Hexah 23e6e54245 Add `estimatedResults` in `SearchQuery` 2020-06-14 11:54:30 +02:00
Hexah d5fa69a445 Fully Implement #20 2020-06-13 22:54:53 +02:00
Hexah 2be6db10d3 Implement reverse engineer of search page 2020-06-11 16:15:19 +02:00
Hexah 6e4fe9d588 Add SearchClient, Closes #32 2020-06-06 11:28:36 +02:00