Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Releases: flagbug/YoutubeExtractor

YoutubeExtractor 0.10.1

12 Jun 22:44
Compare
Choose a tag to compare

Bugfixes

  • Fixed an issue with the signature deciphering.

YoutubeExtractor 0.10.0

05 Jun 15:38
Compare
Choose a tag to compare

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

10 Apr 15:42
Compare
Choose a tag to compare

Bugfixes

  • Fixed malformed download URLs.

YoutubeExtractor 0.9.4

07 Apr 10:13
Compare
Choose a tag to compare

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

05 Apr 17:48
Compare
Choose a tag to compare

Features

  • Added a method to override the ciphers.
  • Added new ciphers

YoutubeExtractor 0.9.2

26 Mar 23:18
Compare
Choose a tag to compare

Changes

  • Lowered the required Newtonsoft.Json version to 5.0.8

YoutubeExtractor 0.9.1

26 Mar 20:32
Compare
Choose a tag to compare

Notes

This release fixes the corrupt deployment of the previous release.

YoutubeExtractor 0.9.0

26 Mar 20:11
Compare
Choose a tag to compare

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

08 Mar 13:22
Compare
Choose a tag to compare

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

08 Mar 12:34
Compare
Choose a tag to compare

Features

  • Added DASH support