- Fix issue #126
- Fix
ChannelUploadsList
.
- Export
ChannelUploadsList
.
getUploadsFromPage
now returns an instance ofChannelUploadsList
.
- Fix
videoThumbnail
inChannelVideo
.
- Implement
videoThumbnail
inChannelVideo
.
- Implement
videoDuration
inChannelVideo
.
- Bug fixes (due to YouTube changes)
- Support nnbd (dart 1.12)
- New api:
getQuerySuggestions
: Returns the suggestions youtube provides while making a video search. - Now playlists with more than 100 videos return all the videos. Thanks to @ATiltedTree.
- Implemented
ChannelAboutPage
, check the tests their usage. - Implement filters for
search.getVideos
. Seefilter
getter. - Now video's from search queries return the channel id.
- Implemented publishDate for videos. Thanks to @mymikemiller , PR: #115.I t
- Fixed playlist client.
- Fixed search client.
search.getVideos
now returns aVideo
instance.- Implemented
SearchList
.
- Removed debug message
- Fixed playlists
search.getVideos
now returns aVideo
instance.
- Removed deprecation of
Video
. - Exported
SearchList
.
- Fix video search:
Now
getVideos
returnsSearchList
holding 20 videos.SearchList.nextPage()
can be called to get the next batch of videos.
- Fix auto translated closed captions ( #50 )
- Deprecated
autoGenerated
fromgetManifest
. - Added
autoGenerated
parameter tomanifest.getByLanguage(...)
- Fix slow download ( #92 )
- Fix stream retrieving on some videos ( #90 )
- Updates tests
- Fix exceptions on some videos.
- Closes #89, #88
- Export Closed Captions Members.
- Fix #86
ClosedCaptionTrackInfo
and it's members are now json serializable.
- BREAKING CHANGES:
ClosedCaptionManifest.getByLanguage
now returns a List. - New Enum-Like class:
ClosedCaptionFormat
, which holds all the available YouTube subtiles format. ClosedCaptionManifest.getByLanguage
now has a parameter namedformat
.ClosedCaptionClient.getManifest
now has a parameter namedautoGenerated
- Fix: #82, #83
- Bug fixes: #80
- Add thumbnail to
SearchVideo
thanks to @shinyford !
- BREAKING CHANGE: Renamed
getVideosAsync
togetVideos
. - Implemented
getVideosFromPage
which supersedesqueryFromPage
. - Implemented JSON Classes for reverse engineer.
- Added
forceWatchPage
to the video client to assure the fetching of the video page. (ATM useful only if using the comments api) - Remove adaptive streams. These are not used anymore.
- Implement
channelClient.getAboutPage
andgetAboutPageByUsername
to fetch data from a channel's about page.
- Fix extraction for same videos (#76)
- Fix Video Search: Tyrrrz/YoutubeExplode#438
- BREAKING CHANGE: Renamed
Container
class toStreamContainer
to avoid conflicting with FlutterContainer
. See #66
- Expose HttpClient in APIs
- Fix #55: Typo in README.md
- Fix #61: DartVM when the YouTube explode client is closed.
- Fix #59
- Implement for tests #47
- Better performance for VideoClient.get
- Fix Decipher error #53
- Fix decipherer
- Implement Container.toString()
- Bug fixes
- Implement
getUploadsFromPage
to a channel uploaded videos directly from the YouTube page.
- Add ChannelId property to Video class.
- Implement
thumbnails
for playlists. The playlist's thumbnail is the same as the thumbnail of its first video. If the playlist is empty, then this property isnull
. - Update for age restricted videos.
- Error handling when using
getStream
if the connection fails. If it fails more than 5 times on the same request the exception will be thrown anyways. - Caching of player source for 10 minutes.
- Minor caching changes.
- Implement caching of some results.
- Added api get youtube comments of a video.
- Fix duplicated bytes when downloading a stream. See #41
- Momentarily ignore
isRateLimited()
when getting streams.
- Fixed
SearchPage.nextPage
. - Added more tests.
- Improved documentation.
- Deprecated
StreamInfoExt.getHighestBitrate
, use list.sortByBitrate
. - Implemented
withHighestBitrate
andsortByBitrate
forStreamInfo
iterables. - Implemented
withHighestBitrate
forVideoStreamInfo
iterables. - Now
sortByVideoQuality
returns a List ofT
. SearchQuery.nextPage
now returns null if there is no next page.
- Implement parsing of the search page to retrieve information from youtube searches. See
SearchQuery
.
- Stable release
- Updated to v5 of YouTube Explode for C#
- Implement
SearchClient
. - Implement
VideoStreamInfoExtension
for Iterables. - Update
xml
dependency. - Fixed closed caption api.
- Fix video likes and dislikes count. #30
- Initial version, created by Stagehand
- Implement channel api
- Remove
dart:io
dependency.
- Fix #3 : Head request to ge the content length
- Fix error when getting videos without any keyword.
- Implement Search Api (
SearchExtension
)
- Implement Caption Api ('CaptionExtension`)
- Add Custom Exceptions
- Implement Video Purchase error
- Implement Equatable for models
- Downgrade xml to
^3.5.0
- Bug Fix(PR 11): Use url when retrieving the video's content length.
- Bug fix: Don't throw when captions are not present.
- New extension: CaptionListExtension adding
getByTime
function.
- New extension: DownloadExtension adding
downloadStream
function.
- Bug fix(#15): Fix invalid upload date.
- Bug fix(#15): Fix valid channel expression
- getChannelWatchPage and getVideoWatchPage methods are now public
- New method: getChannelIdFromVideo
- Workaround (#15): Now when a video is not available a
VideoUnavailable
exception is thrown - Removed disable_polymer parameter when requests ( Tyrrrz/YoutubeExplode#341 )
- Removed
dart:io
dependency
- When a video is not available(403) a
VideoStreamUnavailableException
- Fixed bug in #23