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 +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ # v0.10.0
2+
3+ ## Features
4+ - Added a new method "TryNormalizeYoutubeUrl" that normalizes the given YouTube URL
5+ to the format http://youtube.com/watch?v={youtube-id} and returns whether the
6+ normalization was successful or not.
7+
8+ ## Bugfixes
9+ - Fixed an exception from occurring if the video title couldn't be parsed.
10+
111# v0.9.5
212
313## Bugfixes
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.5 " ) ]
14- [ assembly: AssemblyFileVersion ( "0.9.5 " ) ]
13+ [ assembly: AssemblyVersion ( "0.10.0 " ) ]
14+ [ assembly: AssemblyFileVersion ( "0.10.0 " ) ]
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.5 </version >
5+ <version >0.10.0 </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