Removed all the html from the new TVMaze api (for overview).

Added tests to cover the html removal.
updated Readme to remove TheTVDB
This commit is contained in:
Jamie Rees 2016-03-18 21:36:21 +00:00
commit 87b497e48e
6 changed files with 102 additions and 3 deletions

View file

@ -48,6 +48,7 @@
<ItemGroup>
<Compile Include="AssemblyHelper.cs" />
<Compile Include="Exceptions\ApplicationSettingsException.cs" />
<Compile Include="HtmlRemover.cs" />
<Compile Include="ICacheProvider.cs" />
<Compile Include="LoggingHelper.cs" />
<Compile Include="MemoryCacheProvider.cs" />