This repository was archived by the owner on Sep 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed
Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1+ # v0.9.4
2+
3+ ## Features
4+ - The "GetDownloadUrls" method now has a second optional parameter class "decryptSignature" that
5+ specifies whether the signature in the download URL should be decrypted or not.
6+ This behavior can be turned off, as each decryption makes a HTTP request.
7+ To manually decrypt the signature, use the "DecryptDownloadUrl" method.
8+
9+ ## Bugfixes
10+ - Fixed a bug that caused an unknown video info not having a download URL.
11+
112# v0.9.3
213
3- ## FEATURES
14+ ## Features
415- Added a method to override the ciphers.
5- - Added new ciphers
16+ - Added new ciphers.
617
718# v0.9.2
819
920## Changes
10- - Lowered the required Newtonsoft.Json version to 5.0.8
21+ - Lowered the required Newtonsoft.Json version to 5.0.8.
1122
1223# v0.9.1
1324
Original file line number Diff line number Diff line change 1010[ assembly: AssemblyCopyright ( "Copyright © 2014" ) ]
1111[ assembly: AssemblyTrademark ( "" ) ]
1212[ assembly: AssemblyCulture ( "" ) ]
13- [ assembly: AssemblyVersion ( "0.9.3 " ) ]
14- [ assembly: AssemblyFileVersion ( "0.9.3 " ) ]
13+ [ assembly: AssemblyVersion ( "0.9.4 " ) ]
14+ [ assembly: AssemblyFileVersion ( "0.9.4 " ) ]
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata >
44 <id >YoutubeExtractor</id >
5- <version >0.9.3 </version >
5+ <version >0.9.4 </version >
66 <title >YoutubeExtractor</title >
77 <authors >Dennis Daume</authors >
88 <owners >Dennis Daume</owners >
You can’t perform that action at this time.
0 commit comments