Commit Graph

334 Commits

Author SHA1 Message Date
Mattia 51e40f27cc Update tests 2020-10-24 14:54:42 +02:00
Mattia 6915005d61 Update version 2020-10-18 12:03:22 +02:00
Mattia 3700403b3a Fix type 'MappedListIterable<ThumbnailElement, Thumbnail>' is not a subtype of type 'List<Thumbnail>'. 2020-10-18 12:03:03 +02:00
Mattia 32c819f615 Add thumbnail to `SearchVideo`.
Thanks to @shinyford !
2020-10-18 11:55:35 +02:00
Mattia 114fd3580c
Merge pull request #73 from shinyford/master
Add thumbnails to SearchVideo
2020-10-17 22:26:14 +02:00
Mattia e8fd6bae06
Merge branch 'master' into master 2020-10-17 22:24:56 +02:00
Mattia 638e3265de
Merge pull request #78 from Hexer10/json-types 2020-10-17 22:17:02 +02:00
Mattia 3fc2edc5b2 dart format 2020-10-17 22:13:39 +02:00
Mattia 52b175dba7 Update version 2020-10-17 22:12:28 +02:00
Mattia dcdc92114b Update unit tests 2020-10-17 22:09:52 +02:00
Mattia 150d752df0
Merge branch 'master' into json-types 2020-10-17 15:04:42 +02:00
Mattia 07651c3008 New version 1.15.2
Fix extraction for same videos. This closes #76

(cherry picked from commit 0186ad3d7a)
2020-10-17 15:02:21 +02:00
Mattia 9fb4c6ac2a Update Player Config Extraction expression 2020-10-17 14:56:23 +02:00
Mattia 03ab35260c Minor cleanup 2020-10-17 14:50:58 +02:00
Mattia 9c46b9bd2c Fix tests 2020-10-17 14:46:40 +02:00
Mattia 7e36349220 Fully implement channel_about_page 2020-10-17 14:45:42 +02:00
Mattia 25d5901e91 Changelog typo 2020-10-01 18:11:42 +02:00
Mattia 0186ad3d7a New version 1.15.2
Fix extraction for same videos. This closes #76
2020-10-01 18:04:56 +02:00
Mattia d84e72a411
Merge pull request #77 from Hexer10/revert-69-channel-description
Revert "Channel description"
2020-10-01 16:58:37 +02:00
Mattia 00bada77c6
Revert "Channel description" 2020-10-01 16:58:11 +02:00
Mattia 7770769457 First implementation of channel page. 2020-10-01 16:55:32 +02:00
Nic Ford b05e8c8114 Remove flutter_test from dev_dependencies 2020-09-25 12:21:01 +01:00
Nic Ford e0210152b6 Merge branch 'master' of github.com:shinyford/youtube_explode_dart 2020-09-23 07:41:16 +01:00
Nic Ford 57b3338ec0 Add tests, get to pass 2020-09-23 07:40:48 +01:00
Nic Ford 4047117eba Add video thumbnails to SearchVideo 2020-09-23 07:40:48 +01:00
Nic Ford ee768b5d47 Add tests, get to pass 2020-09-23 07:38:05 +01:00
Nic Ford 46ade801bb Add video thumbnails to SearchVideo 2020-09-23 07:27:23 +01:00
Mattia 4646f484b8
Merge pull request #69
Channel description
2020-09-22 17:55:09 +02:00
Mattia 41a4947db2 More Types 2020-09-21 17:34:03 +02:00
Michael J. Miller 08c51163ba cleanup 2020-09-18 02:13:56 -06:00
Michael J. Miller 5f5da821a9 channel description 2020-09-18 02:12:41 -06:00
Mattia a582d88a63 Fix video title when fetching from the channel page 2020-09-13 11:19:23 +02:00
Mattia 865880504b Little refactoring 2020-09-13 10:44:10 +02:00
Mattia f5f1c42536 Migrate PlaylistResponse to JSON Class 2020-09-12 11:40:07 +02:00
Mattia e2eb00243e Migrate ChannelUploadPage InitialData to JSON Class 2020-09-12 11:20:22 +02:00
Mattia 2981e041c9
Create FUNDING.yml 2020-09-11 20:13:30 +02:00
Mattia c962c1999e Fix SearchVideo
See https://github.com/Tyrrrz/YoutubeExplode/issues/438
2020-09-11 18:24:19 +02:00
Mattia 105748fc7c Fix ClosedCaption test 2020-09-11 15:45:50 +02:00
Mattia 54cb3620ad Add Remaining Types to JSON and migrate to JSON Class - player_response.dart 2020-09-11 13:42:21 +02:00
Mattia ae7b4c717b Add Live Types to JSON 2020-09-11 12:57:09 +02:00
Mattia 307e35ff41 Add JSON Types for player_response 2020-09-11 12:27:44 +02:00
Mattia b055734967 Fix test3 2020-09-11 12:12:41 +02:00
Mattia 1978125984 Update CHANGELOG and Version 2020-09-11 12:07:37 +02:00
Mattia 8955308359 BREAKING CHANGE: Rename class `Container` to `StreamContainer` to avoid name conflict with Flutter's `Container`.
This closes #66
2020-09-11 12:05:27 +02:00
Mattia de9eb97fc3 Fix test2 2020-09-11 12:00:02 +02:00
Mattia 9de29f0a48 Update version
Export youtube_http_client.dart
2020-09-03 20:53:07 +02:00
Mattia fd88cf0907 Expose HttpClient in APIs 2020-09-03 20:49:22 +02:00
Mattia ecfd75617c Update README.md typo (video -> videos)
Closes #55
2020-09-03 20:45:52 +02:00
Mattia 9687bcddc2 Fix tests 2020-09-03 20:44:49 +02:00
Mattia 1a5a03cabb Fix DartVM not exiting even when closing the youtube client.
Closes #61
2020-09-03 20:44:35 +02:00