This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
Releases: flagbug/YoutubeExtractor
Releases · flagbug/YoutubeExtractor
YoutubeExtractor 0.10.1
Bugfixes
- Fixed an issue with the signature deciphering.
YoutubeExtractor 0.10.0
Features
- Added a new method "TryNormalizeYoutubeUrl" that normalizes the given YouTube URL
to the format http://youtube.com/watch?v={youtube-id} and returns whether the
normalization was successful or not.
Bugfixes
- Fixed an exception from occurring if the video title couldn't be parsed.
YoutubeExtractor 0.9.5
Bugfixes
- Fixed malformed download URLs.
YoutubeExtractor 0.9.4
Features
- Ciphers are now automatically extracted and not hardcoded anymore.
- The "GetDownloadUrls" method now has a second optional parameter class "decryptSignature" that
specifies whether the signature in the download URL should be decrypted or not.
This behavior can be turned off, as each decryption makes a HTTP request.
To manually decrypt the signature, use the "DecryptDownloadUrl" method.
Bugfixes
- Fixed a bug that caused an unknown video info not having a download URL.
YoutubeExtractor 0.9.3
Features
- Added a method to override the ciphers.
- Added new ciphers
YoutubeExtractor 0.9.2
Changes
- Lowered the required Newtonsoft.Json version to 5.0.8
YoutubeExtractor 0.9.1
Notes
This release fixes the corrupt deployment of the previous release.
YoutubeExtractor 0.9.0
Notes
- As of this version, Newtonsoft.Json is a dependency again.
Bugfixes
- Fixed the deciphering of the video signature. This fixes all of the 403 errors.
YoutubeExtractor 0.8.1
Bugfixes
- Added a missing video info.
- Fixed a bug that caused an
OverflowException
when parsing the itag value of a video.
YoutubeExtractor 0.8.0
Features
- Added DASH support