add recode hint

This commit is contained in:
2014-03-07 22:00:11 +01:00
parent 7f7fd13097
commit 426b6ecd88
@@ -145,7 +145,8 @@ namespace ReadSharp.Ports.NReadability
{ new Regex("^https?://(www.)?it-scoop.com", RegexOptions.IgnoreCase), ".entry-content" }, { new Regex("^https?://(www.)?it-scoop.com", RegexOptions.IgnoreCase), ".entry-content" },
{ new Regex("^https?://(m\\.|www\\.)?youtube.com", RegexOptions.IgnoreCase), "#watch-description-content" }, { new Regex("^https?://(m\\.|www\\.)?youtube.com", RegexOptions.IgnoreCase), "#watch-description-content" },
{ new Regex("^https?://(www.)?vimeo.com", RegexOptions.IgnoreCase), ".description_wrapper" }, { new Regex("^https?://(www.)?vimeo.com", RegexOptions.IgnoreCase), ".description_wrapper" },
{ new Regex("^https?://(www.)?zdnet.com", RegexOptions.IgnoreCase), ".storyBody" } { new Regex("^https?://(www.)?zdnet.com", RegexOptions.IgnoreCase), ".storyBody" },
{ new Regex("^https?://(www.)?recode.net", RegexOptions.IgnoreCase), ".postarea" }
}; };
#endregion #endregion