From da1f0a386b14405ea7a4f72a1fffeb2947fe55d5 Mon Sep 17 00:00:00 2001 From: Azure Pipelines EF Migration Bot Date: Tue, 11 Aug 2020 16:00:18 +0000 Subject: [PATCH] feat(data): migrate PR #1886 --- .../20200811160016_1886.Designer.cs | 58720 ++++++++++++++++ .../Migrations/20200811160016_1886.cs | 31468 +++++++++ .../FilterListsDbContextModelSnapshot.cs | 197 +- 3 files changed, 90293 insertions(+), 92 deletions(-) create mode 100644 server/src/FilterLists.Data.Migrations/Migrations/20200811160016_1886.Designer.cs create mode 100644 server/src/FilterLists.Data.Migrations/Migrations/20200811160016_1886.cs diff --git a/server/src/FilterLists.Data.Migrations/Migrations/20200811160016_1886.Designer.cs b/server/src/FilterLists.Data.Migrations/Migrations/20200811160016_1886.Designer.cs new file mode 100644 index 000000000..930e4d4d3 --- /dev/null +++ b/server/src/FilterLists.Data.Migrations/Migrations/20200811160016_1886.Designer.cs @@ -0,0 +1,58720 @@ +// +using System; +using FilterLists.Data; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Metadata; +using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; + +namespace FilterLists.Api.Migrations +{ + [DbContext(typeof(FilterListsDbContext))] + [Migration("20200811160016_1886")] + partial class _1886 + { + protected override void BuildTargetModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder + .HasAnnotation("ProductVersion", "3.1.7") + .HasAnnotation("Relational:MaxIdentifierLength", 64); + + modelBuilder.Entity("FilterLists.Data.Entities.FilterList", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("SMALLINT") + .HasAnnotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.IdentityColumn); + + b.Property("ChatUrl") + .HasColumnType("TEXT"); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.Property("Description") + .HasColumnType("TEXT"); + + b.Property("DescriptionSourceUrl") + .HasColumnType("TEXT"); + + b.Property("DonateUrl") + .HasColumnType("TEXT"); + + b.Property("EmailAddress") + .ValueGeneratedOnAdd() + .HasColumnType("VARCHAR(126)") + .HasDefaultValueSql("NULL"); + + b.Property("ForumUrl") + .HasColumnType("TEXT"); + + b.Property("HomeUrl") + .HasColumnType("TEXT"); + + b.Property("IsDeleted") + .HasColumnType("tinyint(1)"); + + b.Property("IssuesUrl") + .HasColumnType("TEXT"); + + b.Property("LicenseId") + .ValueGeneratedOnAdd() + .HasColumnType("SMALLINT") + .HasDefaultValue((short)5); + + b.Property("ModifiedDateUtc") + .IsRequired() + .ValueGeneratedOnAddOrUpdate() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp() ON UPDATE current_timestamp()"); + + b.Property("Name") + .IsRequired() + .HasColumnType("VARCHAR(126)"); + + b.Property("PolicyUrl") + .HasColumnType("TEXT"); + + b.Property("PublishedDate") + .ValueGeneratedOnAdd() + .HasColumnType("DATETIME") + .HasDefaultValueSql("NULL"); + + b.Property("SubmissionUrl") + .HasColumnType("TEXT"); + + b.Property("SyntaxId") + .HasColumnType("SMALLINT"); + + b.Property("UpdatedDate") + .ValueGeneratedOnAdd() + .HasColumnType("DATETIME") + .HasDefaultValueSql("NULL"); + + b.Property("ViewUrl") + .HasColumnType("TEXT"); + + b.Property("ViewUrlMirror1") + .HasColumnType("TEXT"); + + b.Property("ViewUrlMirror2") + .HasColumnType("TEXT"); + + b.HasKey("Id"); + + b.HasIndex("LicenseId"); + + b.HasIndex("SyntaxId"); + + b.ToTable("filterlists"); + + b.HasData( + new + { + Id = (short)1, + Description = "A filter list that blocks mobile advertisements and trackers on Japanese properties", + HomeUrl = "https://280blocker.net", + LicenseId = (short)1, + Name = "280blocker for japanese mobile site", + SubmissionUrl = "https://docs.google.com/forms/d/e/1FAIpQLScNeZhFrFZt9GhIVGdThGz7oyepcNRKuOi5PJDnsC-awxTeOQ/viewform", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 14, 29, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://280blocker.net/files/280blocker_adblock.txt" + }, + new + { + Id = (short)2, + Description = "Mute is an AdBlock Plus filter for user comments. In the same way that AdBlock hides ads, AdBlock can use this filter to hide user-generated comments, allowing you to browse the Internet with less stupidity clawing at your eyeballs.", + DescriptionSourceUrl = "https://github.com/B-Con/mute", + HomeUrl = "https://github.com/B-Con/mute", + IssuesUrl = "https://github.com/B-Con/mute/issues", + LicenseId = (short)2, + Name = "Mute", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2015, 4, 27, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/B-Con/mute/master/mute.txt" + }, + new + { + Id = (short)3, + Description = "Hosts file to block advertisements and trackers designed for Android", + ForumUrl = "https://forum.xda-developers.com/showthread.php?t=1916098", + HomeUrl = "https://forum.xda-developers.com/showthread.php?t=1916098", + LicenseId = (short)3, + Name = "MoaAB: Mother of All AD-BLOCKING", + SyntaxId = (short)1, + ViewUrl = "https://adblock.mahakala.is/" + }, + new + { + Id = (short)4, + Description = "Hosts file blocking known malware, spyware, virus, and shock sites", + DescriptionSourceUrl = "https://github.com/michaeltrimm/hosts-blocking", + HomeUrl = "https://github.com/michaeltrimm/hosts-blocking", + IssuesUrl = "https://github.com/michaeltrimm/hosts-blocking/issues", + LicenseId = (short)2, + Name = "Hosts Blocking", + PublishedDate = new DateTime(2016, 11, 19, 20, 26, 13, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2016, 12, 29, 17, 46, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/michaeltrimm/hosts-blocking/master/_hosts.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/michaeltrimm/hosts-blocking/master/_hosts.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/michaeltrimm/hosts-blocking/master/_hosts.txt" + }, + new + { + Id = (short)5, + Description = "A list to keep people from knowing you have read their Facebook message", + DescriptionSourceUrl = "https://adblockplus.org/blog/how-to-keep-people-from-knowing-you-ve-read-their-facebook-message", + DonateUrl = "https://adblockplus.org/en/donate", + ForumUrl = "https://adblockplus.org/forum/index.php", + HomeUrl = "https://adblockplus.org/blog/how-to-keep-people-from-knowing-you-ve-read-their-facebook-message", + LicenseId = (short)4, + Name = "Message \"Seen\" Remover for Facebook", + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 4, 8, 14, 53, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/message_seen_remover_for_facebook.txt" + }, + new + { + Id = (short)6, + Description = "A filter list that blocks advertisements and trackers on Japanese properties", + HomeUrl = "https://github.com/mayve/private-adblock-filters", + IssuesUrl = "https://github.com/mayve/private-adblock-filters/issues", + LicenseId = (short)5, + Name = "Mayve's Private Adblock Filters", + PublishedDate = new DateTime(2014, 8, 23, 7, 30, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 3, 4, 8, 46, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mayve/private-adblock-filters/master/Adblock_List.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/mayve/private-adblock-filters/master/Adblock_List.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/mayve/private-adblock-filters/master/Adblock_List.txt" + }, + new + { + Id = (short)10, + Description = "A hosts list of domains serving malware", + ForumUrl = "https://www.malwaredomainlist.com/forums/", + HomeUrl = "https://www.malwaredomainlist.com/", + LicenseId = (short)7, + Name = "Malware Domain List (Hosts)", + SubmissionUrl = "https://www.malwaredomainlist.com/contact.php", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 3, 9, 19, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.malwaredomainlist.com/hostslist/hosts.txt" + }, + new + { + Id = (short)11, + Description = "A merged list of Liste FR and EasyList", + LicenseId = (short)6, + Name = "Liste FR + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 15, 56, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/liste_fr+easylist.txt" + }, + new + { + Id = (short)12, + Description = "Liste FR is an EasyList affiliated filter list that specifically removes adverts on French-language websites.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "listefr.adblock@gmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=91", + HomeUrl = "https://forums.lanik.us/viewforum.php?f=91", + LicenseId = (short)6, + Name = "Liste FR", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 16, 25, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/liste_fr.txt" + }, + new + { + Id = (short)13, + Description = "A merged list of Liste AR, Liste FR, and EasyList", + LicenseId = (short)6, + Name = "Liste AR + Liste FR + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 16, 32, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/liste_ar+liste_fr+easylist.txt" + }, + new + { + Id = (short)14, + Description = "Liste AR is an EasyList affiliated filter list that specifically removes adverts on Arabic language websites.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "liste.ar.adblock@gmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=98", + HomeUrl = "https://code.google.com/archive/p/liste-ar-adblock/", + LicenseId = (short)6, + Name = "Liste AR", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 17, 36, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/Liste_AR.txt" + }, + new + { + Id = (short)16, + Description = "Filter that enables removing of ads, trackers, and various scripts from websites with Korean content.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/List-KR/List-KR/master/filter.txt", + HomeUrl = "https://list-kr.github.io/", + LicenseId = (short)8, + Name = "List-KR", + PublishedDate = new DateTime(2016, 5, 13, 13, 2, 19, 0, DateTimeKind.Unspecified), + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 12, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/List-KR/List-KR/master/filter.txt" + }, + new + { + Id = (short)17, + Description = "Block ads, banners, 3rd party Cookies, 3rd party page counters, web bugs, and even most hijackers and possibly unwanted programs.", + DescriptionSourceUrl = "https://winhelp2002.mvps.org/hosts.htm", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UNHL2VY85PB8N", + EmailAddress = "winhelp2002@gmail.com", + HomeUrl = "https://winhelp2002.mvps.org/", + LicenseId = (short)9, + Name = "MVPS HOSTS", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 18, 11, 51, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://winhelp2002.mvps.org/hosts.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/mvps.org/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/data/mvps.org/hosts" + }, + new + { + Id = (short)18, + Description = "Remove filler, upsells, click bait and other low or negative-value annoyances.", + DescriptionSourceUrl = "https://github.com/taylr/linkedinsanity", + HomeUrl = "https://github.com/taylr/linkedinsanity", + IssuesUrl = "https://github.com/taylr/linkedinsanity/issues", + LicenseId = (short)2, + Name = "Linked Insanity Annoyance Rules", + PublishedDate = new DateTime(2014, 6, 16, 23, 37, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 11, 19, 14, 2, 50, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/taylr/linkedinsanity/master/linkedinsanity.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/taylr/linkedinsanity/master/linkedinsanity.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/taylr/linkedinsanity/master/linkedinsanity.txt" + }, + new + { + Id = (short)19, + Description = "A list for uBlock/Adblock plus to stop cryptomining in your browser. ", + DescriptionSourceUrl = "https://github.com/hoshsadiq/adblock-nocoin-list", + HomeUrl = "https://github.com/hoshsadiq/adblock-nocoin-list", + IssuesUrl = "https://github.com/hoshsadiq/adblock-nocoin-list/issues", + LicenseId = (short)2, + Name = "NoCoin", + PublishedDate = new DateTime(2017, 9, 17, 20, 18, 51, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 4, 6, 17, 40, 37, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/nocoin.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/hoshsadiq/adblock-nocoin-list/master/nocoin.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/hoshsadiq/adblock-nocoin-list/master/nocoin.txt" + }, + new + { + Id = (short)20, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites", + PublishedDate = new DateTime(2018, 5, 15, 2, 39, 19, 0, DateTimeKind.Unspecified), + SyntaxId = (short)17, + UpdatedDate = new DateTime(2019, 4, 8, 1, 41, 2, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianList.txt" + }, + new + { + Id = (short)27, + Description = "A text file with filters to aid in blocking online trackers, for use in a blocker such as uBlock Origin.", + DescriptionSourceUrl = "https://github.com/metaphoricgiraffe/tracking-filters", + HomeUrl = "https://github.com/metaphoricgiraffe/tracking-filters", + IssuesUrl = "https://github.com/metaphoricgiraffe/tracking-filters/issues", + LicenseId = (short)11, + Name = "Privacy Filters", + PublishedDate = new DateTime(2015, 6, 15, 6, 6, 48, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 12, 9, 5, 1, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/metaphoricgiraffe/tracking-filters/master/trackingfilters.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/metaphoricgiraffe/tracking-filters/master/trackingfilters.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/metaphoricgiraffe/tracking-filters/master/trackingfilters.txt" + }, + new + { + Id = (short)28, + Description = "The Quiet list blocks all other notices regardless of their size or obnoxiousness. Simple two- or three-word links to privacy pages aren't blocked (such as links in a page footer), but a lengthy paragraph mid-page will be.", + DescriptionSourceUrl = "https://github.com/liamja/Prebake", + EmailAddress = "cookies@prebake.eu", + HomeUrl = "http://prebake.eu/", + IssuesUrl = "https://github.com/liamja/Prebake/issues", + LicenseId = (short)2, + Name = "Prebake Quiet", + PublishedDate = new DateTime(2012, 11, 18, 20, 23, 53, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 5, 28, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/liamja/Prebake/master/quiet.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/liamja/Prebake/master/quiet.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/liamja/Prebake/master/quiet.txt" + }, + new + { + Id = (short)29, + Description = "Prebake is an Adblock filter subscription that blocks large, obtrusive cookie notices. These notices either consume a considerable amount of screen real estate or popup and distract the viewers attention, which can be just as annoying as ads.", + DescriptionSourceUrl = "http://prebake.eu/", + EmailAddress = "cookies@prebake.eu", + HomeUrl = "http://prebake.eu/", + IssuesUrl = "https://github.com/liamja/Prebake/issues", + LicenseId = (short)2, + Name = "Prebake Obtrusive", + PublishedDate = new DateTime(2012, 11, 18, 20, 23, 53, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 5, 28, 14, 1, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/liamja/Prebake/master/obtrusive.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/liamja/Prebake/master/obtrusive.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/liamja/Prebake/master/obtrusive.txt" + }, + new + { + Id = (short)30, + Description = "Filters that hide and block pop-ups, widgets, newsletters, push notifications, arrows and other irritating elements on Polish websites (include Polish GDPR-Cookies Filters).", + DescriptionSourceUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + HomeUrl = "https://polishannoyancefilters.netlify.com", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = (short)9, + Name = "Polish Annoyance Filters", + PublishedDate = new DateTime(2016, 10, 24, 0, 0, 0, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 18, 0, 25, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PPB.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/PolishFiltersTeam/PolishAnnoyanceFilters/master/PPB.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PPB.txt" + }, + new + { + Id = (short)31, + Description = "Contains a list of elements of advertising, such as banners or flash animations, the most commonly used on Polish websites.", + DescriptionSourceUrl = "https://niecko.pl/adblock/", + HomeUrl = "https://niecko.pl/adblock/", + LicenseId = (short)5, + Name = "PLgeneral", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2011, 12, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.niecko.pl/adblock/adblock.txt" + }, + new + { + Id = (short)32, + Description = "Block advertisements.", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 4, 8, 19, 45, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)33, + Description = "Adblock filter for obtrusive overlay (pop up) elements and various other annoying elements on websites.", + DescriptionSourceUrl = "https://github.com/LordBadmintonofYorkshire/Overlay-Blocker", + HomeUrl = "https://github.com/LordBadmintonofYorkshire/Overlay-Blocker", + IssuesUrl = "https://github.com/LordBadmintonofYorkshire/Overlay-Blocker/issues", + LicenseId = (short)2, + Name = "Overlay Blocker", + PublishedDate = new DateTime(2014, 11, 18, 11, 8, 41, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2015, 1, 21, 13, 8, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/LordBadmintonofYorkshire/Overlay-Blocker/master/blocklist.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/LordBadmintonofYorkshire/Overlay-Blocker/master/blocklist.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/LordBadmintonofYorkshire/Overlay-Blocker/master/blocklist.txt" + }, + new + { + Id = (short)34, + Description = "OpenPhish uses proprietary Artificial Intelligence algorithms to automatically identify zero-day phishing sites and provide comprehensive, actionable, real-time threat intelligence.", + DescriptionSourceUrl = "https://openphish.com/", + EmailAddress = "contact@openphish.com", + HomeUrl = "https://openphish.com/", + LicenseId = (short)5, + Name = "OpenPhish Phishing Intelligence Community Feed", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 4, 8, 19, 57, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://openphish.com/feed.txt" + }, + new + { + Id = (short)36, + Description = "A personal filter list. Each host is either an ad, phishing, malicious, analytics, or clickbait.", + DescriptionSourceUrl = "https://github.com/genediazjr/nopelist", + HomeUrl = "https://github.com/genediazjr/nopelist", + IssuesUrl = "https://github.com/genediazjr/nopelist/issues", + LicenseId = (short)2, + Name = "Nopelist", + PublishedDate = new DateTime(2016, 9, 30, 11, 48, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2017, 2, 20, 10, 20, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/genediazjr/nopelist/master/nopelist.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/genediazjr/nopelist/master/nopelist.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/genediazjr/nopelist/master/nopelist.txt" + }, + new + { + Id = (short)38, + Description = "AdBlock list for blocking 'how i can help you?' widgets.", + DescriptionSourceUrl = "https://github.com/Rpsl/adblock-leadgenerator-list", + HomeUrl = "https://github.com/Rpsl/adblock-leadgenerator-list", + IssuesUrl = "https://github.com/Rpsl/adblock-leadgenerator-list/issues", + LicenseId = (short)5, + Name = "Lead Generator", + PublishedDate = new DateTime(2016, 11, 6, 14, 22, 56, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + UpdatedDate = new DateTime(2018, 4, 12, 19, 48, 34, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Rpsl/adblock-leadgenerator-list/master/list/list.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/Rpsl/adblock-leadgenerator-list/master/list/list.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/Rpsl/adblock-leadgenerator-list/master/list/list.txt" + }, + new + { + Id = (short)39, + Description = "Latvian List is an affiliated filter list written by anonymous74100 that specifically removes adverts on Latvian language websites.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "latvian-list@googlegroups.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=99", + HomeUrl = "https://notabug.org/latvian-list/adblock-latvian", + LicenseId = (short)8, + Name = "Latvian List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 18, 15, 0, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://notabug.org/latvian-list/adblock-latvian/raw/master/lists/latvian-list.txt" + }, + new + { + Id = (short)47, + Description = "This classification is assigned for domains being used for advert or tracking purposes.", + ForumUrl = "https://forum.hosts-file.net/", + LicenseId = (short)5, + Name = "hpHosts ATS", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 8, 18, 54, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/NanoMeow/UltimateMirror/master/archive/hphosts.txt", + ViewUrlMirror1 = "https://v.firebog.net/hosts/static/HPHosts/HostsAdServers.txt" + }, + new + { + Id = (short)49, + Description = "Japanese ad servers hosts file.", + ForumUrl = "https://potato.5ch.net/test/read.cgi/android/1450730522/", + HomeUrl = "https://sites.google.com/site/hosts2ch/", + LicenseId = (short)20, + Name = "Hosts2ch", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 23, 22, 11, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://sites.google.com/site/hosts2ch/ja?attredirects=0" + }, + new + { + Id = (short)50, + Description = "We will blacklist domains that fall into any of the following categories: scams/phishing/malware/malvertising/exploits - and other general threats.", + DescriptionSourceUrl = "https://hexxiumcreations.com/projects/malicious-domain-blocking/", + DonateUrl = "https://hexxiumcreations.com/donate/", + EmailAddress = "support@hexxiumcreations.com", + HomeUrl = "https://hexxiumcreations.com/projects/malicious-domain-blocking/", + IssuesUrl = "https://github.com/HexxiumCreations/threat-list/issues", + LicenseId = (short)5, + Name = "Hexxium Creations Threat List", + PublishedDate = new DateTime(2016, 6, 29, 8, 27, 6, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 11, 5, 17, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/HexxiumCreations/threat-list/gh-pages/hexxiumthreatlist.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/HexxiumCreations/threat-list/gh-pages/hexxiumthreatlist.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/HexxiumCreations/threat-list/gh-pages/hexxiumthreatlist.txt" + }, + new + { + Id = (short)51, + Description = "Filter for advertisements on Greek sites.", + DescriptionSourceUrl = "https://www.void.gr/kargig/blog/greek-adblock-plus-filter/", + HomeUrl = "https://www.void.gr/kargig/blog/greek-adblock-plus-filter/", + IssuesUrl = "https://github.com/kargig/greek-adblockplus-filter/issues", + LicenseId = (short)12, + Name = "Greek AdBlock Filter", + PublishedDate = new DateTime(2012, 4, 25, 7, 10, 10, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 7, 20, 25, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kargig/greek-adblockplus-filter/master/void-gr-filters.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/kargig/greek-adblockplus-filter/master/void-gr-filters.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/kargig/greek-adblockplus-filter/master/void-gr-filters.txt" + }, + new + { + Id = (short)52, + Description = "Block all well known privacy trackers.", + DescriptionSourceUrl = "https://gnuzilla.gnu.org/filters/blacklist.txt", + EmailAddress = "bug-gnuzilla@gnu.org", + LicenseId = (short)5, + Name = "GNU Blacklist", + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 4, 13, 2, 34, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gnuzilla.gnu.org/filters/blacklist.txt" + }, + new + { + Id = (short)53, + Description = "Blocks Japanese regional mobile advertisements and trackers.", + HomeUrl = "https://gmbk0.tumblr.com/", + LicenseId = (short)20, + Name = "gmbkslist (Hosts)", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 10, 4, 3, 4, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/gmbkslist%20(Hosts).txt", + ViewUrlMirror2 = "https://gitcdn.xyz/repo/DandelionSprout/adfilt/master/AncientLibrary/gmbkslist%20(Hosts).txt" + }, + new + { + Id = (short)54, + Description = "Block ads with /etc/hosts.", + LicenseId = (short)16, + Name = "G&J Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2016, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://web.archive.org/web/20160221140034if_/http://adblock.gjtech.net/?format=unix-hosts" + }, + new + { + Id = (short)56, + Description = "A list combining Latvian List and EasyList.", + LicenseId = (short)8, + Name = "Latvian List + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 6, 4, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/latvianlist+easylist.txt" + }, + new + { + Id = (short)59, + Description = "A filter list for Adblock which covers filters for Korean websites.", + DescriptionSourceUrl = "https://github.com/gfmaster/adblock-korea-contrib", + HomeUrl = "https://github.com/gfmaster/adblock-korea-contrib", + IssuesUrl = "https://github.com/gfmaster/adblock-korea-contrib/issues", + LicenseId = (short)5, + Name = "Korean Adblock List", + PublishedDate = new DateTime(2014, 11, 18, 6, 6, 9, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 9, 15, 14, 39, 15, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/gfmaster/adblock-korea-contrib/master/filter.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/gfmaster/adblock-korea-contrib/master/filter.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/gfmaster/adblock-korea-contrib/master/filter.txt" + }, + new + { + Id = (short)60, + Description = "Polish hosts file for blocking scams (Experimental).", + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://kadantiscam.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/KADhosts/issues", + LicenseId = (short)8, + Name = "KADhosts", + PublishedDate = new DateTime(2016, 11, 20, 11, 41, 2, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://kadantiscam.netlify.com/#contact", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 8, 9, 8, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/PolishFiltersTeam/KADhosts/master/KADhosts.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt" + }, + new + { + Id = (short)61, + Description = "A Polish filters that protects against scams such as SMS subscriptions.", + DescriptionSourceUrl = "https://github.com/PolishFiltersTeam/KAD", + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://kadantiscam.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/KAD/issues", + LicenseId = (short)8, + Name = "KAD - Scams", + PublishedDate = new DateTime(2016, 4, 8, 12, 11, 44, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://kadantiscam.netlify.com/#contact", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 12, 16, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/KAD/master/KAD.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/PolishFiltersTeam/KAD/master/KAD.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/PolishFiltersTeam/KAD/master/KAD.txt" + }, + new + { + Id = (short)62, + Description = "This filter will mainly block affiliate advertising, behavioral advertising, tend embedded script will overload, blog parts.", + DescriptionSourceUrl = "https://qme.mydns.jp/adblock.html", + HomeUrl = "https://qme.mydns.jp/adblock.html", + LicenseId = (short)5, + Name = "Japanese Site Adblock Filter ver 2", + SyntaxId = (short)3, + ViewUrl = "https://qme.mydns.jp/data/AdblockV2.txt" + }, + new + { + Id = (short)63, + Description = "This filter will mainly block affiliate advertising, behavioral advertising, tend embedded script will overload, blog parts.", + DescriptionSourceUrl = "https://qme.mydns.jp/adblock.html", + HomeUrl = "https://qme.mydns.jp/adblock.html", + LicenseId = (short)5, + Name = "Japanese Site Adblock Filter", + SyntaxId = (short)3, + ViewUrl = "https://qme.mydns.jp/data/Adblock.txt" + }, + new + { + Id = (short)64, + Description = "A list combining Malware Domain List and Spybot.", + LicenseId = (short)12, + Name = "Jansal's Hosts Light", + PublishedDate = new DateTime(2010, 12, 11, 10, 54, 9, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 9, 22, 6, 5, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/lewisje/jansal/master/adblock/hostslt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/lewisje/jansal/master/adblock/hostslt", + ViewUrlMirror2 = "https://gitcdn.link/repo/lewisje/jansal/master/adblock/hostslt" + }, + new + { + Id = (short)65, + Description = "A list combining Malware Domain List, Peter Lowe's List, Spybot, and Spyware Blaster.", + LicenseId = (short)12, + Name = "Jansal's Hosts", + PublishedDate = new DateTime(2010, 8, 18, 14, 3, 9, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 9, 22, 6, 5, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/lewisje/jansal/master/adblock/hosts", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/lewisje/jansal/master/adblock/hosts", + ViewUrlMirror2 = "https://gitcdn.link/repo/lewisje/jansal/master/adblock/hosts" + }, + new + { + Id = (short)66, + Description = "My Adblock Plus filter subscription will block banner ads, flash ads, text-ads, and even completely block some rogue anti-virus and anti-spyware websites preventing infection.", + DescriptionSourceUrl = "https://www.jabcreations.com/web/adblock-subscription", + HomeUrl = "https://www.jabcreations.com/web/adblock-subscription", + LicenseId = (short)5, + Name = "JAB Creations' Adblock Plus Filter Subscription", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 24, 2, 42, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.jabcreations.com/downloads/adblock-filters.php" + }, + new + { + Id = (short)67, + Description = "Filter any site/subsite who's only purpose is to log your IP.", + DescriptionSourceUrl = "https://github.com/piperun/iploggerfilter", + HomeUrl = "https://github.com/piperun/iploggerfilter", + IssuesUrl = "https://github.com/piperun/iploggerfilter/issues", + LicenseId = (short)19, + Name = "Piperun's iplogger filter", + PublishedDate = new DateTime(2015, 10, 30, 17, 39, 31, 0, DateTimeKind.Unspecified), + SyntaxId = (short)46, + UpdatedDate = new DateTime(2018, 12, 4, 16, 3, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/piperun/iploggerfilter/master/filterlist", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/piperun/iploggerfilter/master/filterlist", + ViewUrlMirror2 = "https://gitcdn.link/repo/piperun/iploggerfilter/master/filterlist" + }, + new + { + Id = (short)68, + Description = "This filter list for AdBlock removes popup sections on sites that distracts from the main content.", + DescriptionSourceUrl = "https://ilyakatz.github.io/adblock_filters/", + HomeUrl = "https://ilyakatz.github.io/adblock_filters/", + IssuesUrl = "https://github.com/ilyakatz/adblock_filters/issues", + LicenseId = (short)5, + Name = "Ilyakatz's Additional Filters for Adblock", + PublishedDate = new DateTime(2014, 2, 11, 18, 1, 6, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 3, 17, 4, 32, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ilyakatz/adblock_filters/master/inpage_popups.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/ilyakatz/adblock_filters/master/inpage_popups.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/ilyakatz/adblock_filters/master/inpage_popups.txt" + }, + new + { + Id = (short)69, + Description = "Adblock Plus list for Icelandic websites.", + DescriptionSourceUrl = "https://adblock.gardar.net/", + EmailAddress = "adblock@gardar.net", + HomeUrl = "https://adblock.gardar.net/", + LicenseId = (short)5, + Name = "Icelandic ABP List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 11, 8, 14, 25, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://adblock.gardar.net/is.abp.txt" + }, + new + { + Id = (short)70, + Description = "List of filters for Adblock Plus that block cookie notices on European websites.", + DescriptionSourceUrl = "https://github.com/Rudloff/adblock-imokwithcookies", + HomeUrl = "https://github.com/Rudloff/adblock-imokwithcookies", + IssuesUrl = "https://github.com/Rudloff/adblock-imokwithcookies/issues", + LicenseId = (short)19, + Name = "I'm OK with Cookies", + PublishedDate = new DateTime(2015, 1, 11, 23, 1, 2, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 7, 5, 10, 13, 37, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Rudloff/adblock-imokwithcookies/master/filters.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/Rudloff/adblock-imokwithcookies/master/filters.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/Rudloff/adblock-imokwithcookies/master/filters.txt" + }, + new + { + Id = (short)71, + Description = "Get rid of annoying cookie warnings from almost all 'infected' websites!", + DescriptionSourceUrl = "https://www.i-dont-care-about-cookies.eu/", + EmailAddress = "info@kiboke-studio.hr", + HomeUrl = "https://www.i-dont-care-about-cookies.eu/", + LicenseId = (short)4, + Name = "I Don't Care about Cookies", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 7, 41, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.i-dont-care-about-cookies.eu/abp/" + }, + new + { + Id = (short)72, + Description = "Blocks Hungarian regional advertisements and trackers.", + EmailAddress = "hufilter.adblock@gmail.com", + HomeUrl = "https://github.com/hufilter/hufilter/wiki", + IssuesUrl = "https://github.com/hufilter/hufilter/issues", + LicenseId = (short)24, + Name = "hufilter", + PublishedDate = new DateTime(2015, 1, 14, 14, 16, 50, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 12, 11, 54, 56, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/hufilter/hufilter/master/hufilter.txt", + ViewUrlMirror1 = "https://repo.or.cz/Adblock-list-backups-hufilter.git/blob_plain/refs/heads/master:/hufilter.txt", + ViewUrlMirror2 = "https://gitcdn.xyz/repo/hufilter/hufilter/master/hufilter.txt" + }, + new + { + Id = (short)78, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Gambling + Porn", + PublishedDate = new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/gambling-porn/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/gambling-porn/hosts" + }, + new + { + Id = (short)79, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Gambling", + PublishedDate = new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/gambling/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/gambling/hosts" + }, + new + { + Id = (short)80, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts", + PublishedDate = new DateTime(2012, 4, 12, 22, 56, 41, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/hosts" + }, + new + { + Id = (short)81, + Description = "Windows installers ads sources sites based on Unchecky content.", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = (short)2, + Name = "UncheckyAds", + PublishedDate = new DateTime(2016, 9, 29, 13, 52, 34, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 7, 16, 9, 38, 39, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", + ViewUrlMirror1 = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/UncheckyAds/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/data/UncheckyAds/hosts" + }, + new + { + Id = (short)82, + Description = "A filterlist with additional filters for uBlock Origin to block third-party, tracking, annoyances and all other unwarranted resources from loading. Contains filters specific to uBlock Origin and some filters that have not yet been added to other filterlists.", + DescriptionSourceUrl = "https://github.com/uBlock-user/uBO-Personal-Filters", + HomeUrl = "https://github.com/uBlock-user/uBO-Personal-Filters", + LicenseId = (short)2, + Name = "uBO-Personal-Filters", + PublishedDate = new DateTime(2016, 12, 3, 20, 18, 12, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 13, 8, 13, 50, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uBlock-user/uBO-Personal-Filters/master/uPF.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/uBlock-user/uBO-Personal-Filters/master/uPF.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/uBlock-user/uBO-Personal-Filters/master/uPF.txt" + }, + new + { + Id = (short)83, + Description = "This project was built based on Anti-Adblock Killer (by Reek), but is now significantly different. Anti-Adblock Killer Script was completely re-implemented. Anti-Adblock Killer Filter was mostly copied and concatenated to uBlock Protector List.", + DescriptionSourceUrl = "https://github.com/jspenguin2017/uBlockProtector/", + HomeUrl = "https://jspenguin2017.github.io/uBlockProtector/", + IssuesUrl = "https://github.com/jspenguin2017/uBlockProtector/issues", + LicenseId = (short)4, + Name = "Nano Defender Integration", + PublishedDate = new DateTime(2018, 5, 23, 21, 53, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 6, 19, 16, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/NanoAdblocker/NanoFilters/master/NanoMirror/NanoDefender.txt", + ViewUrlMirror1 = "https://rawcdn.githack.com/NanoAdblocker/NanoFilters/master/NanoMirror/NanoDefender.txt" + }, + new + { + Id = (short)84, + Description = "uBlock Origin supplement list for Official Polish Filters for AdBlock, uBlock Origin & AdGuard", + DonateUrl = "https://patronite.pl/polskiefiltry", + EmailAddress = "errors@certyficate.it", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = (short)9, + Name = "Official Polish Filters for AdBlock, uBlock Origin & AdGuard - Supplement for uBlock", + PublishedDate = new DateTime(2016, 8, 7, 20, 10, 32, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://www.certyficate.it/kontakt/", + SyntaxId = (short)17, + UpdatedDate = new DateTime(2019, 4, 8, 4, 8, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_ublock.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_ublock.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_ublock.txt" + }, + new + { + Id = (short)85, + Description = "A filterlist with additional filters for uBlock Origin. Contains filters specific to uBlock Origin (like popunder filters) and some filters that have not yet been added to other filterlists.", + DescriptionSourceUrl = "https://github.com/IDKwhattoputhere/uBlock-Filters-Plus", + HomeUrl = "https://github.com/IDKwhattoputhere/uBlock-Filters-Plus", + IssuesUrl = "https://github.com/IDKwhattoputhere/uBlock-Filters-Plus/issues", + LicenseId = (short)8, + Name = "uBlock Filters Plus", + PublishedDate = new DateTime(2018, 6, 8, 17, 32, 45, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 6, 8, 17, 32, 45, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/IDKwhattoputhere/uBlock-Filters-Plus/master/uBlock-Filters-Plus.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/IDKwhattoputhere/uBlock-Filters-Plus/master/uBlock-Filters-Plus.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/IDKwhattoputhere/uBlock-Filters-Plus/master/uBlock-Filters-Plus.txt" + }, + new + { + Id = (short)86, + Description = "Block sites with skimming scripts.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/byaka/ublock-antiskimming-list/master/build/data.txt", + HomeUrl = "https://github.com/byaka/ublock-antiskimming-list", + IssuesUrl = "https://github.com/byaka/ublock-antiskimming-list/issues", + LicenseId = (short)5, + Name = "uBlock Antiskimming List", + PublishedDate = new DateTime(2016, 10, 18, 15, 20, 50, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2017, 11, 28, 14, 12, 38, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/byaka/ublock-antiskimming-list/master/build/data.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/byaka/ublock-antiskimming-list/master/build/data.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/byaka/ublock-antiskimming-list/master/build/data.txt" + }, + new + { + Id = (short)87, + Description = "Needed to unbreak web sites, mostly because of hosts file-based filters.", + DescriptionSourceUrl = "https://github.com/uBlockOrigin/uAssets/blob/master/filters/unbreak.txt", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = (short)4, + Name = "uAssets Unbreak", + PublishedDate = new DateTime(2016, 4, 1, 12, 8, 37, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 13, 8, 43, 47, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/unbreak.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/unbreak.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/uBlockOrigin/uAssets/master/filters/unbreak.txt" + }, + new + { + Id = (short)88, + Description = "Privacy filters for uBlock Origin.", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = (short)4, + Name = "uAssets Privacy", + PublishedDate = new DateTime(2016, 4, 1, 12, 17, 3, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 6, 9, 17, 3, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/privacy.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/privacy.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/uBlockOrigin/uAssets/master/filters/privacy.txt" + }, + new + { + Id = (short)89, + Description = "Filters optimized for uBlock.", + DescriptionSourceUrl = "https://github.com/uBlockOrigin/uAssets/blob/master/filters/filters.txt", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = (short)4, + Name = "uAssets Filters", + PublishedDate = new DateTime(2016, 4, 1, 12, 6, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 13, 12, 2, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/filters.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/uBlockOrigin/uAssets/master/filters/filters.txt" + }, + new + { + Id = (short)90, + Description = "These filters are experimental and may cause breakage. They are being evaluated/fine-tuned for inclusion in the default set of filters.", + DescriptionSourceUrl = "https://github.com/uBlockOrigin/uAssets/blob/master/filters/experimental.txt", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = (short)4, + Name = "uAssets Experimental", + PublishedDate = new DateTime(2016, 4, 1, 12, 19, 27, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2016, 11, 15, 14, 1, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/experimental.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/experimental.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/uBlockOrigin/uAssets/master/filters/experimental.txt" + }, + new + { + Id = (short)91, + Description = "To block sites known for delivering adware/crapware. For sites documented to put users at risk of installing adware/crapware etc. The purpose is to at least ensure a user is warned of the risks ahead.", + DescriptionSourceUrl = "https://github.com/uBlockOrigin/uAssets/blob/master/filters/badware.txt", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = (short)4, + Name = "uAssets Badware", + PublishedDate = new DateTime(2016, 4, 1, 12, 15, 40, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 7, 16, 50, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/badware.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/badware.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/uBlockOrigin/uAssets/master/filters/badware.txt" + }, + new + { + Id = (short)93, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Gambling + Porn + Social", + PublishedDate = new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/gambling-porn-social/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/gambling-porn-social/hosts" + }, + new + { + Id = (short)94, + Description = "You can leave AdBlock functioning as normal, but the proper tracking of cashback cookies will be allowed on TopCashback and our affiliate network sites only.", + DescriptionSourceUrl = "https://www.topcashback.com/Help/164", + HomeUrl = "https://www.topcashback.com/Help/164", + LicenseId = (short)5, + Name = "Top Cash Back Adblock Whitelist", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 13, 35, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.topcashback.com/Misc/AdBlockWhiteList.aspx" + }, + new + { + Id = (short)95, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Gambling + Social", + PublishedDate = new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/gambling-social/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/gambling-social/hosts" + }, + new + { + Id = (short)96, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Porn + Social", + PublishedDate = new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/porn-social/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/porn-social/hosts" + }, + new + { + Id = (short)97, + Description = "Block all YouTube annoyances.", + DescriptionSourceUrl = "https://youtube.adblockplus.me/", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/youtubefilters/", + LicenseId = (short)5, + Name = "YouTube: Pure Video Experience", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/yt_annoyances_full.txt", + ViewUrlMirror1 = "https://hg.adblockplus.org/youtubefilters/raw-file/default/yt_annoyances_full.txt" + }, + new + { + Id = (short)98, + Description = "Block only other annoyances.", + DescriptionSourceUrl = "https://youtube.adblockplus.me/", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/youtubefilters/", + LicenseId = (short)5, + Name = "YouTube: Other Annoyances", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/yt_annoyances_other.txt", + ViewUrlMirror1 = "https://hg.adblockplus.org/youtubefilters/raw-file/default/yt_annoyances_other.txt" + }, + new + { + Id = (short)99, + Description = "Blocks Korean regional advertisements and trackers.", + HomeUrl = "https://github.com/yous/YousList", + IssuesUrl = "https://github.com/yous/YousList/issues", + LicenseId = (short)24, + Name = "YousList", + PublishedDate = new DateTime(2014, 9, 13, 15, 24, 35, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 11, 5, 50, 6, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/yous/YousList/master/youslist.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/yous/YousList/master/youslist.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/yous/YousList/master/youslist.txt" + }, + new + { + Id = (short)100, + Description = "Finnish supplement list for EasyList.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri-reborn.txt", + HomeUrl = "https://github.com/wiltteri/subscriptions", + LicenseId = (short)11, + Name = "Wiltteri Reborn", + PublishedDate = new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri-reborn.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/wiltteri/subscriptions/master/wiltteri-reborn.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/wiltteri/subscriptions/master/wiltteri-reborn.txt" + }, + new + { + Id = (short)101, + Description = "Finnish supplement list for EasyList.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri.txt", + HomeUrl = "https://github.com/wiltteri/subscriptions", + LicenseId = (short)11, + Name = "Wiltteri", + PublishedDate = new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/wiltteri/subscriptions/master/wiltteri.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/wiltteri/subscriptions/master/wiltteri.txt" + }, + new + { + Id = (short)102, + ChatUrl = "https://discord.me/yourduskquibbles", + Description = "Block annoying web elements and reclaim lost screen real estate to make the web more user friendly!", + DescriptionSourceUrl = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/ultralist.txt", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = (short)8, + Name = "Web Annoyances Ultralist", + PublishedDate = new DateTime(2016, 9, 17, 15, 25, 3, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 13, 1, 57, 27, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/ultralist.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/yourduskquibbles/webannoyances/master/ultralist.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/yourduskquibbles/webannoyances/master/ultralist.txt" + }, + new + { + Id = (short)103, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Fakenews + Gambling + Porn + Social", + PublishedDate = new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-gambling-porn-social/hosts" + }, + new + { + Id = (short)104, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Fakenews + Porn + Social", + PublishedDate = new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/fakenews-porn-social/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-porn-social/hosts" + }, + new + { + Id = (short)105, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Fakenews + Gambling + Social", + PublishedDate = new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-gambling-social/hosts" + }, + new + { + Id = (short)106, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Fakenews + Gambling + Porn", + PublishedDate = new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-gambling-porn/hosts" + }, + new + { + Id = (short)107, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Fakenews + Social", + PublishedDate = new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/fakenews-social/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-social/hosts" + }, + new + { + Id = (short)108, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Fakenews + Porn", + PublishedDate = new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/fakenews-porn/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-porn/hosts" + }, + new + { + Id = (short)109, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Fakenews + Gambling", + PublishedDate = new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/fakenews-gambling/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews-gambling/hosts" + }, + new + { + Id = (short)110, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Fakenews", + PublishedDate = new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/fakenews/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/fakenews/hosts" + }, + new + { + Id = (short)111, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Social", + PublishedDate = new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/social/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/social/hosts" + }, + new + { + Id = (short)112, + Description = "Extending and consolidating hosts files from a variety of sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/StevenBlack/hosts", + LicenseId = (short)2, + Name = "Unified Hosts + Porn", + PublishedDate = new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts", + ViewUrlMirror1 = "http://sbc.io/hosts/alternates/porn/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/alternates/porn/hosts" + }, + new + { + Id = (short)113, + Description = "Blocks Japanese regional advertisements and trackers.", + HomeUrl = "https://github.com/tofukko/filter", + LicenseId = (short)5, + Name = "Tofu Filter", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 25, 9, 49, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/tofukko/filter/master/Adblock_Plus_list.txt" + }, + new + { + Id = (short)114, + Description = "Blocks advertisements and trackers.", + HomeUrl = "https://github.com/thoughtconverge/abf", + LicenseId = (short)5, + Name = "Thoughtconverge's Custom AdBlock Filters", + PublishedDate = new DateTime(2015, 2, 7, 16, 48, 59, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2015, 4, 11, 17, 13, 31, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/thoughtconverge/abf/master/abf.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/thoughtconverge/abf/master/abf.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/thoughtconverge/abf/master/abf.txt" + }, + new + { + Id = (short)115, + Description = "Web adverts can be simply blocked by using a specially formatted text file called a “Hosts” file which is a list myself and numerous others have painstakingly compiled to now over 60000 (verified) known banner advertising companies and providers along with hostile websites that have been discovered (popup providers, spyware, dialers ,scams etc). This file tells your computer to try to and access itself whenever a banner advert is requested from a server that is in its \"black\" list, but instead of contacting the advert server your computer tries to request itself, and as your machine doesn't contain any adverts (if you are not running a web server) nothing will be shown.", + DescriptionSourceUrl = "https://hostsfile.mine.nu/", + EmailAddress = "wduk10@hotmail.com", + HomeUrl = "https://hostsfile.mine.nu/", + LicenseId = (short)34, + Name = "The Hosts File Project Hosts", + SyntaxId = (short)1, + ViewUrl = "https://hostsfile.mine.nu/hosts0.txt" + }, + new + { + Id = (short)116, + Description = "This is a complementary list for RoList with annoyances that are not necessarly banners.", + DescriptionSourceUrl = "https://www.zoso.ro/pages/rolist2.txt", + DonateUrl = "https://www.patreon.com/zosoro/overview", + EmailAddress = "mail@zoso.ro", + HomeUrl = "https://www.zoso.ro/rolist/", + LicenseId = (short)5, + Name = "ROList2", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 10, 2, 15, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.zoso.ro/pages/rolist2.txt" + }, + new + { + Id = (short)117, + Description = "A list combining ROList and EasyList.", + DonateUrl = "https://www.patreon.com/zosoro/overview", + LicenseId = (short)5, + Name = "ROList + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 19, 13, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/rolist+easylist.txt" + }, + new + { + Id = (short)118, + Description = "Romanian supplement for EasyList.", + DescriptionSourceUrl = "https://adblockplus.org/subscriptions", + DonateUrl = "https://www.patreon.com/zosoro/overview", + EmailAddress = "mail@zoso.ro", + HomeUrl = "https://www.zoso.ro/rolist/", + LicenseId = (short)5, + Name = "ROList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 2, 11, 7, 58, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.zoso.ro/pages/rolist.txt" + }, + new + { + Id = (short)119, + Description = "Romanian ad block filtering list.", + DescriptionSourceUrl = "https://github.com/tcptomato/ROad-Block", + EmailAddress = "contact@adblock.ro", + ForumUrl = "https://muut.com/i/adblockro/comments", + HomeUrl = "https://www.adblock.ro/", + IssuesUrl = "https://github.com/tcptomato/ROad-Block/issues", + LicenseId = (short)2, + Name = "ROad-Block Light", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 19, 40, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://road.adblock.ro/lista.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/tcptomato/ROad-Block/master/road-block-filters-light.txt", + ViewUrlMirror2 = "https://gitcdn.xyz/repo/tcptomato/ROad-Block/master/road-block-filters-light.txt" + }, + new + { + Id = (short)131, + Description = "Russian supplement for EasyList.", + DescriptionSourceUrl = "https://adblockplus.org/subscriptions", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = (short)12, + Name = "RU AdList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 22, 31, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/advblock.txt" + }, + new + { + Id = (short)132, + Description = "Blocks Russian regional advertisements and trackers.", + EmailAddress = "denis-ovs@yandex.ru", + ForumUrl = "https://forum.mozilla-russia.org/viewtopic.php?id=3679", + HomeUrl = "http://denis-ovs.narod.ru/", + LicenseId = (short)5, + Name = "RU AdList [Old]", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2008, 5, 18, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "http://denis-ovs.narod.ru/adblock.txt" + }, + new + { + Id = (short)133, + Description = "A list combining RU AdList and EasyList.", + LicenseId = (short)12, + Name = "RU AdList + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 22, 42, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/ruadlist+easylist.txt" + }, + new + { + Id = (short)134, + Description = "Russian-only fork of Fanboy's Annoyance List.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = (short)16, + Name = "RU AdList: BitBlock", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 23, 9, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/bitblock.txt" + }, + new + { + Id = (short)135, + Description = "Blocks advertisements and trackers.", + EmailAddress = "wduk10@hotmail.com", + HomeUrl = "https://hostsfile.mine.nu/", + LicenseId = (short)34, + Name = "The Hosts File Project Adblock Filters", + SyntaxId = (short)3, + ViewUrl = "https://hostsfile.mine.nu/downloads/adblock.txt" + }, + new + { + Id = (short)136, + Description = "Slovenian List is regional list primarily for uBlock Origin or uBlock, which consists mostly of static cosmetic filters and a few tracking filters. Among others, there are 100 most popular Slovenian websites included in this list.", + DescriptionSourceUrl = "https://github.com/betterwebleon/slovenian-list", + EmailAddress = "betterweb.leon@outlook.com", + HomeUrl = "https://github.com/betterwebleon/slovenian-list", + IssuesUrl = "https://github.com/betterwebleon/slovenian-list/issues", + LicenseId = (short)2, + Name = "Slovenian List", + PublishedDate = new DateTime(2015, 12, 21, 23, 2, 52, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 1, 20, 21, 1, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/betterwebleon/slovenian-list/master/filters.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/betterwebleon/slovenian-list/master/filters.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/betterwebleon/slovenian-list/master/filters.txt" + }, + new + { + Id = (short)137, + Description = "Hosts contributed by Steven Black.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", + EmailAddress = "steveb@stevenblack.com", + HomeUrl = "https://github.com/StevenBlack/hosts", + IssuesUrl = "https://github.com/StevenBlack/hosts/issues", + LicenseId = (short)2, + Name = "Steven Black's Hosts", + PublishedDate = new DateTime(2012, 4, 12, 22, 56, 41, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 30, 14, 15, 53, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/StevenBlack/hosts/master/data/StevenBlack/hosts", + ViewUrlMirror2 = "https://gitlab.com/StevenBlack/hosts/raw/master/data/StevenBlack/hosts" + }, + new + { + Id = (short)138, + Description = "Streaming services ads sources", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IsDeleted = true, + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = (short)2, + Name = "StreamingAds", + PublishedDate = new DateTime(2018, 3, 24, 16, 22, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 1, 27, 9, 46, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/StreamingAds/hosts", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/FadeMind/hosts.extras/master/StreamingAds/hosts", + ViewUrlMirror2 = "https://gitcdn.link/repo/FadeMind/hosts.extras/master/StreamingAds/hosts" + }, + new + { + Id = (short)139, + Description = "The Spam404 domain blacklist is a regularly updated list of abusive domain names.", + DescriptionSourceUrl = "https://www.spam404.com/domain-blacklist.html", + EmailAddress = "admin@spam404.com", + HomeUrl = "https://www.spam404.com/domain-blacklist.html", + IssuesUrl = "https://github.com/Spam404/lists/issues", + LicenseId = (short)8, + Name = "Spam404 Domain Blacklist", + PublishedDate = new DateTime(2016, 2, 15, 21, 4, 57, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 15, 15, 13, 33, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/Spam404/lists/master/main-blacklist.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/Spam404/lists/master/main-blacklist.txt" + }, + new + { + Id = (short)140, + Description = "This filter protects you from online scams. This filter is regularly updated with data collected by Spam404.com.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/Spam404/lists/master/adblock-list.txt", + EmailAddress = "admin@spam404.com", + HomeUrl = "https://www.spam404.com/blog/block-online-scams-with-spam404-and-adblock", + IssuesUrl = "https://github.com/Spam404/lists/issues", + LicenseId = (short)8, + Name = "Spam404", + PublishedDate = new DateTime(2016, 2, 15, 21, 4, 28, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 2, 15, 15, 13, 31, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Spam404/lists/master/adblock-list.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/Spam404/lists/master/adblock-list.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/Spam404/lists/master/adblock-list.txt" + }, + new + { + Id = (short)141, + Description = "Whitelists the trackers on the United Airlines shopping portal so that rewards can be credited.", + LicenseId = (short)5, + Name = "Shopping Whitelist United Airlines", + SyntaxId = (short)28, + ViewUrl = "https://shopping.mileageplus.com/adBlockWhitelist.php" + }, + new + { + Id = (short)142, + Description = "Block ads with AdBlock filter.", + LicenseId = (short)16, + Name = "G&J AdBlock", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2016, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://web.archive.org/web/20160221140104if_/http://adblock.gjtech.net/?format=adblock-plus" + }, + new + { + Id = (short)143, + Description = "Whitelists the trackers on the Southwest Airlines shopping portal so that rewards can be credited.", + LicenseId = (short)5, + Name = "Shopping Whitelist Southwest Airlines", + SyntaxId = (short)28, + ViewUrl = "https://rapidrewardsshopping.southwest.com/adBlockWhitelist.php" + }, + new + { + Id = (short)144, + Description = "Whitelists the trackers on the American Airlines shopping portal so that rewards can be credited.", + LicenseId = (short)5, + Name = "Shopping Whitelist American Airlines", + SyntaxId = (short)28, + ViewUrl = "https://www.aadvantageeshopping.com/adBlockWhitelist.php" + }, + new + { + Id = (short)145, + Description = "Whitelists the trackers on the Alaska Airlines shopping portal so that rewards can be credited.", + LicenseId = (short)5, + Name = "Shopping Whitelist Alaska Airlines", + SyntaxId = (short)28, + ViewUrl = "https://www.mileageplanshopping.com/adBlockWhitelist.php" + }, + new + { + Id = (short)146, + Description = "Adblock Plus for Japan domestic and Japanese correspondence Universal Filter.", + DescriptionSourceUrl = "https://web.archive.org/web/20120419124052/http://www.schuzak.jp/other/abp.html", + HomeUrl = "https://web.archive.org/web/20120419124052/http://www.schuzak.jp/other/abp.html", + LicenseId = (short)30, + Name = "Schuzak's Universal Filter", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2012, 11, 6, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://web.archive.org/web/20121106002043if_/http://www.schuzak.jp:80/other/abp.conf" + }, + new + { + Id = (short)147, + Description = "My list removes advertisements from all the leading Danish Websites: Ekstra Bladet, Jyllands Posten, Berlingske, TV/2, Computerworld, Version2, etc.", + DescriptionSourceUrl = "https://henrik.schack.dk/adblock/", + DonateUrl = "https://www.paypal.me/schack", + HomeUrl = "https://henrik.schack.dk/adblock/", + LicenseId = (short)5, + Name = "Schack's Adblock Plus List", + SyntaxId = (short)3, + ViewUrl = "https://adblock.dk/block.csv", + ViewUrlMirror1 = "https://adblock.schack.dk/block.txt" + }, + new + { + Id = (short)150, + Description = "Blocks most popular internet statistics counters on sites serving Russia.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = (short)12, + Name = "RU AdList: Counters", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 1, 34, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/cntblock.txt" + }, + new + { + Id = (short)151, + Description = "Whitelists the trackers on the BarclayCard shopping portal so that rewards can be credited.", + LicenseId = (short)5, + Name = "Shopping Whitelist BarclayCard", + SyntaxId = (short)28, + ViewUrl = "https://www.barclaycardrewardsboost.com/adBlockWhitelist.php" + }, + new + { + Id = (short)152, + Description = "Removes unnecessary elements from specific file sharing sites.", + DescriptionSourceUrl = "https://firime.wordpress.com/projects/others/fedlist/", + HomeUrl = "https://firime.wordpress.com/projects/others/fedlist/", + LicenseId = (short)5, + Name = "Firime (FED) EasyDownload List", + SyntaxId = (short)3, + ViewUrl = "https://pastebin.com/raw/r9a5WrZa" + }, + new + { + Id = (short)155, + Description = "Filter that unblocks ads that may be useful to users.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#filter-for-useful-ads", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Filter unblocking search ads and self-promotion (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 1, 46, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/10.txt" + }, + new + { + Id = (short)156, + Description = "Filter that enables removing of the ads from websites with Turkish content.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#turkish-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Turkish Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 1, 51, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/13.txt" + }, + new + { + Id = (short)157, + Description = "The most comprehensive list of various online counters and web analytics tools. If you do not want your actions on the Internet be tracked, use this filter.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#spyware-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Tracking Protection Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 2, 14, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/3.txt" + }, + new + { + Id = (short)158, + Description = "Filter that enables removing of the ads from websites in Spanish.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#spanish-portuguese-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Spanish/Portuguese Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 2, 20, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/9.txt" + }, + new + { + Id = (short)159, + Description = "If you do not like numerous «Like» and «Tweet» buttons on all the popular websites on the Internet, subscribe to this filter, and you will not see them anymore.", + DescriptionSourceUrl = "https://kb.adguard.com/general/adguard-ad-filters", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Social Media Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 2, 26, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/4.txt" + }, + new + { + Id = (short)160, + Description = "Filter that blocks ads on iOS mobile devices in Safari browser. Contains all known mobile ad networks.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#safari-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Safari Filter", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 3, 25, 14, 58, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/mac/filters/12.txt" + }, + new + { + Id = (short)161, + Description = "Filter that enables removing of the ads from websites in Russian. The filter was created 5 years ago. Initially, the work on creation of this filter was based on RU AdList filter and a set of rules developed by us. Subsequently, the filter was developed completely independently, so at this point there are very little intersections with RU AdList left.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#russian-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Russian Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 2, 34, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/1.txt" + }, + new + { + Id = (short)162, + Description = "Filter that blocks ads on mobile devices. Contains all known mobile ad networks.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#mobile-ads-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Mobile Ads Filter (AdGuard for Android)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 2, 54, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/android/filters/11.txt" + }, + new + { + Id = (short)163, + Description = "Filter that enables removing of the ads from websites in Japanese.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#japanese-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Japanese Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 3, 25, 15, 27, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/7.txt" + }, + new + { + Id = (short)164, + Description = "Filter that enables removing of the ads from websites with German content.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#german-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard German Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 4, 2, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/6.txt" + }, + new + { + Id = (short)165, + Description = "Filter designed to test certain hazardous filtering rules before they are added to the basic filters.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#experimental-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Experimental Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 3, 25, 17, 53, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/5.txt" + }, + new + { + Id = (short)166, + Description = "Filter that enables removing of the ads from websites with English content or content in languages that lack separate AdGuard lists.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#english-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Base Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 6, 0, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/2.txt" + }, + new + { + Id = (short)167, + Description = "Filter that enables removing of the ads from websites with Dutch content.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#dutch-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Dutch Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 6, 28, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/8.txt" + }, + new + { + Id = (short)168, + Description = "A filter composed from several other filters (English filter, Social media filter, Spyware filter, Mobile ads filter, regional AdGuard lists, EasyList, EasyPrivacy) and simplified specifically to be better compatible with DNS-level ad blocking. This filter is used by AdGuard DNS servers to block ads.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#simplified-domain-names-filter", + HomeUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter", + IssuesUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter/issues", + LicenseId = (short)4, + Name = "AdGuard DNS Filter", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)47, + UpdatedDate = new DateTime(2019, 4, 15, 6, 34, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/windows/filters/15.txt" + }, + new + { + Id = (short)169, + Description = "Blocks irritating elements on webpages, including cookie notices, third-party widgets and in-page popups (Doesn’t include social media widgets and buttons, to block them you can still use Social media filter separately). It was inspired by Fanboy Annoyances List, but doesn’t duplicate it, so you can use them both together.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#annoyances-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Annoyances Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 6, 45, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/14.txt" + }, + new + { + Id = (short)170, + Description = "Blocks ads injected by adware.", + DescriptionSourceUrl = "https://adblockplus.org/subscriptions", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "Adware Filters", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 6, 51, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/adwarefilters.txt" + }, + new + { + Id = (short)171, + Description = "This is a general, mainly a Finnish list for blocking various elements on specific websites such as ads, cookie notifications and cosmetic annoyances.", + DescriptionSourceUrl = "https://dl.dropboxusercontent.com/s/1ybzw9lb7m1qiyl/AAs.txt", + HomeUrl = "https://dl.dropboxusercontent.com/s/1ybzw9lb7m1qiyl/AAs.txt", + LicenseId = (short)11, + Name = "Additional Adblock Rules", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 7, 1, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://dl.dropboxusercontent.com/s/1ybzw9lb7m1qiyl/AAs.txt" + }, + new + { + Id = (short)173, + Description = "A hosts list blocking miscellaneous annoyances. (Compressed, currently cannot be subscribed to/added.)", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = (short)31, + Name = "Airelle's Anti-Miscellaneous Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 10, 19, 12, 51, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "http://rlwpx.free.fr/WPFF/hmis.7z" + }, + new + { + Id = (short)175, + Description = "Adblock / Adblock plus filter list for blocking cookie notifications.", + DescriptionSourceUrl = "https://github.com/r4vi/block-the-eu-cookie-shit-list", + HomeUrl = "https://github.com/r4vi/block-the-eu-cookie-shit-list", + IssuesUrl = "https://github.com/r4vi/block-the-eu-cookie-shit-list/issues", + LicenseId = (short)14, + Name = "Block the EU Cookie Shit List", + PublishedDate = new DateTime(2012, 8, 2, 14, 45, 38, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 11, 19, 18, 43, 37, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/r4vi/block-the-eu-cookie-shit-list/master/filterlist.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/r4vi/block-the-eu-cookie-shit-list/master/filterlist.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/r4vi/block-the-eu-cookie-shit-list/master/filterlist.txt" + }, + new + { + Id = (short)176, + Description = "Adblock filters for both Adblock PLUS and uBlock. It also includes some anti-adblocking rules to make your adblocking extension undetectable. The author manually add the track block rules from https://better.fyi/trackers/ since those rules are only for an iOS app only.", + HomeUrl = "https://github.com/anarki999/Adblock-List-Archive", + IssuesUrl = "https://github.com/anarki999/Adblock-List-Archive/issues", + LicenseId = (short)5, + Name = "Better.fyi | Trackers (List)", + PublishedDate = new DateTime(2017, 6, 25, 6, 24, 35, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 3, 6, 16, 29, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/anarki999/Adblock-List-Archive/master/Better.fyiTrackersBlocklist.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/anarki999/Adblock-List-Archive/master/Better.fyiTrackersBlocklist.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/anarki999/Adblock-List-Archive/master/Better.fyiTrackersBlocklist.txt" + }, + new + { + Id = (short)177, + Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.", + DescriptionSourceUrl = "https://github.com/paulgb/BarbBlock/blob/master/README.md", + HomeUrl = "https://ssl.bblck.me/", + IssuesUrl = "https://github.com/paulgb/BarbBlock/issues", + LicenseId = (short)2, + Name = "BarbBlock Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 12, 16, 1, 31, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://ssl.bblck.me/blacklists/hosts-file.txt" + }, + new + { + Id = (short)178, + Description = "This is a list for blocking advertisements on the banki.ru site that are not blocked by \"conventional\" lists.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/rebelion76/bankiru_plus_adblock_list/master/bankiru_plus.txt", + HomeUrl = "https://github.com/rebelion76/bankiru_plus_adblock_list", + IssuesUrl = "https://github.com/rebelion76/bankiru_plus_adblock_list/issues", + LicenseId = (short)5, + Name = "Banki.ru Plus Adblock List", + PublishedDate = new DateTime(2013, 10, 20, 20, 57, 37, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2016, 3, 26, 9, 35, 17, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/rebelion76/bankiru_plus_adblock_list/master/bankiru_plus.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/rebelion76/bankiru_plus_adblock_list/master/bankiru_plus.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/rebelion76/bankiru_plus_adblock_list/master/bankiru_plus.txt" + }, + new + { + Id = (short)179, + Description = "A non-comprehensive malware hosts list meant to be used in conjunction with the King of the PAC file.", + HomeUrl = "https://www.hostsfile.org/hosts.html", + LicenseId = (short)19, + Name = "BadHosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 4, 20, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.hostsfile.org/Downloads/hosts.txt" + }, + new + { + Id = (short)181, + Description = "A list for Adblock Plus, which is one of the most famous ad blocking softwares.", + DescriptionSourceUrl = "https://osdn.net/projects/ayucat-list/", + HomeUrl = "https://osdn.net/projects/ayucat-list/", + LicenseId = (short)5, + Name = "Ayucat Powerful List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2009, 10, 18, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "http://git.sourceforge.jp/view?p=ayucat-list/ayucat-list.git;a=blob_plain;f=ayucat-list.txt;hb=b254c74c132832a3ade7b9d42c2ef8d3dd59fdb9", + ViewUrlMirror1 = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Ayucat%20Powerful%20List.txt" + }, + new + { + Id = (short)183, + Description = "Blocks shady, annoying pop-under ads from the infamous PopAds ad network.", + HomeUrl = "https://github.com/Yhonay/antipopads", + IssuesUrl = "https://github.com/Yhonay/antipopads/issues", + LicenseId = (short)14, + Name = "Anti-PopAds", + PublishedDate = new DateTime(2016, 10, 29, 15, 8, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 4, 15, 5, 38, 38, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Yhonay/antipopads/master/popads.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/Yhonay/antipopads/master/popads.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/Yhonay/antipopads/master/popads.txt" + }, + new + { + Id = (short)184, + Description = "Blocks Facebook trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Anti-Facebook List", + SyntaxId = (short)3, + ViewUrl = "https://fanboy.co.nz/fanboy-antifacebook.txt" + }, + new + { + Id = (short)185, + Description = "A hosts list blocking phishing sites. (Compressed, currently cannot be subscribed to/added.)", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = (short)31, + Name = "Airelle's Phishing Hosts", + SyntaxId = (short)1, + ViewUrl = "http://rlwpx.free.fr/WPFF/hblc.7z" + }, + new + { + Id = (short)186, + Description = "A hosts list blocking malware sites.", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = (short)31, + Name = "Airelle's Malware Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 10, 11, 4, 12, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "http://rlwpx.free.fr/WPFF/hrsk.7z", + ViewUrlMirror1 = "https://v.firebog.net/hosts/Airelle-hrsk.txt" + }, + new + { + Id = (short)187, + Description = "A hosts list blocking tracking sites.", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = (short)31, + Name = "Airelle's Anti-Trackers Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 10, 11, 4, 17, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "http://rlwpx.free.fr/WPFF/htrc.7z", + ViewUrlMirror1 = "https://v.firebog.net/hosts/Airelle-trc.txt" + }, + new + { + Id = (short)188, + Description = "A hosts list blocking adult/pornographic sites. (Compressed, currently cannot be subscribed to/added.)", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = (short)31, + Name = "Airelle's Anti-Sex Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 10, 11, 4, 23, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "http://rlwpx.free.fr/WPFF/hsex.7z" + }, + new + { + Id = (short)189, + Description = "A hosts list blocking advertising sites. (Compressed, currently cannot be subscribed to/added.)", + DonateUrl = "http://rlwpx.free.fr/WPFF/don.htm", + EmailAddress = "contact.wiki.airelle@spamgourmet.com", + ForumUrl = "http://rlwpx.free.fr/Webforum/", + HomeUrl = "http://rlwpx.free.fr/WPFF/hosts.htm", + LicenseId = (short)31, + Name = "Airelle's Anti-Advertisements Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 10, 11, 8, 13, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "http://rlwpx.free.fr/WPFF/hpub.7z" + }, + new + { + Id = (short)190, + Description = "Spam sites based on BadHosts content.", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = (short)2, + Name = "add.Spam", + PublishedDate = new DateTime(2016, 9, 30, 11, 36, 6, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 10, 5, 13, 34, 57, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/FadeMind/hosts.extras/master/add.Spam/hosts", + ViewUrlMirror2 = "https://gitcdn.link/repo/FadeMind/hosts.extras/master/add.Spam/hosts" + }, + new + { + Id = (short)191, + Description = "Risk content sites based on BadHosts content.", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = (short)2, + Name = "add.Risk", + PublishedDate = new DateTime(2016, 9, 30, 11, 36, 6, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 2, 12, 10, 55, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/FadeMind/hosts.extras/master/add.Risk/hosts", + ViewUrlMirror2 = "https://gitcdn.link/repo/FadeMind/hosts.extras/master/add.Risk/hosts" + }, + new + { + Id = (short)192, + Description = "Dead sites based on BadHosts content.", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = (short)2, + Name = "add.Dead", + PublishedDate = new DateTime(2016, 9, 30, 11, 36, 6, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 16, 6, 43, 21, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/FadeMind/hosts.extras/master/add.Dead/hosts", + ViewUrlMirror2 = "https://gitcdn.link/repo/FadeMind/hosts.extras/master/add.Dead/hosts" + }, + new + { + Id = (short)197, + Description = "A list combining ABPindo and EasyList.", + LicenseId = (short)4, + Name = "ABPindo + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 8, 59, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/abpindo+easylist.txt" + }, + new + { + Id = (short)198, + Description = "ABPindo is an affiliated filter list written by hermawan that specifically removes adverts on Indonesian language websites.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=94", + HomeUrl = "https://abpindo.blogspot.com/", + IssuesUrl = "https://github.com/ABPindo/indonesianadblockrules/issues", + LicenseId = (short)4, + Name = "ABPindo", + PublishedDate = new DateTime(2010, 11, 6, 9, 47, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 8, 54, 56, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ABPindo/indonesianadblockrules/master/subscriptions/abpindo.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/heradhis/indonesianadblockrules/master/subscriptions/abpindo.txt", + ViewUrlMirror2 = "https://gitcdn.xyz/repo/ABPindo/indonesianadblockrules/master/subscriptions/abpindo.txt" + }, + new + { + Id = (short)199, + Description = "Born from the need to block advertisements on the increasingly popular social network, this module is a great way to complete the protection offered by Adblock Plus and X Files during daily navigation. It may be associated with the main module of the X-Files or third-party lists.", + DescriptionSourceUrl = "https://github.com/gioxx/xfiles", + DonateUrl = "https://www.paypal.me/gioxx/5", + ForumUrl = "https://abpxfiles.uservoice.com/", + HomeUrl = "https://xfiles.noads.it/", + IssuesUrl = "https://github.com/gioxx/xfiles/issues", + LicenseId = (short)9, + Name = "X Files: NoFacebookAds", + PublishedDate = new DateTime(2016, 12, 20, 14, 53, 3, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 12, 14, 7, 31, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/gioxx/xfiles/master/facebook.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/gioxx/xfiles/master/facebook.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/gioxx/xfiles/master/facebook.txt" + }, + new + { + Id = (short)200, + Description = "The module that serves to protect the user's navigation, seamlessly integrates to subscriptions already installed on your Adblock Plus.", + DescriptionSourceUrl = "https://github.com/gioxx/xfiles", + DonateUrl = "https://www.paypal.me/gioxx/5", + ForumUrl = "https://abpxfiles.uservoice.com/", + HomeUrl = "https://xfiles.noads.it/", + IssuesUrl = "https://github.com/gioxx/xfiles/issues", + LicenseId = (short)9, + Name = "X Files: HWS Harmful WebSites", + PublishedDate = new DateTime(2016, 12, 20, 14, 53, 3, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 26, 13, 29, 50, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/gioxx/xfiles/master/siteblock.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/gioxx/xfiles/master/siteblock.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/gioxx/xfiles/master/siteblock.txt" + }, + new + { + Id = (short)201, + Description = "Specific for Italian websites but with an eye also to the most visited international, is the main form and the list officially recognized (for Italy), perfectly compatible with AdBlock Plus.", + DescriptionSourceUrl = "https://github.com/gioxx/xfiles", + DonateUrl = "https://www.paypal.me/gioxx/5", + ForumUrl = "https://abpxfiles.uservoice.com/", + HomeUrl = "https://xfiles.noads.it/", + IssuesUrl = "https://github.com/gioxx/xfiles/issues", + LicenseId = (short)9, + Name = "ABP X Files", + PublishedDate = new DateTime(2016, 12, 20, 14, 53, 3, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 26, 13, 29, 50, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/gioxx/xfiles/master/filtri.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/gioxx/xfiles/master/filtri.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/gioxx/xfiles/master/filtri.txt" + }, + new + { + Id = (short)202, + Description = "Blocks Japanese regional advertisements and trackers.", + HomeUrl = "https://github.com/k2jp/abp-japanese-filters", + IsDeleted = true, + IssuesUrl = "https://github.com/k2jp/abp-japanese-filters/issues", + LicenseId = (short)4, + Name = "ABP Japanese Paranoid Filters", + PublishedDate = new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 10, 7, 31, 48, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abpjf_paranoid.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/k2jp/abp-japanese-filters/master/abpjf_paranoid.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/k2jp/abp-japanese-filters/master/abpjf_paranoid.txt" + }, + new + { + Id = (short)203, + Description = "Blocks Japanese regional advertisements and trackers.", + HomeUrl = "https://github.com/k2jp/abp-japanese-filters", + IsDeleted = true, + IssuesUrl = "https://github.com/k2jp/abp-japanese-filters/issues", + LicenseId = (short)4, + Name = "ABP Japanese Filters", + PublishedDate = new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 10, 10, 10, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abpjf.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/k2jp/abp-japanese-filters/master/abpjf.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/k2jp/abp-japanese-filters/master/abpjf.txt" + }, + new + { + Id = (short)204, + Description = "Blocks irritating elements on Japanese regional webpages.", + HomeUrl = "https://github.com/k2jp/abp-japanese-filters", + IsDeleted = true, + IssuesUrl = "https://github.com/k2jp/abp-japanese-filters/issues", + LicenseId = (short)4, + Name = "ABP Japanese Element-hiding Filters", + PublishedDate = new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 3, 10, 58, 48, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abpjf_element_hiding.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/k2jp/abp-japanese-filters/master/abpjf_element_hiding.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/k2jp/abp-japanese-filters/master/abpjf_element_hiding.txt" + }, + new + { + Id = (short)205, + Description = "Blocks Japanese regional social network advertisements and trackers.", + HomeUrl = "https://github.com/k2jp/abp-japanese-filters", + IsDeleted = true, + IssuesUrl = "https://github.com/k2jp/abp-japanese-filters/issues", + LicenseId = (short)4, + Name = "ABP Japanese 3rd Party SNS Filters", + PublishedDate = new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 10, 13, 10, 40, 26, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abpjf_3rd_party_sns.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/k2jp/abp-japanese-filters/master/abpjf_3rd_party_sns.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/k2jp/abp-japanese-filters/master/abpjf_3rd_party_sns.txt" + }, + new + { + Id = (short)206, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam.", + DescriptionSourceUrl = "https://abpvn.com", + DonateUrl = "https://abpvn.com/donate/", + EmailAddress = "support@abpvn.com", + HomeUrl = "https://abpvn.com", + LicenseId = (short)4, + Name = "ABPVN List", + PublishedDate = new DateTime(2016, 7, 10, 8, 55, 52, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 10, 6, 45, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/abpvn/abpvn/master/filter/abpvn.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/abpvn/abpvn/master/filter/abpvn.txt" + }, + new + { + Id = (short)207, + Description = "Helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable. Composed of a user script «AakScript» written in javascript and a filter list «AakList» using the same syntax as lists AdBlock and AdBlock Plus, the two are complementary and unlock different website.", + DescriptionSourceUrl = "https://github.com/reek/anti-adblock-killer/blob/master/README.md", + DonateUrl = "https://github.com/reek/anti-adblock-killer/#donate", + HomeUrl = "https://github.com/reek/anti-adblock-killer/", + IssuesUrl = "https://github.com/reek/anti-adblock-killer/issues", + LicenseId = (short)8, + Name = "AakList (Anti-Adblock Killer)", + PublishedDate = new DateTime(2014, 4, 17, 16, 49, 31, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2016, 11, 17, 3, 1, 15, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt" + }, + new + { + Id = (short)212, + Description = "2o7Net tracking sites based on BadHosts content.", + DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", + HomeUrl = "https://github.com/FadeMind/hosts.extras", + IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", + LicenseId = (short)2, + Name = "add.2o7Net", + PublishedDate = new DateTime(2016, 9, 29, 13, 52, 34, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 10, 20, 11, 25, 50, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/FadeMind/hosts.extras/master/add.2o7Net/hosts", + ViewUrlMirror2 = "https://gitcdn.link/repo/FadeMind/hosts.extras/master/add.2o7Net/hosts" + }, + new + { + Id = (short)213, + Description = "Blocks ads on YouTube.", + HomeUrl = "https://github.com/kbinani/adblock-youtube-ads", + LicenseId = (short)2, + Name = "Adblock YouTube Ads", + PublishedDate = new DateTime(2017, 1, 31, 12, 10, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 28, 15, 30, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kbinani/adblock-youtube-ads/master/signed.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/kbinani/adblock-youtube-ads/master/signed.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/kbinani/adblock-youtube-ads/master/signed.txt" + }, + new + { + Id = (short)214, + Description = "The Adblock Warning Removal List specifically removes obtrusive messages and warnings targeted to users who use an adblocker.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "Adblock Warning Removal List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 10, 48, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt" + }, + new + { + Id = (short)215, + Description = "Adblock PL is official Poland filter list for AdBlock and Adblock Plus.", + DescriptionSourceUrl = "https://github.com/adblockpolska/Adblock_PL_List", + EmailAddress = "adblockpolska@gmail.com", + HomeUrl = "https://www.facebook.com/adblockpl", + IssuesUrl = "https://github.com/adblockpolska/Adblock_PL_List/issues", + LicenseId = (short)4, + Name = "Adblock Polska", + PublishedDate = new DateTime(2014, 4, 21, 0, 24, 26, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2014, 11, 23, 1, 9, 26, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/adblockpolska/Adblock_PL_List/master/adblock_polska.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/adblockpolska/Adblock_PL_List/master/adblock_polska.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/adblockpolska/Adblock_PL_List/master/adblock_polska.txt" + }, + new + { + Id = (short)216, + Description = "Filters that hide and block social network elements, i.e. widgets, pop-ups and other social elements on Polish websites. Fanboy's Social Blocking List is required for proper operation.", + DonateUrl = "https://patronite.pl/polskiefiltry", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = (short)9, + Name = "Polish Social Filters", + PublishedDate = new DateTime(2016, 3, 2, 7, 42, 5, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 13, 30, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/adblock_social_filters/adblock_social_list.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/MajkiIT/polish-ads-filter/master/adblock_social_filters/adblock_social_list.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/MajkiIT/polish-ads-filter/master/adblock_social_filters/adblock_social_list.txt" + }, + new + { + Id = (short)217, + Description = "Blocks Persian regional advertisements and trackers.", + ForumUrl = "https://adblockplus.org/forum/viewtopic.php?f=2&t=7658", + HomeUrl = "https://ideone.com/K452p", + LicenseId = (short)5, + Name = "Adblock Persian List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 1, 27, 21, 38, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://ideone.com/plain/K452p" + }, + new + { + Id = (short)220, + Description = "Blocks Korean regional advertisements and trackers.", + HomeUrl = "https://code.google.com/archive/p/adblock-korea/", + LicenseId = (short)10, + Name = "Adblock Korea", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2014, 12, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://web.archive.org/web/20160411115130if_/http://adblock-korea.googlecode.com:80/git/adblock-korea.txt" + }, + new + { + Id = (short)221, + Description = "Blocks Estonian regional advertisements and trackers.", + EmailAddress = "adblock@gurud.ee", + HomeUrl = "https://gurud.ee/veeb/adblock", + LicenseId = (short)5, + Name = "Adblock Filters by Gurud.ee", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 11, 20, 4, 33, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gurud.ee/ab.txt" + }, + new + { + Id = (short)222, + Description = "A set of adblock filters to block advertisement in Persian websites.", + DescriptionSourceUrl = "https://github.com/SlashArash/adblockfa/", + EmailAddress = "slasharash@protonmail.com", + HomeUrl = "https://github.com/SlashArash/adblockfa", + IssuesUrl = "https://github.com/SlashArash/adblockfa/issues", + LicenseId = (short)29, + Name = "AdBlockFarsi", + PublishedDate = new DateTime(2015, 12, 1, 10, 57, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 1, 20, 19, 30, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/SlashArash/adblockfa/master/adblockfa.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/SlashArash/adblockfa/master/adblockfa.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/SlashArash/adblockfa/master/adblockfa.txt" + }, + new + { + Id = (short)223, + Description = "Presented here filter set was created for Polish internet users. Contains a list of elements of advertising, such as banners or flash animations, the most commonly used on Polish websites.", + DescriptionSourceUrl = "https://www.certyficate.it/polski-filtr-adblock-ublock-origin-adblock-plus-nano-adblocker-adguard/", + DonateUrl = "https://patronite.pl/polskiefiltry", + EmailAddress = "errors@certyficate.it", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = (short)9, + Name = "Official Polish Filters for AdBlock, uBlock Origin & AdGuard", + PublishedDate = new DateTime(2015, 9, 17, 9, 36, 26, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://www.certyficate.it/kontakt/", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 13, 0, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock.txt" + }, + new + { + Id = (short)224, + Description = "Filters that hide and block messages about cookies and GDPR/privacy policy on Polish websites.", + DonateUrl = "https://patronite.pl/polskiefiltry", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = (short)9, + Name = "Polish GDPR-Cookies Filters", + PublishedDate = new DateTime(2015, 9, 17, 9, 35, 37, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 13, 30, 21, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/cookies_filters/adblock_cookies.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/MajkiIT/polish-ads-filter/master/cookies_filters/adblock_cookies.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/MajkiIT/polish-ads-filter/master/cookies_filters/adblock_cookies.txt" + }, + new + { + Id = (short)225, + Description = "Blocks Japanese regional advertisements and trackers.", + HomeUrl = "https://logroid.blogspot.com/", + LicenseId = (short)5, + Name = "AdAway Blocking Hosts File for Japan", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2017, 8, 22, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://sites.google.com/site/logroid/files/hosts.txt?attredirects=0" + }, + new + { + Id = (short)226, + Description = "Blocking mobile ad providers and some analytics providers.", + DescriptionSourceUrl = "https://adaway.org/hosts.txt", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dominik%40sufficientlysecure.org&lc=US&item_name=AdAway%20Donation&no_note=0&no_shipping=1¤cy_code=EUR", + ForumUrl = "https://forum.xda-developers.com/showthread.php?t=2190753", + HomeUrl = "https://adaway.org/", + IssuesUrl = "https://github.com/AdAway/AdAway/issues", + LicenseId = (short)16, + Name = "AdAway", + SyntaxId = (short)1, + ViewUrl = "https://adaway.org/hosts.txt" + }, + new + { + Id = (short)227, + Description = "Allow non-intrusive advertising.", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/exceptionrules.txt", + EmailAddress = "info@eyeo.com", + HomeUrl = "https://acceptableads.com/", + LicenseId = (short)5, + Name = "Acceptable Ads", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 12, 39, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/exceptionrules.txt" + }, + new + { + Id = (short)228, + Description = "Ad blocking rules for Iranian/Persian websites.", + DescriptionSourceUrl = "https://github.com/farrokhi/adblock-iran", + HomeUrl = "https://github.com/farrokhi/adblock-iran", + IssuesUrl = "https://github.com/farrokhi/adblock-iran/issues", + LicenseId = (short)27, + Name = "Adblock Iran", + PublishedDate = new DateTime(2016, 10, 14, 17, 36, 56, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 11, 20, 51, 38, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/farrokhi/adblock-iran/master/filter.txt", + ViewUrlMirror1 = "https://rawcdn.githack.com/farrokhi/adblock-iran/master/filter.txt" + }, + new + { + Id = (short)229, + Description = "Block only comments.", + DescriptionSourceUrl = "https://youtube.adblockplus.me/", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/youtubefilters/", + LicenseId = (short)5, + Name = "YouTube: Remove Comments", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 20, 23, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/yt_annoyances_comments.txt", + ViewUrlMirror1 = "https://hg.adblockplus.org/youtubefilters/raw-file/default/yt_annoyances_comments.txt" + }, + new + { + Id = (short)232, + Description = "Targeting sites with Hoax, propanganda and clickbait (fake sites). Note: List doesn't include harmless spoof/satire sites like theonion.com.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/fake-news.txt", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + ForumUrl = "https://forums.lanik.us/viewtopic.php?f=88&t=34971", + HomeUrl = "https://github.com/ryanbr/fanboy-adblock", + IssuesUrl = "https://github.com/ryanbr/fanboy-adblock/issues", + LicenseId = (short)16, + Name = "Fake-News List", + PublishedDate = new DateTime(2017, 1, 5, 8, 16, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 3, 10, 3, 52, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/fake-news.txt" + }, + new + { + Id = (short)233, + Description = "Block only sidebar annoyances.", + DescriptionSourceUrl = "https://facebook.adblockplus.me/", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/facebookfilters/", + LicenseId = (short)5, + Name = "Facebook Sidebar Blocker", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 12, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/fb_annoyances_sidebar.txt", + ViewUrlMirror1 = "https://hg.adblockplus.org/facebookfilters/raw-file/default/fb_annoyances_sidebar.txt" + }, + new + { + Id = (short)234, + Description = "Block Facebook objects on non-Facebook websites", + DescriptionSourceUrl = "http://www.squirrelconspiracy.net/abp/facebook-privacy-list.txt", + EmailAddress = "fbprivacylist@squirrelconspiracy.net", + HomeUrl = "http://www.squirrelconspiracy.net/abp/facebook-privacy-list.html", + LicenseId = (short)12, + Name = "Facebook Privacy List", + SyntaxId = (short)28, + UpdatedDate = new DateTime(2010, 5, 18, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "http://www.squirrelconspiracy.net/abp/facebook-privacy-list.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Facebook%20Privacy%20List.txt" + }, + new + { + Id = (short)235, + Description = "Block only news feed annoyances.", + DescriptionSourceUrl = "https://facebook.adblockplus.me/", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/facebookfilters/", + LicenseId = (short)5, + Name = "Facebook News Feed Annoyances Blocker", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 12, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/fb_annoyances_newsfeed.txt", + ViewUrlMirror1 = "https://hg.adblockplus.org/facebookfilters/raw-file/default/fb_annoyances_newsfeed.txt" + }, + new + { + Id = (short)236, + Description = "Block all Facebook annoyances.", + DescriptionSourceUrl = "https://facebook.adblockplus.me/", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/facebookfilters/", + LicenseId = (short)5, + Name = "Facebook Annoyances Blocker", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 12, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/fb_annoyances_full.txt", + ViewUrlMirror1 = "https://hg.adblockplus.org/facebookfilters/raw-file/default/fb_annoyances_full.txt" + }, + new + { + Id = (short)237, + Description = "Blocks Estonian regional advertisements and trackers.", + HomeUrl = "https://adblock.ee/", + LicenseId = (short)28, + Name = "Eesti Custom Sites Filter", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 2, 17, 18, 41, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://adblock.ee/list.php" + }, + new + { + Id = (short)238, + Description = "Members with ad blocking software may experience issues receiving Cash Back. If you have AdBlock, Adblock Plus or uBlock, you can add or subscribe to the Ebates Cash Back Shopping filter list.", + DescriptionSourceUrl = "https://www.ebates.com/help/troubleshooting.htm#abp", + HomeUrl = "https://www.ebates.com/", + LicenseId = (short)5, + Name = "Ebates Cash Back Shopping", + SyntaxId = (short)28, + UpdatedDate = new DateTime(2018, 12, 9, 21, 22, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.ebates.com/whitelist/ebates-cash-back-shopping.txt" + }, + new + { + Id = (short)239, + Description = "Testing unsafe rules for EasyList that will break certain websites.", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/easytest.txt", + ForumUrl = "https://forums.lanik.us/viewtopic.php?t=8505", + HomeUrl = "https://forums.lanik.us/viewtopic.php?t=8505", + LicenseId = (short)4, + Name = "EasyTest", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 10, 39, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easytest.txt" + }, + new + { + Id = (short)240, + Description = "This EasyPrivacy variant does not contain rules for international domains.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyPrivacy Without International Filters", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 10, 45, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easyprivacy_nointernational.txt" + }, + new + { + Id = (short)241, + Description = "A list combining EasyPrivacy and EasyList.", + LicenseId = (short)4, + Name = "EasyPrivacy + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 13, 57, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easyprivacy+easylist.txt" + }, + new + { + Id = (short)242, + Description = "EasyPrivacy is an optional supplementary filter list that completely removes all forms of tracking from the internet, including web bugs, tracking scripts and information collectors, thereby protecting your personal data.", + DescriptionSourceUrl = "https://easylist.to/", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyPrivacy", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 10, 51, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist.to/easylist/easyprivacy.txt", + ViewUrlMirror1 = "https://fanboy.co.nz/easyprivacy.txt", + ViewUrlMirror2 = "https://easylist-downloads.adblockplus.org/easyprivacy.txt" + }, + new + { + Id = (short)243, + Description = "This EasyList variant does not contain filters for adult domains.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=23", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyList Without Rules for Adult Sites", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 11, 18, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylist_noadult.txt" + }, + new + { + Id = (short)244, + Description = "This EasyList variant only contains blocking filters to remove adverts, with no element rules whatsoever; it, therefore, has more limited coverage than the full version of the list, although still commands a niche market.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=23", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyList Without Element Hiding Rules", + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 4, 8, 11, 36, 15, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt" + }, + new + { + Id = (short)245, + Description = "Help you to block ads in Thailand websites.", + DescriptionSourceUrl = "https://github.com/easylist-thailand/easylist-thailand", + HomeUrl = "https://easylist-thailand.github.io/", + IssuesUrl = "https://github.com/easylist-thailand/easylist-thailand/issues", + LicenseId = (short)18, + Name = "EasyList Thailand", + PublishedDate = new DateTime(2017, 4, 22, 16, 36, 12, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 29, 15, 24, 15, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/easylist-thailand/easylist-thailand/master/subscription/easylist-thailand.txt" + }, + new + { + Id = (short)246, + Description = "Spanish supplement for EasyList.", + DescriptionSourceUrl = "https://adblockplus.org/subscriptions", + EmailAddress = "easylist.spanish@gmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=103", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Spanish", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 11, 54, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistspanish.txt" + }, + new + { + Id = (short)247, + Description = "In page Pop-Ups and other annoyances; thereby substantially decreasing web page loading times and uncluttering them (includes Fanboy's Social Blocking List, Fanboy's Notifications Blocking List, and EasyList Cookie List.)", + DescriptionSourceUrl = "https://fanboy.co.nz/", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)16, + Name = "Fanboy's Annoyance List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 11, 59, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/fanboy-annoyance.txt", + ViewUrlMirror1 = "https://fanboy.co.nz/fanboy-annoyance.txt", + ViewUrlMirror2 = "https://easylist.to/easylist/fanboy-annoyance.txt" + }, + new + { + Id = (short)248, + Description = "A list combining EasyList Lithuania and EasyList.", + LicenseId = (short)4, + Name = "EasyList Lithuania + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 12, 10, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistlithuania+easylist.txt" + }, + new + { + Id = (short)249, + Description = "Blocks fonts loaded from third parties.", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Anti-thirdparty Fonts", + SyntaxId = (short)28, + UpdatedDate = new DateTime(2018, 5, 28, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/fanboy-antifonts.txt" + }, + new + { + Id = (short)250, + Description = "This will remove cookie and privacy warnings.", + DescriptionSourceUrl = "https://fanboy.co.nz/", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)16, + Name = "EasyList Cookie List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 11, 15, 11, 56, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylist-cookie.txt" + }, + new + { + Id = (short)251, + Description = "Blocks English and Spanish regional advertisements and trackers.", + HomeUrl = "https://nauscopio.wordpress.com/2010/07/05/filtrado-bloqueo-y-ocultacion-de-la-publicidad-en-google-chrome/", + IssuesUrl = "https://github.com/mozillahispano/nauscopio-filtros/issues", + LicenseId = (short)6, + Name = "Filtros Nauscopicos", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2013, 10, 26, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "http://abp.mozilla-hispano.org/nauscopio/filtros.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/mozillahispano/nauscopio-filtros/master/filtros.txt" + }, + new + { + Id = (short)252, + Description = "Tentative hosts file for Italian sites created from Easylist Italy and ADB X Files.", + DescriptionSourceUrl = "https://filtri-dns.ga/filtri.txt", + HomeUrl = "https://filtri-dns.ga/", + LicenseId = (short)4, + Name = "Filtri DNS", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 8, 12, 59, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filtri-dns.ga/filtri.txt" + }, + new + { + Id = (short)253, + Description = "This filter list for uBlock Origin/Adblock Plus is designed to be used with such lists as EasyList, RU AdList etc., so it's substantially free of intersections with them. The list is made for blocking ad (mostly on Russian websites) missed by other filter lists maintainers. It is regularly updated and actively developed for now.", + DescriptionSourceUrl = "https://github.com/hant0508/uBlock-filters", + EmailAddress = "hant0508@gmail.com", + HomeUrl = "https://github.com/hant0508/uBlock-filters", + IssuesUrl = "https://github.com/hant0508/uBlock-filters/issues", + LicenseId = (short)5, + Name = "Filters by hant0508", + PublishedDate = new DateTime(2015, 7, 11, 18, 55, 57, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 2, 6, 11, 6, 58, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/hant0508/uBlock-filters/master/filters.txt" + }, + new + { + Id = (short)254, + Description = "Blocks Vietnamese regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Vietnamese", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/fanboy-vietnam.txt" + }, + new + { + Id = (short)255, + Description = "A list combining EasyList, EasyPrivacy, Fanboy's Enhanced Tracking List, and Fanboy's Annoyance List.", + LicenseId = (short)16, + Name = "Fanboy's Ultimate List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 13, 9, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/r/fanboy-ultimate.txt" + }, + new + { + Id = (short)256, + Description = "Blocks Turkish regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Turkish", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/fanboy-turkish.txt" + }, + new + { + Id = (short)257, + Description = "Blocks Swedish regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Swedish", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/fanboy-swedish.txt" + }, + new + { + Id = (short)258, + Description = "Blocks Spanish and Portuguese regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Spanish/Portuguese", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/fanboy-espanol.txt" + }, + new + { + Id = (short)259, + Description = "Hide and block social content, social widgets, social scripts and social icons.", + DescriptionSourceUrl = "https://fanboy.co.nz/", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "Fanboy's Social Blocking List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 14, 44, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/fanboy-social.txt", + ViewUrlMirror1 = "https://fanboy.co.nz/fanboy-social.txt" + }, + new + { + Id = (short)260, + Description = "Blocks Polish regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Polish", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/fanboy-polish.txt" + }, + new + { + Id = (short)261, + Description = "Blocks Korean regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Korean", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/fanboy-korean.txt" + }, + new + { + Id = (short)262, + Description = "Blocks Japanese regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Japanese", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/fanboy-japanese.txt" + }, + new + { + Id = (short)263, + Description = "Blocks Hebrew regional advertisements and trackers.", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's IsraelList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2013, 8, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/israelilist/IsraelList.txt" + }, + new + { + Id = (short)264, + Description = "Blocks Indian regional advertisements and trackers.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "fanboyadblock@googlegroups.com", + HomeUrl = "https://fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Indian", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/fanboy-indian.txt" + }, + new + { + Id = (short)265, + Description = "Blocks common tracking scripts such as Omniture, Webtrends, Foresee, Coremetrics, Google-Analytics, Touchclarity, ChannelIntelligence.", + DescriptionSourceUrl = "https://fanboy.co.nz/filters.html", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://fanboy.co.nz/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)16, + Name = "Fanboy's Enhanced Tracking List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 15, 19, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/enhancedstats.txt" + }, + new + { + Id = (short)266, + Description = "A list combining EasyList, EasyPrivacy, and Fanboy's Enhanced Tracking List.", + LicenseId = (short)16, + Name = "Fanboy's Complete List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 15, 26, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/r/fanboy-complete.txt" + }, + new + { + Id = (short)267, + Description = "EasyList Lithuania is an affiliated filter list written by gymka that specifically removes adverts on Lithuanian language websites.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=101", + HomeUrl = "https://github.com/EasyList-Lithuania/easylist_lithuania", + IssuesUrl = "https://github.com/EasyList-Lithuania/easylist_lithuania/issues", + LicenseId = (short)4, + Name = "EasyList Lithuania", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt" + }, + new + { + Id = (short)268, + Description = "This is a lite version of EasyList. Only for Simplified Chinese language websites.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt", + EmailAddress = "cjxlist@gmail.com", + ForumUrl = "https://abpchina.org/forum/forum.php", + HomeUrl = "https://abpchina.org/forum/forum.php?mod=viewthread&tid=29667", + IssuesUrl = "https://github.com/cjx82630/cjxlist/issues", + LicenseId = (short)34, + Name = "CJX's EasyList Lite", + PublishedDate = new DateTime(2014, 11, 13, 3, 34, 41, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 13, 1, 45, 17, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt", + ViewUrlMirror1 = "https://gitee.com/cjx82630/cjxlist/raw/master/cjxlist.txt" + }, + new + { + Id = (short)269, + Description = "A list combining EasyList Italy and EasyList.", + LicenseId = (short)4, + Name = "EasyList Italy + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 17, 1, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistitaly+easylist.txt" + }, + new + { + Id = (short)270, + Description = "This is a list of free/bulk domain registration services, who register 2nd level domains for free or almost free.", + DescriptionSourceUrl = "https://mirror1.malwaredomains.com/files/bulk_registrars.txt", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = (short)5, + Name = "DNS-BH Bulk Registrars", + SyntaxId = (short)4, + ViewUrl = "https://mirror1.malwaredomains.com/files/bulk_registrars.txt" + }, + new + { + Id = (short)271, + Description = "This is a list of malware domains generated from malwaredomains.com data.", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/malwaredomains_full.txt", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = (short)5, + Name = "DNS-BH Adblock Plus Malware Domains Full", + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 4, 8, 17, 42, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/malwaredomains_full.txt" + }, + new + { + Id = (short)272, + Description = "Blocks trackers.", + EmailAddress = "support@disconnect.me", + HomeUrl = "https://disconnect.me/trackerprotection", + LicenseId = (short)4, + Name = "Disconnect Tracking Filter List", + SyntaxId = (short)2, + ViewUrl = "https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt" + }, + new + { + Id = (short)274, + Description = "Blocks malvertising.", + EmailAddress = "support@disconnect.me", + HomeUrl = "https://disconnect.me/trackerprotection", + LicenseId = (short)4, + Name = "Disconnect Malvertising Filter List", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 18, 2, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt" + }, + new + { + Id = (short)275, + Description = "Blocks advertisements.", + EmailAddress = "support@disconnect.me", + HomeUrl = "https://disconnect.me/trackerprotection", + LicenseId = (short)4, + Name = "Disconnect Advertising Filter List", + SyntaxId = (short)2, + ViewUrl = "https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt" + }, + new + { + Id = (short)276, + Description = "Use this file to prevent your computer from connecting to selected internet hosts. This is an easy and effective way to protect you from many types of spyware, reduces bandwidth use, blocks certain pop-up traps, prevents user tracking by way of \"web bugs\" embedded in spam, provides partial protection to IE from certain web-based exploits and blocks most advertising you would otherwise be subjected to on the internet.", + DescriptionSourceUrl = "https://someonewhocares.org/hosts/", + EmailAddress = "hosts@someonewhocares.org", + HomeUrl = "https://someonewhocares.org/hosts/", + LicenseId = (short)32, + Name = "Dan Pollock's Hosts (IPv4)", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 8, 18, 18, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://someonewhocares.org/hosts/zero/hosts", + ViewUrlMirror1 = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/someonewhocares.org/hosts" + }, + new + { + Id = (short)277, + Description = "Czech filters for Adblock Plus.", + DescriptionSourceUrl = "http://adblock.dajbych.net/adblock.txt", + LicenseId = (short)5, + Name = "Czech Filters for AdBlock", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2014, 8, 16, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Czech%20Filters%20for%20Adblock%20Plus" + }, + new + { + Id = (short)278, + Description = "Corset is a subscription filter to block intruding ads on sites using Korean.", + DescriptionSourceUrl = "https://code.google.com/archive/p/abp-corset/", + EmailAddress = "corset@tistory.com", + HomeUrl = "https://github.com/nicedirector/ADBlock", + LicenseId = (short)12, + Name = "Corset", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/nicedirector/ADBlock/master/Adblock_Filter.txt" + }, + new + { + Id = (short)279, + Description = "EFF maintains a Privacy Badger \"yellowlist\" of domains for which requests are allowed but Privacy Badger restricts access or availability of objectionable cookies and potentially other objectionable identifiers.", + DescriptionSourceUrl = "https://github.com/EFForg/privacybadger/blob/master/doc/yellowlist-criteria.md", + DonateUrl = "https://supporters.eff.org/donate/support-privacy-badger", + HomeUrl = "https://www.eff.org/privacybadger", + IssuesUrl = "https://github.com/EFForg/privacybadger/issues", + LicenseId = (short)4, + Name = "EFF Cookie Blocklist", + SyntaxId = (short)47, + UpdatedDate = new DateTime(2019, 3, 3, 11, 11, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.eff.org/files/cookieblocklist.txt" + }, + new + { + Id = (short)280, + Description = "Clickbait Blocklist just blocks the most annoying clickbait ads. I don't mind ads; I just don't want clickbait crap about shocking celebrity photos and \"deep searches\" for local singles.", + DescriptionSourceUrl = "https://github.com/cpeterso/clickbait-blocklist/", + HomeUrl = "https://github.com/cpeterso/clickbait-blocklist/", + LicenseId = (short)28, + Name = "Clickbait Blocklist", + PublishedDate = new DateTime(2017, 3, 8, 5, 0, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 15, 4, 50, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cpeterso/clickbait-blocklist/master/clickbait-blocklist.txt" + }, + new + { + Id = (short)281, + Description = "Removes annoyances, self-promotion and privacy protection on Chinese websites.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-annoyance.txt", + EmailAddress = "cjxlist@gmail.com", + ForumUrl = "https://abpchina.org/forum/forum.php", + HomeUrl = "https://abpchina.org/forum/forum.php?mod=viewthread&tid=29667", + IssuesUrl = "https://github.com/cjx82630/cjxlist/issues", + LicenseId = (short)34, + Name = "CJX's Annoyance List", + PublishedDate = new DateTime(2015, 2, 4, 10, 34, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 7, 13, 48, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-annoyance.txt", + ViewUrlMirror1 = "https://gitee.com/cjx82630/cjxlist/raw/master/cjx-annoyance.txt" + }, + new + { + Id = (short)282, + Description = "CAMELEON is a free system that helps Internet users or administrators to blocks web-adverts.", + DescriptionSourceUrl = "https://sysctl.org/cameleon/", + EmailAddress = "philippe@sysctl.org", + HomeUrl = "https://sysctl.org/cameleon/", + LicenseId = (short)5, + Name = "CAMELEON Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 3, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://sysctl.org/cameleon/hosts" + }, + new + { + Id = (short)283, + Description = "A list combining Bulgarian List and EasyList.", + LicenseId = (short)4, + Name = "Bulgarian List + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 18, 54, 17, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/bulgarian_list+easylist.txt" + }, + new + { + Id = (short)284, + Description = "On this page you can find updated lists to block unwanted content in your favorite browser. With their help, the pesky ads that some sites terrorizing customers will be hidden.", + DescriptionSourceUrl = "https://stanev.org/abp/", + EmailAddress = "alex@stanev.org", + HomeUrl = "https://stanev.org/abp/", + LicenseId = (short)4, + Name = "Bulgarian List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 19, 21, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://stanev.org/abp/adblock_bg.txt" + }, + new + { + Id = (short)285, + Description = "This is a list of dynamic DNS providers.", + DescriptionSourceUrl = "https://mirror1.malwaredomains.com/files/dynamic_dns.txt", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = (short)5, + Name = "DNS-BH Dynamic DNS", + SyntaxId = (short)4, + ViewUrl = "https://mirror1.malwaredomains.com/files/dynamic_dns.txt", + ViewUrlMirror1 = "https://mirror.cedia.org.ec/malwaredomains/dynamic_dns.txt" + }, + new + { + Id = (short)286, + Description = "This is a list of free web hosting services.", + DescriptionSourceUrl = "https://mirror1.malwaredomains.com/files/freewebhosts.txt", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = (short)5, + Name = "DNS-BH Free Web Hosts", + SyntaxId = (short)2, + ViewUrl = "https://mirror1.malwaredomains.com/files/freewebhosts.txt" + }, + new + { + Id = (short)287, + Description = "This is a list of malware domains.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = (short)5, + Name = "DNS-BH Malware Domains", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 19, 35, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://mirror1.malwaredomains.com/files/justdomains", + ViewUrlMirror1 = "https://mirror.cedia.org.ec/malwaredomains/justdomains" + }, + new + { + Id = (short)288, + Description = "This is a list of long-lived, \"immortal,\" malware domains.", + DescriptionSourceUrl = "https://mirror1.malwaredomains.com/files/immortal_domains.txt", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = (short)5, + Name = "DNS-BH Malware Domains Immortal", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 12, 10, 6, 7, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://mirror1.malwaredomains.com/files/immortal_domains.txt", + ViewUrlMirror1 = "https://mirror.cedia.org.ec/malwaredomains/immortal_domains.txt" + }, + new + { + Id = (short)289, + Description = "EasyList Italy is a filter list written by the EasyList author Khrin that specifically removes adverts on Italian language websites.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "easylistitaly@gmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=96", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Italy", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 19, 52, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistitaly.txt" + }, + new + { + Id = (short)290, + Description = "A list combining EasyList Hebrew and EasyList.", + LicenseId = (short)7, + Name = "EasyList Hebrew + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 20, 2, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/israellist+easylist.txt" + }, + new + { + Id = (short)291, + Description = "EasyList Hebrew is an [EasyList] affiliated filter list written by BsT that specifically removes adverts on Hebrew language websites.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "easylisthebrew@gmail.com", + HomeUrl = "https://github.com/easylist/EasyListHebrew", + IssuesUrl = "https://github.com/easylist/EasyListHebrew/issues", + LicenseId = (short)7, + Name = "EasyList Hebrew", + PublishedDate = new DateTime(2014, 1, 20, 15, 40, 9, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 5, 11, 32, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/easylist/EasyListHebrew/master/EasyListHebrew.txt" + }, + new + { + Id = (short)292, + Description = "A list combining EasyList Germany and EasyList.", + LicenseId = (short)4, + Name = "EasyList Germany + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 20, 31, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistgermany+easylist.txt" + }, + new + { + Id = (short)293, + Description = "EasyList Germany is a filter list written by the EasyList authors MonztA, Famlam, and Khrin that specifically removes adverts on German language websites.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=90", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylistgermany/issues", + LicenseId = (short)4, + Name = "EasyList Germany", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 21, 1, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistgermany.txt", + ViewUrlMirror1 = "https://easylist.to/easylistgermany/easylistgermany.txt" + }, + new + { + Id = (short)294, + Description = "A list combining EasyList Dutch and EasyList.", + LicenseId = (short)4, + Name = "EasyList Dutch + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 21, 8, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt" + }, + new + { + Id = (short)295, + Description = "EasyList Dutch is an [EasyList] affiliated filter list written by the EasyList author Famlam that specifically removes adverts on Dutch language websites.", + DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", + EmailAddress = "fam.lam@live.nl", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=100", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Dutch", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 21, 34, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistdutch.txt" + }, + new + { + Id = (short)297, + Description = "A list combining EasyList Czech and Slovak and EasyList.", + LicenseId = (short)8, + Name = "EasyList Czech and Slovak + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 21, 42, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistczechslovak+easylist.txt" + }, + new + { + Id = (short)298, + Description = "Chinese supplement for the EasyList filters on IT sites.", + HomeUrl = "https://github.com/nfer/easylistchina_it", + IssuesUrl = "https://github.com/nfer/easylistchina_it/issues", + LicenseId = (short)5, + Name = "EasyList China in IT", + PublishedDate = new DateTime(2015, 3, 18, 9, 21, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2015, 3, 18, 9, 21, 43, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/nfer/easylistchina_it/master/easylistchina_it.txt" + }, + new + { + Id = (short)299, + Description = "A list combining EasyList China and EasyList.", + LicenseId = (short)4, + Name = "EasyList China + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 22, 10, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt" + }, + new + { + Id = (short)300, + Description = "Chinese supplement for the EasyList filters.", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/easylistchina.txt", + EmailAddress = "easylist.china@gmail.com", + ForumUrl = "https://abpchina.org/forum/forum.php", + HomeUrl = "https://abpchina.org/forum/forum.php?mod=viewthread&tid=29667", + LicenseId = (short)4, + Name = "EasyList China", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 12, 23, 31, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistchina.txt" + }, + new + { + Id = (short)301, + Description = "EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists.", + DescriptionSourceUrl = "https://easylist.to/", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=23", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 12, 23, 37, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist.to/easylist/easylist.txt", + ViewUrlMirror1 = "https://fanboy.co.nz/easylist.txt", + ViewUrlMirror2 = "https://easylist-downloads.adblockplus.org/easylist.txt" + }, + new + { + Id = (short)302, + Description = "This list summarizes the top 20 attacking class C (/24) subnets over the last three days. The number of 'attacks' indicates the number of targets reporting scans from this subnet.", + DescriptionSourceUrl = "https://feeds.dshield.org/block.txt", + EmailAddress = "info@dshield.org", + HomeUrl = "https://dshield.org/suspicious_domains.html", + LicenseId = (short)25, + Name = "DShield.org Recommended Block List", + SyntaxId = (short)15, + UpdatedDate = new DateTime(2019, 4, 13, 1, 58, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://feeds.dshield.org/block.txt" + }, + new + { + Id = (short)303, + Description = "This is a list of URL shorteners.", + DescriptionSourceUrl = "https://mirror1.malwaredomains.com/files/url_shorteners.txt", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = (short)5, + Name = "DNS-BH URL Shorteners", + SyntaxId = (short)2, + ViewUrl = "https://mirror1.malwaredomains.com/files/url_shorteners.txt" + }, + new + { + Id = (short)304, + Description = "A list of Skype resolvers.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = (short)5, + Name = "DNS-BH Skype Resolvers", + SyntaxId = (short)2, + ViewUrl = "https://mirror1.malwaredomains.com/files/Skype-resolvers.txt" + }, + new + { + Id = (short)305, + Description = "Official filter list file used for blocking ads on Czech and Slovak websites.", + DescriptionSourceUrl = "https://github.com/tomasko126/easylistczechandslovak", + EmailAddress = "tomastaro@adblock.sk", + ForumUrl = "https://easylist-czech-and-slovak.tenderapp.com/", + HomeUrl = "https://adblock.sk/", + IssuesUrl = "https://github.com/tomasko126/easylistczechandslovak/issues", + LicenseId = (short)8, + Name = "EasyList Czech and Slovak", + PublishedDate = new DateTime(2013, 8, 17, 18, 16, 56, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 12, 15, 31, 21, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt" + }, + new + { + Id = (short)306, + Description = "Block only suggestions.", + DescriptionSourceUrl = "https://youtube.adblockplus.me/", + DonateUrl = "https://adblockplus.org/en/donate", + EmailAddress = "subscriptionlist@adblockplus.org", + HomeUrl = "https://hg.adblockplus.org/youtubefilters/", + LicenseId = (short)5, + Name = "YouTube: Remove Youtube Suggestions", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 2, 19, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/yt_annoyances_suggestions.txt", + ViewUrlMirror1 = "https://hg.adblockplus.org/youtubefilters/raw-file/default/yt_annoyances_suggestions.txt" + }, + new + { + Id = (short)307, + Description = "Blocks various trackers", + HomeUrl = "https://github.com/taylr/linkedinsanity", + IssuesUrl = "https://github.com/taylr/linkedinsanity/issues", + LicenseId = (short)2, + Name = "Spies Dislike Us Having Privacy", + PublishedDate = new DateTime(2017, 7, 7, 16, 41, 6, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 11, 19, 14, 4, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/taylr/linkedinsanity/master/spies-dislike-us.txt" + }, + new + { + Id = (short)308, + Description = "A hosts list to stop cryptomining in your browser.", + HomeUrl = "https://github.com/hoshsadiq/adblock-nocoin-list", + IssuesUrl = "https://github.com/hoshsadiq/adblock-nocoin-list/issues", + LicenseId = (short)2, + Name = "NoCoin Hosts", + PublishedDate = new DateTime(2017, 9, 24, 7, 21, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 12, 13, 38, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt" + }, + new + { + Id = (short)309, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Complete", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 13, 2, 55, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/hosts.txt" + }, + new + { + Id = (short)311, + Description = "A generic filter for adblockers that keeps annoying header and footer bars from filling up your screen.", + DescriptionSourceUrl = "https://github.com/elypter/generic_annoying_stickybar_filter", + HomeUrl = "https://github.com/elypter/generic_annoying_stickybar_filter", + IssuesUrl = "https://github.com/elypter/generic_annoying_stickybar_filter/issues", + LicenseId = (short)4, + Name = "Generic Annoying Stickybar Filter", + PublishedDate = new DateTime(2017, 11, 12, 18, 37, 45, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 1, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/elypter/generic_annoying_stickybar_filter/master/generic_header_list.txt" + }, + new + { + Id = (short)312, + Description = "A generic list that makes annoying sticky headers unsticky.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/elypter/filter_processor/master/generated_filterlists/blockhead(decoy_generic_extraction).txt", + HomeUrl = "https://github.com/elypter/filter_processor", + IssuesUrl = "https://github.com/elypter/filter_processor/issues", + LicenseId = (short)4, + Name = "Blockhead (Generic Extraction Based)", + PublishedDate = new DateTime(2018, 1, 15, 14, 27, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 1, 15, 14, 44, 41, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/elypter/filter_processor/master/generated_filterlists/blockhead(decoy_generic_extraction).txt" + }, + new + { + Id = (short)313, + Description = "A generic list that makes annoying sticky headers unsticky.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/elypter/filter_processor/master/generated_filterlists/blockhead(decoy_generic_selection).txt", + HomeUrl = "https://github.com/elypter/filter_processor", + IssuesUrl = "https://github.com/elypter/filter_processor/issues", + LicenseId = (short)4, + Name = "Generic Annoying Stickybar Filter v2", + PublishedDate = new DateTime(2018, 1, 15, 14, 27, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 1, 15, 14, 44, 41, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/elypter/filter_processor/master/generated_filterlists/blockhead(decoy_generic_selection).txt" + }, + new + { + Id = (short)315, + Description = "Filters, which makes easer to use of the largest Polish trading platforms like Allegro, Ceneo, eBay, OLX and Sprzedajemy and other, blocking unnecessary, annoying and potentially dangerous elements - ads, sponsored articles, or scripts that track user's activities. They enable simpler and faster use of supported websites without limiting their functionality, while increasing the privacy of buyers and sellers.", + DescriptionSourceUrl = "https://alleblock.pl/", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RN7R64TJLWQW6", + EmailAddress = "blablabla@alleblock.pl", + HomeUrl = "https://alleblock.pl/", + IssuesUrl = "https://github.com/maciejtarmas/AlleBlock/issues", + LicenseId = (short)13, + Name = "AlleBlock", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 6, 47, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://alleblock.pl/alleblock/alleblock.txt" + }, + new + { + Id = (short)316, + Description = "Ad servers list to block ads on Turkish websites.", + DescriptionSourceUrl = "https://github.com/bkrucarci/turk-adlist", + HomeUrl = "https://github.com/bkrucarci/turk-adlist", + IssuesUrl = "https://github.com/bkrucarci/turk-adlist/issues", + LicenseId = (short)12, + Name = "Turk-Adlist", + PublishedDate = new DateTime(2016, 11, 19, 12, 25, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 21, 22, 49, 56, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bkrucarci/turk-adlist/master/hosts" + }, + new + { + Id = (short)317, + Description = "Host file to block ads, tracking and more!", + DescriptionSourceUrl = "https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/blacklist", + IssuesUrl = "https://github.com/anudeepND/blacklist/issues", + LicenseId = (short)2, + Name = "Adserving and Tracking Domains", + PublishedDate = new DateTime(2017, 7, 11, 7, 43, 35, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 11, 11, 21, 26, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt" + }, + new + { + Id = (short)318, + Description = "Blocks crytocurrency miner hosts.", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/blacklist", + IssuesUrl = "https://github.com/anudeepND/blacklist/issues", + LicenseId = (short)2, + Name = "CoinMiner", + PublishedDate = new DateTime(2017, 11, 25, 9, 12, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 2, 9, 8, 2, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/anudeepND/blacklist/master/CoinMiner.txt" + }, + new + { + Id = (short)319, + Description = "An expiremental list of domains for blocking YouTube video ads.", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/youtubeadsblacklist", + IssuesUrl = "https://github.com/anudeepND/youtubeadsblacklist/issues", + LicenseId = (short)14, + Name = "YouTube Video Ads Blocklist Domains", + PublishedDate = new DateTime(2017, 6, 30, 19, 28, 45, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2017, 10, 22, 4, 42, 47, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/anudeepND/youtubeadsblacklist/master/domainlist.txt" + }, + new + { + Id = (short)320, + Description = "An expiremental hosts list for blocking YouTube video ads.", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/youtubeadsblacklist", + IssuesUrl = "https://github.com/anudeepND/youtubeadsblacklist/issues", + LicenseId = (short)14, + Name = "YouTube Video Ads Blocklist Hosts", + PublishedDate = new DateTime(2017, 10, 30, 21, 53, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2017, 10, 30, 21, 53, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/anudeepND/youtubeadsblacklist/master/hosts.txt" + }, + new + { + Id = (short)321, + Description = "Commonly whitelisted domains for Pi-Hole.", + DescriptionSourceUrl = "https://github.com/anudeepND/whitelist/blob/master/README.md", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/whitelist", + IssuesUrl = "https://github.com/anudeepND/whitelist/issues", + LicenseId = (short)2, + Name = "Commonly Whitelisted Domains", + PublishedDate = new DateTime(2018, 2, 22, 18, 9, 3, 0, DateTimeKind.Unspecified), + SyntaxId = (short)50, + UpdatedDate = new DateTime(2019, 1, 16, 8, 28, 38, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt" + }, + new + { + Id = (short)322, + Description = "Some deals sites like Slickdeals and Fatwallet needs a few sites (most of them are ads) to be whitelisted to work properly.", + DescriptionSourceUrl = "https://github.com/anudeepND/whitelist/blob/master/README.md", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/whitelist", + IssuesUrl = "https://github.com/anudeepND/whitelist/issues", + LicenseId = (short)2, + Name = "Commonly Whitelisted Domains (Referral Sites)", + PublishedDate = new DateTime(2018, 2, 22, 18, 9, 38, 0, DateTimeKind.Unspecified), + SyntaxId = (short)50, + UpdatedDate = new DateTime(2019, 1, 29, 15, 36, 43, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/referral-sites.txt" + }, + new + { + Id = (short)323, + Description = "This file contain domains that are needed to be whitelisted depending on the service you use. (It may include analytics sites!)", + DescriptionSourceUrl = "https://github.com/anudeepND/whitelist/blob/master/README.md", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/whitelist", + IssuesUrl = "https://github.com/anudeepND/whitelist/issues", + LicenseId = (short)2, + Name = "Commonly Whitelisted Domains (Optional)", + PublishedDate = new DateTime(2018, 2, 22, 18, 10, 9, 0, DateTimeKind.Unspecified), + SyntaxId = (short)50, + UpdatedDate = new DateTime(2019, 1, 29, 15, 28, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/optional-list.txt" + }, + new + { + Id = (short)324, + Description = "A minimal adblocker for iOS.", + DescriptionSourceUrl = "https://github.com/arcetera/Minimal-Hosts-Blocker", + HomeUrl = "https://github.com/arcetera/Minimal-Hosts-Blocker", + IssuesUrl = "https://github.com/arcetera/Minimal-Hosts-Blocker/issues", + LicenseId = (short)5, + Name = "Minimal Hosts Blocker", + PublishedDate = new DateTime(2015, 1, 25, 20, 21, 51, 0, DateTimeKind.Unspecified), + SyntaxId = (short)36, + UpdatedDate = new DateTime(2015, 10, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/arcetera/Minimal-Hosts-Blocker/master/etc/MinimalHostsBlocker/minimalhosts" + }, + new + { + Id = (short)325, + Description = "Hosts file, filled with advertisers and other purveyors of worthless content.", + DescriptionSourceUrl = "https://github.com/bjornstar/hosts", + EmailAddress = "bjorn@bjornstar.com", + HomeUrl = "https://github.com/bjornstar/hosts", + IssuesUrl = "https://github.com/bjornstar/hosts/issues", + LicenseId = (short)11, + Name = "Bjornstar's Hosts", + PublishedDate = new DateTime(2013, 8, 28, 15, 57, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 11, 23, 8, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bjornstar/hosts/master/hosts" + }, + new + { + Id = (short)327, + Description = "Removes \"Download Our App\" banners from mobile website versions, for those who prefer their phone web browsers instead of apps.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Staying On The Phone Browser", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 7, 46, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/stayingonbrowser/Staying%20On%20The%20Phone%20Browser", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/stayingonbrowser/Staying%20On%20The%20Phone%20Browser" + }, + new + { + Id = (short)329, + Description = "A hosts file for Chinese websites.", + HomeUrl = "https://github.com/VeleSila/yhosts", + IssuesUrl = "https://github.com/VeleSila/yhosts/issues", + LicenseId = (short)1, + Name = "Yhosts", + PublishedDate = new DateTime(2016, 1, 12, 12, 53, 17, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 2, 19, 59, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/VeleSila/yhosts/master/hosts.txt" + }, + new + { + Id = (short)330, + Description = "To block domains that known as cost-per-action (AOC/CPA) services in Thailand, aim to prevent additional costs (post-paid plan) or balance deduction (pre-paid plan) that caused by some nasty ads that auto subscribe SMS/MMS/WAP services.", + DescriptionSourceUrl = "https://github.com/kowith337/ThaiConsentHosts/blob/master/readme.md", + HomeUrl = "https://github.com/kowith337/ThaiConsentHosts", + IssuesUrl = "https://github.com/kowith337/ThaiConsentHosts/issues", + LicenseId = (short)13, + Name = "ThaiConsentHosts", + PublishedDate = new DateTime(2017, 5, 12, 13, 34, 17, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 11, 9, 6, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/ThaiConsentHosts/master/ThaiConsentHosts.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/ThaiConsentHosts/raw/master/ThaiConsentHosts.txt" + }, + new + { + Id = (short)331, + Description = "Block ads, tracking, popup sites and servers that most used on Thai sites.", + DescriptionSourceUrl = "https://kowith337.github.io/ThaiParanoidBlock/", + HomeUrl = "https://kowith337.github.io/ThaiParanoidBlock/", + IssuesUrl = "https://github.com/kowith337/ThaiParanoidBlock/issues", + LicenseId = (short)13, + Name = "Thai Paranoid Block", + PublishedDate = new DateTime(2016, 1, 9, 17, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 1, 16, 46, 44, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/ThaiParanoidBlock/master/ThaiParanoid.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/ThaiParanoidBlock/raw/master/ThaiParanoid.txt" + }, + new + { + Id = (short)332, + Description = "Get rid of \"Overlay Popups\" that trying to integrate your social network account, force you to like and/or follow pages and other accounts.", + DescriptionSourceUrl = "https://github.com/kowith337/ThaiAntiForceLike/blob/master/README.md", + HomeUrl = "https://github.com/kowith337/ThaiAntiForceLike", + IssuesUrl = "https://github.com/kowith337/ThaiAntiForceLike/issues", + LicenseId = (short)5, + Name = "ThaiAntiForceLike", + PublishedDate = new DateTime(2016, 1, 19, 17, 35, 35, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2016, 12, 14, 4, 49, 35, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/ThaiAntiForceLike/master/AntiForceLike.txt" + }, + new + { + Id = (short)333, + Description = "LeeCh's web list for filtering out search results for certain anime sites.", + DescriptionSourceUrl = "https://github.com/pureexe/LeeCh-List/blob/master/README.md", + HomeUrl = "https://github.com/pureexe/LeeCh-List", + IssuesUrl = "https://github.com/pureexe/LeeCh-List/issues", + LicenseId = (short)2, + Name = "LeeCh List", + PublishedDate = new DateTime(2017, 3, 7, 14, 58, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2017, 11, 18, 8, 0, 28, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/pureexe/LeeCh-List/master/anime.txt" + }, + new + { + Id = (short)334, + Description = "Hosts file to avoid advertisement display on website.", + DescriptionSourceUrl = "https://warui.intaa.net/adhosts/", + HomeUrl = "https://warui.intaa.net/adhosts/", + LicenseId = (short)5, + Name = "Warui Hosts", + SubmissionUrl = "https://warui.intaa.net/adhosts/#fh5co-blog-section", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 13, 10, 0, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://warui.intaa.net/adhosts/hosts.txt" + }, + new + { + Id = (short)335, + Description = "Hosts for Adaway. Block mainly on advertisements for mobile.", + DescriptionSourceUrl = "https://github.com/multiverse2011/adawaylist-jp/blob/master/README.md", + HomeUrl = "https://github.com/multiverse2011/adawaylist-jp", + IssuesUrl = "https://github.com/multiverse2011/adawaylist-jp/issues", + LicenseId = (short)5, + Name = "Adawaylist JP", + PublishedDate = new DateTime(2015, 8, 30, 12, 13, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2017, 5, 23, 12, 11, 24, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/multiverse2011/adawaylist-jp/master/hosts" + }, + new + { + Id = (short)336, + Description = "Amazon, Yahoo, Facebook, Twitter, etc. It is a file created as a result of verifying and reducing connection failure as much as possible by making the filter mild. We also do not connect to tracking cookies or some malicious sites.", + DescriptionSourceUrl = "https://cosmonote.blogspot.com/2013/07/adaway-hosts-adfree-windows7-windows8.html", + HomeUrl = "https://cosmonote.blogspot.com/2013/07/adaway-hosts-adfree-windows7-windows8.html", + LicenseId = (short)5, + Name = "HOSTS for Windows PC for Japan", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2014, 5, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://sites.google.com/site/cosmonoteshosts/hosts_for_Windows8.txt" + }, + new + { + Id = (short)337, + Description = "Advertisements on smartphones are versatile, there are many things too complicated. Several HOSTSs have been released to Adaway since the beginning, but this file was further integrated, sorted, deleted duplicates, and polished.", + DescriptionSourceUrl = "https://cosmonote.blogspot.com/2013/07/adaway-hosts-adfree-windows7-windows8.html", + HomeUrl = "https://cosmonote.blogspot.com/2013/07/adaway-hosts-adfree-windows7-windows8.html", + LicenseId = (short)5, + Name = "HOSTS for Adaway for Japan", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2014, 5, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://sites.google.com/site/cosmonoteshosts/hosts_for_Adaway.txt" + }, + new + { + Id = (short)338, + Description = "Useful from any site It is a sharp meta-analysis that was born as a result of brushing up, collecting such files, eliminating all error syntax, saving waste, etc. It is a powerful file to prevent uprooting affiliates and magical advertisements.", + DescriptionSourceUrl = "https://cosmonote.blogspot.com/2013/07/adaway-hosts-adfree-windows7-windows8.html", + HomeUrl = "https://cosmonote.blogspot.com/2013/07/adaway-hosts-adfree-windows7-windows8.html", + LicenseId = (short)5, + Name = "Japan Hosts Ultimate", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2014, 5, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://sites.google.com/site/cosmonoteshosts/hosts_Ultimate.txt" + }, + new + { + Id = (short)339, + Description = "Hosts file to block ads on Chinese and some international sites.", + HomeUrl = "https://github.com/Lerist/Go-Hosts", + IssuesUrl = "https://github.com/Lerist/Go-Hosts/issues", + LicenseId = (short)2, + Name = "Go Hosts AD", + PublishedDate = new DateTime(2017, 3, 11, 21, 4, 46, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2017, 3, 11, 21, 4, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Lerist/Go-Hosts/master/hosts-ad" + }, + new + { + Id = (short)340, + Description = "Redirector list intended for Chinese users, for Gmail, Instagram, Wikipedia, Yahoo, Telegram(WEB), Dropbox, Flipboard, Mage, Line, Pinterest, W3schools, Ingress, Twitch, SoundCloud, Xboxlive, WordPress, Tapatalk, Kobo, Vimeo, Nytimes, Issuu, Tor, DuckDuckGo, Imgur, Pcbeta…", + HomeUrl = "https://github.com/Lerist/Go-Hosts", + IssuesUrl = "https://github.com/Lerist/Go-Hosts/issues", + LicenseId = (short)2, + Name = "Go Hosts", + PublishedDate = new DateTime(2017, 3, 11, 18, 2, 38, 0, DateTimeKind.Unspecified), + SyntaxId = (short)14, + UpdatedDate = new DateTime(2017, 10, 10, 2, 0, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Lerist/Go-Hosts/master/hosts" + }, + new + { + Id = (short)341, + Description = "uBlock Origin & AdGuard supplement list for Polish Social Filters", + DonateUrl = "https://patronite.pl/polskiefiltry", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = (short)9, + Name = "Polish Social Filters - Supplement for uBlock & AdGuard", + PublishedDate = new DateTime(2018, 1, 6, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 2, 15, 53, 52, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/adblock_social_filters/social_filters_uB_AG.txt" + }, + new + { + Id = (short)342, + ChatUrl = "https://riot.im/app/#/room/!IPhdjtOfWxVbiddKOo:matrix.org?via=matrix.org", + Description = "Blocks banners (paypal, payu, bitcoin and patronite), charity banners, other forms of inclination to support on Polish sites.", + HomeUrl = "https://github.com/KonoromiHimaries/PolishSubFilters", + IsDeleted = true, + LicenseId = (short)9, + Name = "Polish Anti-Donate Filters", + PublishedDate = new DateTime(2018, 1, 6, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 6, 20, 19, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/KonoromiHimaries/PolishSubFilters/master/internal-filters/anti-donate-filters/anty-donacje.txt" + }, + new + { + Id = (short)343, + Description = "uBlock Origin & AdGuard supplement list for Polish GDPR-Cookies Filters.", + DonateUrl = "https://patronite.pl/polskiefiltry", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = (short)9, + Name = "Polish GDPR-Cookies Filters - Supplement for uBlock & AdGuard", + PublishedDate = new DateTime(2018, 1, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 8, 17, 11, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/cookies_filters/cookies_uB_AG.txt" + }, + new + { + Id = (short)344, + ChatUrl = "https://riot.im/app/#/room/!IPhdjtOfWxVbiddKOo:matrix.org?via=matrix.org", + Description = "Blocks internal advertising, paid subscriptions, own stores on Polish sites.", + HomeUrl = "https://github.com/KonoromiHimaries/PolishSubFilters/", + IsDeleted = true, + LicenseId = (short)9, + Name = "Polish Internal Filters", + PublishedDate = new DateTime(2018, 1, 26, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 29, 17, 17, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/KonoromiHimaries/PolishSubFilters/master/internal-filters/wewnetrzne.txt" + }, + new + { + Id = (short)345, + Description = "AdGuard supplement list for Official Polish Filters for AdBlock, uBlock Origin & AdGuard", + DonateUrl = "https://patronite.pl/polskiefiltry", + EmailAddress = "errors@certyficate.it", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = (short)9, + Name = "Official Polish Filters for AdBlock, uBlock Origin & AdGuard - Supplement for AdGuard", + PublishedDate = new DateTime(2017, 4, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://www.certyficate.it/kontakt/", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 8, 6, 30, 4, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_adguard.txt" + }, + new + { + Id = (short)346, + Description = "Test supplement list for Official Polish Filters for AdBlock, uBlock Origin & AdGuard", + DonateUrl = "https://patronite.pl/polskiefiltry", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = (short)9, + Name = "Official Polish Filters for AdBlock, uBlock Origin & AdGuard - Test Supplement", + PublishedDate = new DateTime(2017, 10, 29, 0, 0, 0, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://www.certyficate.it/kontakt/", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 10, 29, 19, 26, 27, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_test.txt" + }, + new + { + Id = (short)347, + Description = "Polish hosts file for use in Pi-hole", + DonateUrl = "https://patronite.pl/polskiefiltry", + EmailAddress = "errors@certyficate.it", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = (short)9, + Name = "Polish Filters for Pi-hole", + PublishedDate = new DateTime(2017, 9, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://www.certyficate.it/kontakt/", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 12, 1, 3, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/hostfile.txt" + }, + new + { + Id = (short)348, + HomeUrl = "http://vxvault.net/", + LicenseId = (short)39, + Name = "VXVault", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 4, 13, 13, 8, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "http://vxvault.net/URL_List.php" + }, + new + { + Id = (short)349, + Description = "Polish hosts file for blocking scams (without controversial pages => https://github.com/PolishFiltersTeam/KAD/issues/649).", + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://kadantiscam.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/KADhosts/issues", + LicenseId = (short)8, + Name = "KADHosts (without controversies)", + PublishedDate = new DateTime(2017, 10, 23, 0, 0, 0, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://kadantiscam.netlify.com/#contact", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 12, 18, 0, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt" + }, + new + { + Id = (short)350, + Description = "Filter that enables removing of the ads from websites with French content.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#french-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard French Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 13, 13, 40, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/16.txt" + }, + new + { + Id = (short)352, + Description = "A bad hosts blocking list", + DonateUrl = "https://www.paypal.me/e1adkarak0", + HomeUrl = "https://github.com/eladkarako/hosts", + LicenseId = (short)11, + Name = "HOSTS AdBlock", + PublishedDate = new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 4, 4, 18, 7, 25, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock.txt" + }, + new + { + Id = (short)353, + Description = "Block annoying connections", + DescriptionSourceUrl = "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_block.txt", + DonateUrl = "https://www.paypal.me/e1adkarak0", + HomeUrl = "https://github.com/eladkarako/hosts", + LicenseId = (short)11, + Name = "HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections", + PublishedDate = new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 22, 22, 9, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock_anti_annoyances_block.txt" + }, + new + { + Id = (short)354, + Description = "Block annoying page-scripts", + DescriptionSourceUrl = "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_block_inline_script.txt", + DonateUrl = "https://www.paypal.me/e1adkarak0", + HomeUrl = "https://github.com/eladkarako/hosts", + LicenseId = (short)11, + Name = "HOSTS AdBlock - Anti-Annoyance - Block Annoying Page-Scripts", + PublishedDate = new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 2, 21, 13, 48, 19, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock_anti_annoyances_block_inline_script.txt" + }, + new + { + Id = (short)355, + Description = "Hide annoying elements", + DescriptionSourceUrl = "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_hide.txt", + DonateUrl = "https://www.paypal.me/e1adkarak0", + HomeUrl = "https://github.com/eladkarako/hosts", + LicenseId = (short)11, + Name = "HOSTS AdBlock - Anti-Annoyance - Hide Annoying Elements", + PublishedDate = new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 22, 22, 9, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock_anti_annoyances_hide.txt" + }, + new + { + Id = (short)356, + Description = "ReStyle annoying pages", + DescriptionSourceUrl = "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_style_inject.txt", + DonateUrl = "https://www.paypal.me/e1adkarak0", + HomeUrl = "https://github.com/eladkarako/hosts", + LicenseId = (short)11, + Name = "HOSTS AdBlock - Anti-Annoyance - ReStyle Annoying Pages", + PublishedDate = new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 22, 22, 9, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock_anti_annoyances_style_inject.txt" + }, + new + { + Id = (short)357, + Description = "A list for administrators to prevent mining in networks", + DescriptionSourceUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = (short)4, + Name = "CoinBlocker Domains List", + PublishedDate = new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 14, 15, 15, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/list.txt" + }, + new + { + Id = (short)358, + Description = "An additional list for administrators", + DescriptionSourceUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = (short)4, + Name = "CoinBlocker Domains List Optional", + PublishedDate = new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 14, 15, 26, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/list_optional.txt" + }, + new + { + Id = (short)359, + Description = "A list to prevent browser mining only", + DescriptionSourceUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = (short)4, + Name = "CoinBlocker Domains List Browser", + PublishedDate = new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 14, 15, 47, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/list_browser.txt" + }, + new + { + Id = (short)360, + Description = "A hostslist for administrators to prevent mining in networks", + DescriptionSourceUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = (short)4, + Name = "CoinBlocker Hosts List", + PublishedDate = new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 14, 16, 8, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/hosts" + }, + new + { + Id = (short)361, + Description = "An additional hostslist for administrators", + DescriptionSourceUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = (short)4, + Name = "CoinBlocker Hosts List Optional", + PublishedDate = new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 14, 16, 24, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/hosts_optional" + }, + new + { + Id = (short)362, + Description = "A hostslist to prevent browser mining only", + DescriptionSourceUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = (short)4, + Name = "CoinBlocker Hosts List Browser", + PublishedDate = new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 14, 16, 45, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/hosts_browser" + }, + new + { + Id = (short)363, + Description = "A additional list for administrators to prevent mining in networks", + DescriptionSourceUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + DonateUrl = "https://www.amazon.de/hz/wishlist/ls/2DDEDPJU2996I?filter=unpurchased&language=en_GB&sort=priority&type=wishlist", + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists", + IssuesUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/issues", + LicenseId = (short)4, + Name = "CoinBlocker uBO List", + PublishedDate = new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 14, 17, 1, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/list_browser_UBO.txt" + }, + new + { + Id = (short)367, + Description = "uMatrix ruleset unbreaks all Alexa 100 and more at domain level", + DescriptionSourceUrl = "https://github.com/uMatrix-Rules/uMatrix-Rules-Domain", + EmailAddress = "lolipopplus@protonmail.com", + HomeUrl = "https://umatrix-rules.github.io/", + IssuesUrl = "https://github.com/uMatrix-Rules/uMatrix-Rules-Domain/issues", + LicenseId = (short)9, + Name = "uMatrix Rules - Domain", + PublishedDate = new DateTime(2017, 9, 5, 6, 7, 1, 0, DateTimeKind.Unspecified), + SyntaxId = (short)7, + UpdatedDate = new DateTime(2019, 1, 27, 7, 12, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uMatrix-Rules/uMatrix-Rules-Domain/master/rules.txt" + }, + new + { + Id = (short)368, + Description = "uMatrix ruleset unbreaks all Alexa 100 and more at site level", + DescriptionSourceUrl = "https://github.com/uMatrix-Rules/uMatrix-Rules-Site", + EmailAddress = "lolipopplus@protonmail.com", + HomeUrl = "https://umatrix-rules.github.io/", + IssuesUrl = "https://github.com/uMatrix-Rules/uMatrix-Rules-Site/issues", + LicenseId = (short)9, + Name = "uMatrix Rules - Site", + PublishedDate = new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)7, + UpdatedDate = new DateTime(2018, 3, 22, 1, 17, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uMatrix-Rules/uMatrix-Rules-Site/master/rules.txt" + }, + new + { + Id = (short)369, + Description = "Official filter list file used for blocking ads on Czech and Slovak websites.", + DescriptionSourceUrl = "https://github.com/tomasko126/easylistczechandslovak", + EmailAddress = "tomastaro@adblock.sk", + ForumUrl = "https://easylist-czech-and-slovak.tenderapp.com/", + HomeUrl = "https://adblock.sk/", + IssuesUrl = "https://github.com/tomasko126/easylistczechandslovak/issues", + LicenseId = (short)8, + Name = "EasyList Czech and Slovak - uBlock", + PublishedDate = new DateTime(2017, 12, 3, 6, 22, 1, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 11, 17, 32, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters_ublock.txt" + }, + new + { + Id = (short)370, + Description = "Official filter list file used for blocking ads on Czech and Slovak websites.", + DescriptionSourceUrl = "https://github.com/tomasko126/easylistczechandslovak", + EmailAddress = "tomastaro@adblock.sk", + ForumUrl = "https://easylist-czech-and-slovak.tenderapp.com/", + HomeUrl = "https://adblock.sk/", + IssuesUrl = "https://github.com/tomasko126/easylistczechandslovak/issues", + LicenseId = (short)8, + Name = "EasyList Czech and Slovak + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 14, 18, 58, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistczechslovak+easylist.tpl" + }, + new + { + Id = (short)371, + Description = "AFNIL’s intention is to merge third-party lists of known fakenews sites and make them usable for programs that can block.", + DescriptionSourceUrl = "https://afnil-antifakenewsinternationallist.github.io/", + HomeUrl = "https://afnil-antifakenewsinternationallist.github.io/", + IssuesUrl = "https://github.com/AFNIL-AntiFakeNewsInternationalList/AFNIL/issues", + LicenseId = (short)4, + Name = "AFNIL - Anti Fake News International List", + PublishedDate = new DateTime(2017, 12, 20, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 1, 15, 13, 9, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/AFNIL-AntiFakeNewsInternationalList/AFNIL/master/AFNIL-ABP-uBO.txt" + }, + new + { + Id = (short)372, + HomeUrl = "https://github.com/Hubird-au/Adversity", + IssuesUrl = "https://github.com/Hubird-au/Adversity/issues", + LicenseId = (short)16, + Name = "Adversity", + PublishedDate = new DateTime(2014, 5, 22, 4, 12, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2016, 7, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Hubird-au/Adversity/master/Adversity.txt" + }, + new + { + Id = (short)373, + HomeUrl = "https://github.com/Hubird-au/Adversity", + IssuesUrl = "https://github.com/Hubird-au/Adversity/issues", + LicenseId = (short)16, + Name = "Adversity - Antisocial", + PublishedDate = new DateTime(2014, 5, 22, 4, 12, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2016, 7, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Hubird-au/Adversity/master/Antisocial.txt" + }, + new + { + Id = (short)374, + HomeUrl = "https://github.com/Hubird-au/Adversity", + IssuesUrl = "https://github.com/Hubird-au/Adversity/issues", + LicenseId = (short)16, + Name = "Adversity - Extreme Measures", + PublishedDate = new DateTime(2014, 5, 22, 4, 12, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2016, 7, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Hubird-au/Adversity/master/Extreme-Measures.txt" + }, + new + { + Id = (short)375, + Description = "A comprehensive, all-in-one adblock list for thorough blocking of trackers, popup ads, ads, unwanted cookies, fake news, cookie warning messages, unwanted comment sections, crypto-coin mining, YouTube clutter and social network hassles.", + DescriptionSourceUrl = "https://hl2guide.github.io/All-in-One-Customized-Adblock-List/", + HomeUrl = "https://hl2guide.github.io/All-in-One-Customized-Adblock-List/", + IssuesUrl = "https://github.com/hl2guide/All-in-One-Customized-Adblock-List/issues", + LicenseId = (short)2, + Name = "All-in-One Customized Adblock List", + PublishedDate = new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 14, 19, 2, 57, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/hl2guide/All-in-One-Customized-Adblock-List/master/aio.txt" + }, + new + { + Id = (short)376, + Description = "Blocks title screen ads on several large MMO game websites.", + DescriptionSourceUrl = "https://github.com/collinbarrett/FilterLists/issues/257", + HomeUrl = "https://github.com/haykam821/Blocklists", + IssuesUrl = "https://github.com/haykam821/Blocklists/issues", + LicenseId = (short)2, + Name = "Haykam's MMO List", + PublishedDate = new DateTime(2018, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 5, 26, 0, 28, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/haykam821/Blocklists/master/mmo.txt" + }, + new + { + Id = (short)377, + Description = "A block list of malicious domains.", + DescriptionSourceUrl = "https://github.com/cb-software/CB-Malicious-Domains/blob/master/README.md", + HomeUrl = "https://github.com/cb-software/CB-Malicious-Domains", + IssuesUrl = "https://github.com/cb-software/CB-Malicious-Domains/issues", + LicenseId = (short)2, + Name = "CB Malicious Domains", + PublishedDate = new DateTime(2018, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + UpdatedDate = new DateTime(2018, 11, 12, 22, 16, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cb-software/CB-Malicious-Domains/master/block_lists/adblock_plus.txt" + }, + new + { + Id = (short)378, + Description = "A block list of malicious domains.", + DescriptionSourceUrl = "https://github.com/cb-software/CB-Malicious-Domains/blob/master/README.md", + HomeUrl = "https://github.com/cb-software/CB-Malicious-Domains", + IssuesUrl = "https://github.com/cb-software/CB-Malicious-Domains/issues", + LicenseId = (short)2, + Name = "CB Malicious Domains - Hosts", + PublishedDate = new DateTime(2018, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 11, 12, 22, 16, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cb-software/CB-Malicious-Domains/master/block_lists/hosts" + }, + new + { + Id = (short)379, + Description = "These filters will cause a button labeled: \"Disqus blocked by uBlock Origin: click to unblock\" to be embedded where Disqus comments would normally be loaded. Click the button to force the comments to be loaded.", + DescriptionSourceUrl = "https://gist.github.com/gorhill/ef1b62d606473c68d524", + HomeUrl = "https://gist.github.com/gorhill/ef1b62d606473c68d524", + LicenseId = (short)5, + Name = "Disqus Click-to-Load", + PublishedDate = new DateTime(2016, 3, 9, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + ViewUrl = "https://gist.githubusercontent.com/gorhill/ef1b62d606473c68d524/raw/f8181faac18cb5172c7c9bca8e5a3b22f0c925d0/gistfile1.txt" + }, + new + { + Id = (short)380, + Description = "Very experimental custom filters", + DescriptionSourceUrl = "https://github.com/toshiya44/myAssets/blob/master/README.md", + HomeUrl = "https://github.com/toshiya44/myAssets", + IssuesUrl = "https://github.com/toshiya44/myAssets/issues", + LicenseId = (short)4, + Name = "Toshiya's Filter List - Experimental", + PublishedDate = new DateTime(2016, 3, 9, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 2, 23, 6, 37, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/toshiya44/myAssets/master/filters-exp.txt" + }, + new + { + Id = (short)381, + Description = "Saving the Internets... one roll at a time.", + DescriptionSourceUrl = "https://rickrolldb.com/", + HomeUrl = "https://rickrolldb.com/", + IssuesUrl = "https://github.com/jamiew/rickrolldb/issues", + LicenseId = (short)38, + Name = "Rickroll Blacklist", + SubmissionUrl = "https://rickrolldb.com/", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 25, 11, 34, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://rickrolldb.com/ricklist.txt" + }, + new + { + Id = (short)383, + ChatUrl = "https://discordapp.com/invite/013MqTM1p1qm52VcZ", + Description = "Removes uncovered AD, AD frames, and adblock warnings from specific popular websites", + DescriptionSourceUrl = "https://austinhuang.me/0131-block-list/", + DonateUrl = "https://austinhuang.me/donate", + EmailAddress = "im@austinhuang.me", + HomeUrl = "https://austinhuang.me/0131-block-list/", + IssuesUrl = "https://github.com/austinhuang0131/0131-block-list/issues", + LicenseId = (short)8, + Name = "0131 Block List", + PublishedDate = new DateTime(2018, 2, 16, 0, 0, 0, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://austinhuang.me/contact", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 2, 11, 8, 56, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://austinhuang.me/0131-block-list/list.txt" + }, + new + { + Id = (short)385, + Description = "Are you tired of having to use Paint to remove potentially sensitive usernames, each and every time you're making a compilation of social media posts? Say no more! This list will remove posters' usernames from the biggest compilation sources, so that you can simply take a screencap and add it directly into your video/timeline!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Username Hider for Compilation Creators", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 22, 21, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Username%20Hider%20for%20Compilation%20Creators.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Username%20Hider%20for%20Compilation%20Creators.txt" + }, + new + { + Id = (short)388, + Description = "Removes ads, affiliation ads, and empty boxes on Nordic sites to produce a cleaner browser experience. Meant to be used on top of general filters. The quality of the current TPL conversion is so-so, so don't expect perfect results.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 14, 22, 37, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/DandelionSproutsNorskeFiltre.tpl", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/DandelionSproutsNorskeFiltre.tpl" + }, + new + { + Id = (short)390, + Description = "Filters that hide and block RSS sections and leftovers from hidden newsletters combined with social elements on Polish-language websites (supplement for Polish Social Filters and Polish Annoyance Filters).", + DescriptionSourceUrl = "https://github.com/PolishFiltersTeam/PolishAntiAnnoyingSpecialSupplement", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAntiAnnoyingSpecialSupplement", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAntiAnnoyingSpecialSupplement/issues", + LicenseId = (short)9, + Name = "Polish Anti-Annoying Special Supplement", + PublishedDate = new DateTime(2018, 3, 30, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 9, 17, 21, 23, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAntiAnnoyingSpecialSupplement/master/polish_rss_filters.txt" + }, + new + { + Id = (short)391, + Description = "Removes popular games and most bad games from the front pages of various webstores and app stores.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "I Hate Overpromoted Games", + PublishedDate = new DateTime(2018, 5, 5, 20, 51, 42, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 2, 24, 16, 16, 37, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/IHateOverpromotedGames.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/IHateOverpromotedGames.txt" + }, + new + { + Id = (short)392, + Description = "Intends to make it easier to browse various websites without being forced by various nag-windows to log in.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Browse Websites Without Logging In", + PublishedDate = new DateTime(2018, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 22, 38, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/BrowseWebsitesWithoutLoggingIn.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/BrowseWebsitesWithoutLoggingIn.txt" + }, + new + { + Id = (short)393, + Description = "A list that shows off and makes use of Einar Egilsson's Redirector extension, in order to accomplish things that no adblock tool could've achieved. Examples include turning 32-bit Windows program installation links into 64-bit ones, making Disney's US websites accessible from other countries, turning mobile Wikipedia links into desktop ones, changing Reddit/YouTube UIs into their old ones, and making image resolutions on some sites larger, among many other things.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/Dandelion%20Sprout-s%20Redirector%20Assistant%20List", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Redirector List", + PublishedDate = new DateTime(2018, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)11, + UpdatedDate = new DateTime(2019, 4, 14, 23, 37, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout-s%20Redirector%20Assistant%20List/DandelionSproutRedirectorList.json", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Dandelion%20Sprout-s%20Redirector%20Assistant%20List/DandelionSproutRedirectorList.json" + }, + new + { + Id = (short)395, + Description = "This is a whitelist for DNSlock & PiHole which unblocks some of the popular domains which were wrongly listed and blocked by hosts file from various sources.", + HomeUrl = "https://github.com/raghavdua1995/DNSlock-PiHole-whitelist", + IssuesUrl = "https://github.com/raghavdua1995/DNSlock-PiHole-whitelist/issues", + LicenseId = (short)7, + Name = "DNSlock-PiHole-whitelist", + PublishedDate = new DateTime(2018, 3, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)50, + UpdatedDate = new DateTime(2019, 3, 15, 4, 50, 51, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/raghavdua1995/DNSlock-PiHole-whitelist/master/whitelist.list" + }, + new + { + Id = (short)396, + HomeUrl = "https://github.com/NanoAdblocker/NanoFilters", + IssuesUrl = "https://github.com/NanoAdblocker/NanoFilters/issues", + LicenseId = (short)4, + Name = "Nano filters", + PublishedDate = new DateTime(2017, 12, 9, 3, 28, 59, 0, DateTimeKind.Unspecified), + SyntaxId = (short)12, + UpdatedDate = new DateTime(2019, 4, 14, 16, 26, 6, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/NanoAdblocker/NanoFilters/master/NanoFilters/NanoBase.txt" + }, + new + { + Id = (short)397, + HomeUrl = "https://github.com/NanoAdblocker/NanoFilters", + IssuesUrl = "https://github.com/NanoAdblocker/NanoFilters/issues", + LicenseId = (short)4, + Name = "Nano filters - Whitelist", + PublishedDate = new DateTime(2017, 12, 19, 18, 51, 51, 0, DateTimeKind.Unspecified), + SyntaxId = (short)12, + UpdatedDate = new DateTime(2019, 2, 8, 2, 10, 6, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/NanoAdblocker/NanoFilters/master/NanoFilters/NanoWhitelist.txt" + }, + new + { + Id = (short)398, + HomeUrl = "https://github.com/NanoAdblocker/NanoFilters", + IssuesUrl = "https://github.com/NanoAdblocker/NanoFilters/issues", + LicenseId = (short)4, + Name = "Nano filters - Annoyance", + PublishedDate = new DateTime(2017, 12, 11, 15, 31, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)12, + UpdatedDate = new DateTime(2019, 4, 6, 2, 34, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/NanoAdblocker/NanoFilters/master/NanoFilters/NanoAnnoyance.txt" + }, + new + { + Id = (short)399, + Description = "A filter for uBlock Origin that aims to remove regional Swedish ads, tracking, annoyances, scams + badware, and unnecessary bloat.", + DescriptionSourceUrl = "https://github.com/lassekongo83/Frellwits-filter-lists#available-lists", + HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", + LicenseId = (short)4, + Name = "Frellwit's Swedish Filter", + PublishedDate = new DateTime(2017, 1, 5, 7, 7, 23, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 16, 5, 41, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/Frellwits-Swedish-Filter.txt", + ViewUrlMirror1 = "https://repo.or.cz/Adblock-list-backups-Frellwits-filter-lists.git/blob_plain/refs/heads/master:/Frellwits-Swedish-Filter.txt" + }, + new + { + Id = (short)400, + Description = "Blocks ads, fake sites, shock sites, malware hosts and trackers. This hostfile's aim is not to break any useful websites.", + HomeUrl = "https://github.com/notracking/hosts-blocklists", + IssuesUrl = "https://github.com/notracking/hosts-blocklists/issues", + LicenseId = (short)9, + Name = "notracking - Domains", + PublishedDate = new DateTime(2015, 12, 20, 0, 23, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2019, 4, 14, 6, 55, 6, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/domains.txt" + }, + new + { + Id = (short)401, + Description = "Blocks ads, fake sites, shock sites, malware hosts and trackers. This hostfile's aim is not to break any useful websites.", + HomeUrl = "https://github.com/notracking/hosts-blocklists", + IssuesUrl = "https://github.com/notracking/hosts-blocklists/issues", + LicenseId = (short)9, + Name = "notracking - Hostnames", + PublishedDate = new DateTime(2015, 12, 20, 0, 23, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 14, 6, 55, 6, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/hostnames.txt" + }, + new + { + Id = (short)403, + Description = "This filter aims to remove emoji realted scripts, stylesheets, fonts, and images.", + DescriptionSourceUrl = "https://github.com/lassekongo83/Frellwits-filter-lists#available-lists", + HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", + LicenseId = (short)4, + Name = "I Don't Care About Emojis", + PublishedDate = new DateTime(2018, 4, 28, 5, 31, 57, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 11, 24, 6, 42, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/emoji-filter.txt", + ViewUrlMirror1 = "https://repo.or.cz/Adblock-list-backups-Frellwits-filter-lists.git/blob_plain/refs/heads/master:/emoji-filter.txt" + }, + new + { + Id = (short)405, + Description = "Filters optimized for uBlock Origin, to be used with Fanboy's and/or Adguard's 'Annoyances' list(s)", + DescriptionSourceUrl = "https://github.com/uBlockOrigin/uAssets/blob/master/filters/annoyances.txt", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = (short)4, + Name = "uAssets Annoyances", + PublishedDate = new DateTime(2017, 12, 17, 14, 31, 17, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 13, 20, 50, 45, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt" + }, + new + { + Id = (short)410, + Description = "To foil sites potentially abusing CPU/bandwidth resources without informed consent. Any such resource-abuse scripts MUST be opt-in, with complete informed consent from the visitor.", + DescriptionSourceUrl = "https://github.com/uBlockOrigin/uAssets/blob/master/filters/resource-abuse.txt", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = (short)4, + Name = "uAssets Resource Abuse", + PublishedDate = new DateTime(2017, 9, 23, 22, 19, 37, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 12, 13, 23, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resource-abuse.txt" + }, + new + { + Id = (short)412, + HomeUrl = "https://gist.github.com/BBcan177", + LicenseId = (short)5, + Name = "pfBlockerNG - MS-3", + SyntaxId = (short)32, + ViewUrl = "https://gist.githubusercontent.com/BBcan177/d7105c242f17f4498f81/raw/201968fa11b1f409d408a129a0774ffedb1560e2/MS-3" + }, + new + { + Id = (short)413, + Description = "The following is the list of sites from Alexa top 1 million which embed scripts that extract email addresses from the browsers' built-in login (password) managers.", + HomeUrl = "https://gist.github.com/BBcan177", + LicenseId = (short)5, + Name = "pfBlockerNG - MS-4", + SyntaxId = (short)2, + ViewUrl = "https://gist.githubusercontent.com/BBcan177/b6df57cef74e28d90acf1eec93d62d3b/raw/f0996cf5248657ada2adb396f3636be8716b99eb/MS-4" + }, + new + { + Id = (short)414, + HomeUrl = "https://gist.github.com/BBcan177", + LicenseId = (short)5, + Name = "pfBlockerNG - MS-2", + SyntaxId = (short)2, + ViewUrl = "https://gist.githubusercontent.com/BBcan177/4a8bf37c131be4803cb2/raw/343ff780e15205b4dd0de37c86af34cfb26b2fbe/MS-2" + }, + new + { + Id = (short)415, + HomeUrl = "https://gist.github.com/BBcan177", + LicenseId = (short)5, + Name = "pfBlockerNG - MS-1", + SyntaxId = (short)9, + ViewUrl = "https://gist.githubusercontent.com/BBcan177/bf29d47ea04391cb3eb0/raw/7290e0681bcd07415420b5c80a253652fd13f840/MS-1" + }, + new + { + Id = (short)416, + HomeUrl = "https://gist.github.com/BBcan177", + LicenseId = (short)5, + Name = "EasyList Germany (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://gist.githubusercontent.com/BBcan177/2a9fc2548c3c5a5e2dc86e580b5795d2/raw/2f5c90ffb3bd02199ace1b16a0bd9f53b29f0879/EasyList_DE" + }, + new + { + Id = (short)417, + Description = "This is a community-contributed list of referrer spammers maintained by Matomo, the leading open source web analytics platform.", + HomeUrl = "https://github.com/matomo-org/referrer-spam-blacklist", + IssuesUrl = "https://github.com/matomo-org/referrer-spam-blacklist/issues", + LicenseId = (short)20, + Name = "Referrer Spam Blacklist (Matomo)", + PublishedDate = new DateTime(2015, 4, 19, 11, 34, 53, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 12, 16, 32, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt" + }, + new + { + Id = (short)418, + DescriptionSourceUrl = "https://github.com/desbma/referer-spam-domains-blacklist#referer-spam-blacklist", + HomeUrl = "https://github.com/desbma/referer-spam-domains-blacklist", + IssuesUrl = "https://github.com/desbma/referer-spam-domains-blacklist/issues", + LicenseId = (short)14, + Name = "Referer Spam Blacklist (desbma)", + PublishedDate = new DateTime(2015, 4, 19, 11, 34, 53, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 12, 22, 30, 49, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/desbma/referer-spam-domains-blacklist/master/spammers.txt" + }, + new + { + Id = (short)419, + Description = "Spammers get paid by businesses whose websites they advertise. We refuse to accept spam from any of following domains or advertising any of these domains, as we don't want to buy from spammers. We publish this list for informational purposes only.", + DescriptionSourceUrl = "https://www.joewein.net/spam/blacklist.htm", + DonateUrl = "https://www.joewein.net/spam/blacklist.htm", + HomeUrl = "https://www.joewein.net/spam/index.htm", + LicenseId = (short)5, + Name = "JoeWein Domain Blacklist Base", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 3, 5, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.joewein.net/dl/bl/dom-bl-base.txt" + }, + new + { + Id = (short)420, + DonateUrl = "https://www.joewein.net/spam/blacklist.htm", + HomeUrl = "https://www.joewein.net/spam/index.htm", + LicenseId = (short)5, + Name = "JoeWein Email Sender Blacklist", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 4, 7, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.joewein.net/dl/bl/from-bl.txt" + }, + new + { + Id = (short)421, + Description = "A host file generated from updated phishing site feeds.", + DescriptionSourceUrl = "https://gitlab.com/Kurobeats/phishing_hosts#phishing-site-hosts-generator", + HomeUrl = "https://gitlab.com/Kurobeats/phishing_hosts", + IssuesUrl = "https://gitlab.com/Kurobeats/phishing_hosts/issues", + LicenseId = (short)19, + Name = "Phishing Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 9, 18, 12, 37, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/Kurobeats/phishing_hosts/raw/master/hosts" + }, + new + { + Id = (short)422, + Description = "List of shit websites for Google Personal Blocklist or Google Hit Hider by Domain", + DescriptionSourceUrl = "https://github.com/ligyxy/Blocklist#blocklist", + HomeUrl = "https://github.com/ligyxy/Blocklist", + IssuesUrl = "https://github.com/ligyxy/Blocklist/issues", + LicenseId = (short)2, + Name = "Blocklist (ligyxy)", + PublishedDate = new DateTime(2016, 9, 24, 4, 19, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 10, 3, 41, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ligyxy/Blocklist/master/BLOCKLIST" + }, + new + { + Id = (short)424, + HomeUrl = "https://gist.github.com/MOxFIVE", + LicenseId = (short)5, + Name = "Personal Blocklist (MOxFIVE)", + SyntaxId = (short)2, + ViewUrl = "https://gist.githubusercontent.com/MOxFIVE/4730cac715ef406bd8eac7b29335be4a/raw/d21fa08e97963edde372d0d3e50703c783c9c32e/Personal%2520Blocklist.txt" + }, + new + { + Id = (short)425, + Description = "Self-updating PHP library which blocks hundreds of spammy domains from ruining your website statistics", + DescriptionSourceUrl = "https://github.com/nabble/semalt-blocker#self-updating-php-library-which-blocks-hundreds-of-spammy-domains-from-ruining-your-website-statistics", + HomeUrl = "https://github.com/nabble/semalt-blocker", + IssuesUrl = "https://github.com/nabble/semalt-blocker/issues", + LicenseId = (short)2, + Name = "Semalt Blocked Domains", + PublishedDate = new DateTime(2014, 8, 8, 9, 1, 49, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2016, 12, 1, 10, 14, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/nabble/semalt-blocker/master/domains/blocked" + }, + new + { + Id = (short)426, + Description = "Master Feed of known, active and non-sinkholed C&Cs IP addresses", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YMFSMT9MW2Y6Q", + HomeUrl = "https://osint.bambenekconsulting.com/feeds/", + LicenseId = (short)21, + Name = "OSINT C2 IP Feed", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 6, 56, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://osint.bambenekconsulting.com/feeds/c2-ipmasterlist.txt" + }, + new + { + Id = (short)427, + Description = "The phishing bad sites is updated using data from www.phishtank.com once per day. The domains included are known to be fraudulent and generally dangerous.", + HomeUrl = "http://phishing.mailscanner.info/", + LicenseId = (short)5, + Name = "Phishing Bad Sites", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 9, 18, 13, 28, 51, 0, DateTimeKind.Unspecified), + ViewUrl = "http://phishing.mailscanner.info/phishing.bad.sites.conf" + }, + new + { + Id = (short)428, + HomeUrl = "https://www.threatcrowd.org/", + LicenseId = (short)5, + Name = "ThreatCrowd Domains", + SyntaxId = (short)2, + ViewUrl = "https://www.threatcrowd.org/feeds/domains.txt" + }, + new + { + Id = (short)429, + Description = "International List consists mostly of static cosmetic filters. English and few German websites are included. As regards tracking filters, they have been partly copied from other privacy filter lists.", + DescriptionSourceUrl = "https://github.com/betterwebleon/international-list#international-list", + HomeUrl = "https://github.com/betterwebleon/international-list", + IssuesUrl = "https://github.com/betterwebleon/international-list/issues", + LicenseId = (short)11, + Name = "International List", + PublishedDate = new DateTime(2015, 12, 21, 1, 15, 59, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 1, 20, 23, 29, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/betterwebleon/international-list/master/filters.txt" + }, + new + { + Id = (short)430, + Description = "Blocks rogue websites and some ads on Norwegian and Danish sites. Intended for use only with hosts-file-specific tools and with system «hosts» files.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (Hosts)", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 2, 24, 14, 41, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/AdawayHosts", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/AdawayHosts" + }, + new + { + Id = (short)431, + Description = "Have you ever felt bothered by how many websites still think that everyone are using narrow monitors? Well, here's how to stretch them out like a piece of gum!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Website Stretcher", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 7, 16, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout's%20Website%20Stretcher.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Dandelion%20Sprout%27s%20Website%20Stretcher.txt" + }, + new + { + Id = (short)432, + Description = "Do you feel that Friendship is Magic has overstayed its welcome? Here's a list that'll let you keep more of a distance to it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-FіМ List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 7, 26, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-F%D1%96%D0%9C%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-F%D1%96%D0%9C%20List.txt" + }, + new + { + Id = (short)433, + Description = "Are you tired of being told by others what you should watch, specifically the hipsters that run rampant on IMDB? Here's a way to let you feel more peaceful with your truly own opinions.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-IMDB List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 7, 32, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-IMDB%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-IMDB%20List.txt" + }, + new + { + Id = (short)434, + Description = "Are you tired of having to turn off Autoplay on YouTube or other video services every time you e.g. go to incognito mode? Are you worried of having to use specific extensions just for that purpose? Then this list is for you. Now also working on phone browsers!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Stop Autoplay on Video Sites", + PublishedDate = new DateTime(2018, 7, 31, 18, 32, 49, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 19, 39, 29, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/StopAutoplayOnYouTube.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/StopAutoplayOnYouTube.txt" + }, + new + { + Id = (short)435, + Description = "A redirector list for Chinese users.", + HomeUrl = "https://github.com/googlehosts/hosts", + IssuesUrl = "https://github.com/googlehosts/hosts/issues", + LicenseId = (short)22, + Name = "Google Hosts", + PublishedDate = new DateTime(2017, 8, 18, 7, 43, 41, 0, DateTimeKind.Unspecified), + SyntaxId = (short)14, + UpdatedDate = new DateTime(2019, 4, 15, 6, 1, 19, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/hosts", + ViewUrlMirror1 = "https://git.qvq.network/googlehosts/hosts/raw/master/hosts-files/hosts" + }, + new + { + Id = (short)436, + Description = "A filter for uBlock Origin (Firefox Android) that aims to specifically target websites that nags people to install their app.", + DescriptionSourceUrl = "https://github.com/lassekongo83/Frellwits-filter-lists#available-lists", + HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", + LicenseId = (short)4, + Name = "I Don't Want Your App", + PublishedDate = new DateTime(2018, 7, 15, 7, 17, 10, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 1, 27, 19, 23, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/i-dont-want-your-app.txt", + ViewUrlMirror1 = "https://repo.or.cz/Adblock-list-backups-Frellwits-filter-lists.git/blob_plain/refs/heads/master:/i-dont-want-your-app.txt" + }, + new + { + Id = (short)437, + Description = "Complementary subscription to EasyList.", + DescriptionSourceUrl = "https://github.com/easylistbrasil/easylistbrasil/", + EmailAddress = "easylistbrasil.subscription@gmail.com", + ForumUrl = "https://easylistbrasil.freeforums.net", + HomeUrl = "https://easylistbrasil.github.io/", + IssuesUrl = "https://github.com/easylistbrasil/easylistbrasil/issues", + LicenseId = (short)8, + Name = "EasyList Brasil", + PublishedDate = new DateTime(2018, 8, 5, 20, 20, 52, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 7, 50, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/easylistbrasil/easylistbrasil/filtro/easylistbrasil.txt" + }, + new + { + Id = (short)438, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist", + IssuesUrl = "https://github.com/Perflyst/PiHoleBlocklist/issues", + LicenseId = (short)2, + Name = "PiHole Blocklist Session Replay", + PublishedDate = new DateTime(2018, 3, 17, 13, 20, 17, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 3, 17, 13, 20, 17, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SessionReplay.txt" + }, + new + { + Id = (short)439, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist", + IssuesUrl = "https://github.com/Perflyst/PiHoleBlocklist/issues", + LicenseId = (short)2, + Name = "PiHole Blocklist SmartTV", + PublishedDate = new DateTime(2018, 2, 27, 13, 10, 1, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 14, 7, 34, 50, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt" + }, + new + { + Id = (short)440, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist", + IssuesUrl = "https://github.com/Perflyst/PiHoleBlocklist/issues", + LicenseId = (short)2, + Name = "PiHole Blocklist Android Tracking", + PublishedDate = new DateTime(2018, 3, 17, 13, 29, 1, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 4, 16, 32, 43, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/android-tracking.txt" + }, + new + { + Id = (short)441, + Description = "Personal Blocklist by WaLLy3K (https://firebog.net/about). Content added to this list has been manually verified, and usually updated every two weeks.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HU4EDJZP2S9QA", + HomeUrl = "https://firebog.net/", + LicenseId = (short)13, + Name = "WaLLy3K Blocklist", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 8, 10, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://v.firebog.net/hosts/static/w3kbl.txt" + }, + new + { + Id = (short)442, + LicenseId = (short)2, + Name = "Bill Stearns' Hosts", + SyntaxId = (short)2, + ViewUrl = "https://v.firebog.net/hosts/BillStearns.txt" + }, + new + { + Id = (short)445, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HU4EDJZP2S9QA", + HomeUrl = "https://firebog.net/", + LicenseId = (short)2, + Name = "EasyPrivacy Domains", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 8, 28, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://v.firebog.net/hosts/Easyprivacy.txt" + }, + new + { + Id = (short)446, + LicenseId = (short)2, + Name = "Prigent Ads", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 8, 34, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://v.firebog.net/hosts/Prigent-Ads.txt" + }, + new + { + Id = (short)447, + Description = "Tracker Domains Block List from quidsup.net", + DonateUrl = "https://quidsup.net/donate/", + HomeUrl = "https://quidsup.net/notrack/blocklist.php", + IssuesUrl = "https://gitlab.com/quidsup/notrack-blocklists/issues", + LicenseId = (short)4, + Name = "NoTrack Tracker Blocklist", + SubmissionUrl = "https://quidsup.net/notrack/report.php?view=submit", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 8, 40, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt" + }, + new + { + Id = (short)448, + Description = "Malware Domains Block List from quidsup.net", + DonateUrl = "https://quidsup.net/donate/", + HomeUrl = "https://quidsup.net/notrack/blocklist.php", + IssuesUrl = "https://gitlab.com/quidsup/notrack-blocklists/issues", + LicenseId = (short)4, + Name = "NoTrack Malware Blocklist", + SubmissionUrl = "https://quidsup.net/notrack/report.php?view=submit", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 8, 46, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt" + }, + new + { + Id = (short)449, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Spy", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt" + }, + new + { + Id = (short)450, + Description = "Blocks Windows updates.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Update", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/update.txt" + }, + new + { + Id = (short)451, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Extra", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/extra.txt" + }, + new + { + Id = (short)465, + LicenseId = (short)2, + Name = "Shalla Malware", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 10, 11, 9, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://v.firebog.net/hosts/Shalla-mal.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Shalla-Malicious.txt" + }, + new + { + Id = (short)467, + Description = "Domain Bad Isue Ads", + IssuesUrl = "https://github.com/kano1/I/issues", + LicenseId = (short)5, + Name = "Adware BL(By Garuda)", + PublishedDate = new DateTime(2018, 1, 1, 16, 20, 52, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 10, 6, 12, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kano1/I/master/badway.txt" + }, + new + { + Id = (short)468, + Description = "list for bad isueads", + IssuesUrl = "https://github.com/kano1/I/issues", + LicenseId = (short)5, + Name = "Adware Filter Block", + PublishedDate = new DateTime(2018, 1, 14, 0, 15, 48, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 13, 6, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kano1/I/master/adware.txt" + }, + new + { + Id = (short)469, + Description = "list for keloger,system tracker,cookie collector,malware tracker, and oter spyware", + IssuesUrl = "https://github.com/kano1/I/issues", + LicenseId = (short)5, + Name = "Spyware Filter Block List", + PublishedDate = new DateTime(2017, 12, 25, 2, 42, 17, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 14, 13, 29, 15, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kano1/Kano/master/Spyware.txt" + }, + new + { + Id = (short)470, + Description = "A firewall blacklist composed from IP lists, providing maximum protection with minimum false positives. Suitable for basic protection on all internet facing servers, routers and firewalls. (includes: bambenek_c2, dshield, feodo, fullbogons, spamhaus_drop, spamhaus_edrop, sslbl, zeus_badips, ransomware_rw)", + EmailAddress = "costa@tsaousis.gr", + HomeUrl = "https://iplists.firehol.org/", + LicenseId = (short)19, + Name = "Firehol Level 1", + PublishedDate = new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), + SyntaxId = (short)32, + UpdatedDate = new DateTime(2019, 4, 14, 5, 30, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level1.netset" + }, + new + { + Id = (short)471, + Description = "An ipset made from blocklists that track attacks, during about the last 48 hours. (includes: blocklist_de, dshield_1d, greensnow)", + EmailAddress = "costa@tsaousis.gr", + HomeUrl = "https://iplists.firehol.org/", + LicenseId = (short)19, + Name = "Firehol Level 2", + PublishedDate = new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), + SyntaxId = (short)32, + UpdatedDate = new DateTime(2019, 4, 14, 5, 30, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level2.netset" + }, + new + { + Id = (short)472, + Description = "Blocks access to Pinterest domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = (short)28, + Name = "jmdugan Blocklists Pinterest", + PublishedDate = new DateTime(2016, 5, 27, 16, 16, 45, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 4, 2, 18, 23, 43, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/pinterest/all" + }, + new + { + Id = (short)473, + Description = "Blocks access to CloudFlare domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = (short)28, + Name = "jmdugan Blocklists CloudFlare", + PublishedDate = new DateTime(2016, 5, 28, 21, 9, 25, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2016, 5, 28, 21, 9, 25, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/cloudflare/all" + }, + new + { + Id = (short)474, + Description = "Blocks access to all Facebook domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = (short)28, + Name = "jmdugan Blocklists Facebook", + PublishedDate = new DateTime(2016, 5, 27, 15, 43, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 4, 12, 22, 5, 39, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/facebook/all" + }, + new + { + Id = (short)475, + Description = "Blocks access to Mozilla tracking domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = (short)28, + Name = "jmdugan Blocklists Mozilla", + PublishedDate = new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/mozilla/all" + }, + new + { + Id = (short)476, + Description = "Blocks access to Microsoft domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = (short)28, + Name = "jmdugan Blocklists Microsoft", + PublishedDate = new DateTime(2016, 6, 7, 15, 37, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2016, 6, 7, 15, 37, 24, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all" + }, + new + { + Id = (short)477, + Description = "Blocks access to utility Google domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = (short)28, + Name = "jmdugan Blocklists Google Utility", + PublishedDate = new DateTime(2016, 5, 29, 0, 40, 45, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/google/non_localized" + }, + new + { + Id = (short)478, + Description = "Blocks access to international Google domains.", + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://github.com/jmdugan/blocklists", + IssuesUrl = "https://github.com/jmdugan/blocklists/issues", + LicenseId = (short)28, + Name = "jmdugan Blocklists Google International", + PublishedDate = new DateTime(2016, 5, 29, 0, 40, 45, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2016, 5, 29, 0, 40, 45, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/google/localized" + }, + new + { + Id = (short)479, + EmailAddress = "easylist.polish@gmail.com", + HomeUrl = "https://easylist.to", + IssuesUrl = "https://forums.lanik.us/viewforum.php?f=107", + LicenseId = (short)4, + Name = "EasyList Polish", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 11, 28, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistpolish.txt" + }, + new + { + Id = (short)480, + EmailAddress = "mail.energized@protonmail.com", + HomeUrl = "https://github.com/yecarrillo/adblock-colombia", + IssuesUrl = "https://github.com/yecarrillo/adblock-colombia/issues", + LicenseId = (short)4, + Name = "yecarrillo's ad-blocking subscription for Colombian sites", + PublishedDate = new DateTime(2010, 3, 3, 23, 2, 56, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 15, 15, 35, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/yecarrillo/adblock-colombia/master/adblock_co.txt" + }, + new + { + Id = (short)481, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Spark Protection", + PublishedDate = new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://block.energized.pro/spark/formats/hosts.txt" + }, + new + { + Id = (short)482, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Go Protection", + PublishedDate = new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrlMirror1 = "https://block.energized.pro/bluGo/formats/hosts.txt" + }, + new + { + Id = (short)483, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Protection", + PublishedDate = new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://block.energized.pro/blu/formats/hosts.txt" + }, + new + { + Id = (short)484, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Basic Protection", + PublishedDate = new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://block.energized.pro/basic/formats/hosts.txt" + }, + new + { + Id = (short)485, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Protection", + PublishedDate = new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://block.energized.pro/porn/formats/hosts.txt" + }, + new + { + Id = (short)486, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Ultimate Protection", + PublishedDate = new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://block.energized.pro/ultimate/formats/hosts.txt" + }, + new + { + Id = (short)487, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Unified Protection", + PublishedDate = new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://block.energized.pro/unified/formats/hosts.txt" + }, + new + { + Id = (short)490, + HomeUrl = "https://github.com/CyanideBrother/anti-pr0n", + IssuesUrl = "https://github.com/CyanideBrother/anti-pr0n/issues", + LicenseId = (short)5, + Name = "Anti-pr0n hosts", + PublishedDate = new DateTime(2016, 5, 30, 20, 52, 2, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 2, 4, 13, 6, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/CyanideBrother/anti-pr0n/master/hosts" + }, + new + { + Id = (short)491, + Description = "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network.", + HomeUrl = "https://github.com/Clefspeare13/pornhosts", + IssuesUrl = "https://github.com/Clefspeare13/pornhosts/issues", + LicenseId = (short)2, + Name = "pornhosts", + PublishedDate = new DateTime(2016, 12, 18, 5, 38, 1, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 26, 18, 31, 38, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts" + }, + new + { + Id = (short)492, + HomeUrl = "https://github.com/mhxion/pornaway", + IssuesUrl = "https://github.com/mhxion/pornaway/issues", + LicenseId = (short)2, + Name = "PornAway blacklist (sites)", + PublishedDate = new DateTime(2018, 6, 20, 10, 44, 10, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 9, 4, 1, 34, 15, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mhxion/pornaway/master/hosts/porn_sites.txt" + }, + new + { + Id = (short)493, + HomeUrl = "https://github.com/mhxion/pornaway", + IssuesUrl = "https://github.com/mhxion/pornaway/issues", + LicenseId = (short)2, + Name = "PornAway blacklist (ads)", + PublishedDate = new DateTime(2018, 6, 20, 10, 46, 1, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 7, 6, 20, 14, 37, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mhxion/pornaway/master/hosts/porn_ads.txt" + }, + new + { + Id = (short)494, + Description = "This list of hosts is compiled from server logs on my own servers and forms the basis of the bad referrers domain lists for The Nginx Ultimate Bad Bot Blocker at https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker and the Apache Ultimate Bad Bot Blocker at https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", + IssuesUrl = "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", + LicenseId = (short)2, + Name = "Badd Boyz Hosts", + PublishedDate = new DateTime(2017, 2, 22, 8, 37, 26, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 8, 8, 2, 21, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts" + }, + new + { + Id = (short)495, + Description = "Utility for detecting phishing domains targeting Ethereum users.", + EmailAddress = "hello@metamask.io", + HomeUrl = "https://github.com/MetaMask/eth-phishing-detect", + IssuesUrl = "https://github.com/MetaMask/eth-phishing-detect/issues", + LicenseId = (short)23, + Name = "ETH Phishing Detect", + PublishedDate = new DateTime(2018, 1, 30, 21, 56, 13, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 7, 20, 12, 48, 45, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MetaMask/eth-phishing-detect/master/src/hosts.txt" + }, + new + { + Id = (short)496, + Description = "MrThreats filter list that blocks confirmed phishing domains", + HomeUrl = "https://github.com/MrThreat/Confirmed-Phish", + IssuesUrl = "https://github.com/MrThreat/Confirmed-Phish/issues", + LicenseId = (short)5, + Name = "Confirmed Phishing Domains", + PublishedDate = new DateTime(2018, 8, 20, 1, 51, 59, 0, DateTimeKind.Unspecified), + SyntaxId = (short)8, + UpdatedDate = new DateTime(2018, 9, 21, 5, 50, 27, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/MrThreat/Confirmed-Phish/master/phish.txt" + }, + new + { + Id = (short)504, + Description = "This serves as a template and guidance for people who want to learn how to make their own adblock lists. This template contains the bare-bones necessities; the 'Novice' version has more tags and explanations.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Adblock List Template (Beginner)", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Adblock%20list%20templates/Adblock%20list%20template%20-Beginner-.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Adblock%20list%20templates/Adblock%20list%20template%20-Beginner-.txt" + }, + new + { + Id = (short)505, + Description = "This serves as a template and guidance for people who want to learn how to make their own adblock lists. This template contains all conventionally used tags; the 'Beginner' version is easier to deal with.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Adblock List Template (Novice)", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 2, 17, 20, 24, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Adblock%20list%20templates/Adblock%20list%20template%20-Novice-.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Adblock%20list%20templates/Adblock%20list%20template%20-Novice-.txt" + }, + new + { + Id = (short)506, + Description = "Allow nonintrusive advertising without third-party tracking", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/exceptionrules-privacy-friendly.txt", + EmailAddress = "info@eyeo.com", + HomeUrl = "https://acceptableads.com/", + LicenseId = (short)5, + Name = "Acceptable Ads without third-party tracking", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 12, 42, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/exceptionrules-privacy-friendly.txt" + }, + new + { + Id = (short)507, + Description = "EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists.", + DescriptionSourceUrl = "https://easylist.to/", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=23", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 8, 12, 48, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylist.tpl" + }, + new + { + Id = (short)508, + Description = "Whitelist of section with promotion of fake science/news. More at: https://github.com/PolishFiltersTeam/KAD/issues/649.", + DescriptionSourceUrl = "https://github.com/PolishFiltersTeam/KAD", + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://kadantiscam.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/KAD/issues", + LicenseId = (short)8, + Name = "KAD - The Whitelist of the Controversial Pages", + SubmissionUrl = "https://kadantiscam.netlify.com/#contact", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/KAD/gh-pages/assets/other/kadfakewhitelist.txt" + }, + new + { + Id = (short)509, + Description = "Filters for blocking all the clickbait that surrounds articles and tries to drag you into a never-ending binge.", + DescriptionSourceUrl = "https://github.com/endolith/clickbait", + HomeUrl = "https://github.com/endolith/clickbait", + IssuesUrl = "https://github.com/endolith/clickbait/issues", + LicenseId = (short)2, + Name = "Distractions and Clickbait Filter", + PublishedDate = new DateTime(2016, 3, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 11, 17, 15, 45, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/endolith/clickbait/master/clickbait.txt" + }, + new + { + Id = (short)510, + Description = "Filter list for uBlock, AdBlock and similar extensions.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/UnluckyLuke/BlockUnderRadarJunk/master/blockunderradarjunk-list.txt", + HomeUrl = "https://github.com/UnluckyLuke/BlockUnderRadarJunk", + IssuesUrl = "https://github.com/UnluckyLuke/BlockUnderRadarJunk/issues", + LicenseId = (short)24, + Name = "BlockUnderRadarJunk", + PublishedDate = new DateTime(2018, 2, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)16, + UpdatedDate = new DateTime(2019, 3, 17, 22, 28, 26, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/UnluckyLuke/BlockUnderRadarJunk/master/blockunderradarjunk-list.txt" + }, + new + { + Id = (short)512, + Description = "MinerBlock is an efficient browser extension that focuses on blocking browser-based cryptocurrency miners all over the web.", + DescriptionSourceUrl = "https://github.com/xd4rker/MinerBlock", + DonateUrl = "https://github.com/xd4rker/MinerBlock#donations", + HomeUrl = "https://github.com/xd4rker/MinerBlock", + IssuesUrl = "https://github.com/xd4rker/MinerBlock/issues", + LicenseId = (short)2, + Name = "MinerBlock Filters", + PublishedDate = new DateTime(2017, 9, 26, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)13, + UpdatedDate = new DateTime(2019, 2, 3, 19, 21, 38, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/xd4rker/MinerBlock/master/assets/filters.txt" + }, + new + { + Id = (short)513, + Description = "This filter disables some Ad and Tracking Hosts in uBlock", + DescriptionSourceUrl = "https://raw.githubusercontent.com/hit3shjain/Andromeda-ublock-list/master/hosts.txt", + HomeUrl = "https://github.com/hit3shjain/Andromeda-ublock-list", + IssuesUrl = "https://github.com/hit3shjain/Andromeda-ublock-list/issues", + LicenseId = (short)2, + Name = "Andromeda uBlock List", + PublishedDate = new DateTime(2018, 5, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 20, 17, 15, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/hit3shjain/Andromeda-ublock-list/master/hosts.txt" + }, + new + { + Id = (short)514, + Description = "A filter list that blocks ads, trackers, and more.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/SkeletalDemise/Skeletal-Blocker/master/Skeletal%20Blocker%20List", + HomeUrl = "https://github.com/SkeletalDemise/Skeletal-Blocker", + IssuesUrl = "https://github.com/SkeletalDemise/Skeletal-Blocker/issues", + LicenseId = (short)4, + Name = "Skeletal Blocker", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/SkeletalDemise/Skeletal-Blocker/master/Skeletal%20Blocker%20List" + }, + new + { + Id = (short)515, + Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.", + DescriptionSourceUrl = "https://github.com/paulgb/BarbBlock/blob/master/README.md", + HomeUrl = "https://ssl.bblck.me/", + IssuesUrl = "https://github.com/paulgb/BarbBlock/issues", + LicenseId = (short)2, + Name = "BarbBlock uBlock Origin", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 1, 14, 8, 45, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://ssl.bblck.me/blacklists/ublock-origin.txt" + }, + new + { + Id = (short)516, + Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.", + DescriptionSourceUrl = "https://github.com/paulgb/BarbBlock/blob/master/README.md", + HomeUrl = "https://ssl.bblck.me/", + IssuesUrl = "https://github.com/paulgb/BarbBlock/issues", + LicenseId = (short)2, + Name = "BarbBlock Domains", + PublishedDate = new DateTime(2017, 8, 14, 9, 11, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 8, 50, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/paulgb/BarbBlock/master/blacklists/domain-list.txt" + }, + new + { + Id = (short)517, + Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.", + DescriptionSourceUrl = "https://github.com/paulgb/BarbBlock/blob/master/README.md", + HomeUrl = "https://ssl.bblck.me/", + IssuesUrl = "https://github.com/paulgb/BarbBlock/issues", + LicenseId = (short)2, + Name = "BarbBlock Adblock Plus", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 1, 14, 8, 57, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://ssl.bblck.me/blacklists/adblock-plus.txt" + }, + new + { + Id = (short)518, + Description = "This list consists of Low Level Sensitivity website URLs", + DescriptionSourceUrl = "https://www.dshield.org/feeds/suspiciousdomains_Low.txt", + EmailAddress = "info@dshield.org", + HomeUrl = "https://dshield.org/suspicious_domains.html", + LicenseId = (short)25, + Name = "DShield.org Suspicious Domain List - Low", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 15, 2, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.dshield.org/feeds/suspiciousdomains_Low.txt" + }, + new + { + Id = (short)519, + Description = "This list consists of Medium Level Sensitivity website URLs", + DescriptionSourceUrl = "https://www.dshield.org/feeds/suspiciousdomains_Medium.txt", + EmailAddress = "info@dshield.org", + HomeUrl = "https://dshield.org/suspicious_domains.html", + LicenseId = (short)25, + Name = "DShield.org Suspicious Domain List - Medium", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 15, 8, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.dshield.org/feeds/suspiciousdomains_Medium.txt", + ViewUrlMirror1 = "https://isc.sans.edu/feeds/suspiciousdomains_Medium.txt" + }, + new + { + Id = (short)520, + Description = "This list consists of High Level Sensitivity website URLs", + DescriptionSourceUrl = "https://www.dshield.org/feeds/suspiciousdomains_High.txt", + EmailAddress = "info@dshield.org", + HomeUrl = "https://dshield.org/suspicious_domains.html", + LicenseId = (short)25, + Name = "DShield.org Suspicious Domain List - High", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 15, 14, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.dshield.org/feeds/suspiciousdomains_High.txt" + }, + new + { + Id = (short)521, + Description = "To block out ads, mostly tracking services, to prevent data from being collected.", + DescriptionSourceUrl = "https://www.kowabit.de/blcklst/", + DonateUrl = "https://www.kowabit.de/willkommen/finanzierung-von-kowabit/", + HomeUrl = "https://www.kowabit.de/blcklst/", + LicenseId = (short)20, + Name = "Kowabit - bl*cklist of death - List for Fritz!Box routers", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 9, 19, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://list.kwbt.de/kwbtlist.txt" + }, + new + { + Id = (short)522, + Description = "If you want to specifically block service from Microsoft with respect to Windows 10 , then you use this list.", + DescriptionSourceUrl = "https://www.kowabit.de/blcklst/", + DonateUrl = "https://www.kowabit.de/willkommen/finanzierung-von-kowabit/", + HomeUrl = "https://www.kowabit.de/blcklst/", + LicenseId = (short)20, + Name = "Kowabit - bl*cklist of death", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 9, 39, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://list.kwbt.de/kwbtlist.txt" + }, + new + { + Id = (short)525, + Description = "This list is a correlated list to only block porn sites that appear on Alex'a top 1m site list.", + DescriptionSourceUrl = "https://github.com/chadmayfield/my-pihole-blocklists", + HomeUrl = "https://github.com/chadmayfield/my-pihole-blocklists", + IssuesUrl = "https://github.com/chadmayfield/my-pihole-blocklists/issues", + LicenseId = (short)4, + Name = "Chad Mayfield's Porn List Light", + PublishedDate = new DateTime(2017, 5, 6, 16, 37, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 22, 33, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/chadmayfield/my-pihole-blocklists/master/lists/pi_blocklist_porn_top1m.list", + ViewUrlMirror1 = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Chad-Mayfield-Porn-Blocklist-Light.txt" + }, + new + { + Id = (short)526, + Description = "This list is a slightly edited list from Université Toulouse 1 Capitole.", + DescriptionSourceUrl = "https://github.com/chadmayfield/my-pihole-blocklists", + HomeUrl = "https://github.com/chadmayfield/my-pihole-blocklists", + IssuesUrl = "https://github.com/chadmayfield/my-pihole-blocklists/issues", + LicenseId = (short)4, + Name = "Chad Mayfield's Porn List Heavy", + PublishedDate = new DateTime(2017, 5, 6, 16, 37, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 22, 33, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/chadmayfield/my-pihole-blocklists/master/lists/pi_blocklist_porn_all.list", + ViewUrlMirror1 = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Chad-Mayfield-Porn-Blocklist-Heavy.txt" + }, + new + { + Id = (short)562, + Description = "Supports major domestic video sites! Already mainly supports uBO rules! Some of the large site element hiding rules have moved to Stylish, please go to https://userstyles.org/styles/117992/theme to install those entries.", + DescriptionSourceUrl = "https://github.com/xinggsf/Adblock-Plus-Rule/blob/master/README.md", + EmailAddress = "xinggsf@gmail.com", + ForumUrl = "https://bbs.kafan.cn/thread-1866845-1-1.html", + HomeUrl = "https://bbs.kafan.cn/thread-1866845-1-1.html", + IssuesUrl = "https://github.com/xinggsf/Adblock-Plus-Rule/issues", + LicenseId = (short)5, + Name = "Winding Advertising Filter Rules (乘风 广告过滤规则)", + PublishedDate = new DateTime(2015, 7, 20, 14, 39, 35, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 6, 20, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/xinggsf/Adblock-Plus-Rule/master/ABP-FX.txt" + }, + new + { + Id = (short)563, + Description = "Filter list for Adguard", + DescriptionSourceUrl = "https://github.com/andromedarabbit/List-KR", + EmailAddress = "plaintext@andromedarabbit.net", + HomeUrl = "https://github.com/andromedarabbit/List-KR", + LicenseId = (short)8, + Name = "List-KR (andromedarabbit)", + PublishedDate = new DateTime(2016, 5, 13, 13, 2, 19, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 6, 14, 13, 44, 17, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/andromedarabbit/List-KR/master/filter.txt" + }, + new + { + Id = (short)564, + Description = "Stop Anti-adblock tracking and problematic Anti-adblock websites", + DescriptionSourceUrl = "https://fanboy.co.nz/", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://www.fanboy.co.nz/", + IssuesUrl = "https://github.com/ryanbr/fanboy-adblock/issues", + LicenseId = (short)16, + Name = "Fanboy's problematic-sites", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 2, 49, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://fanboy.co.nz/fanboy-problematic-sites.txt" + }, + new + { + Id = (short)565, + Description = "EasyList Lite is new in AdBlock for Microsoft Edge and Mozilla Firefox. It's a subset of EasyList. EasyList Lite includes only the filters that actually block and hide ads on the websites people visit most. This makes it several thousand filters smaller than EasyList, and that enables AdBlock to work faster on those sites.", + DescriptionSourceUrl = "https://help.getadblock.com/support/solutions/articles/6000142821-what-is-easylist-lite-", + ForumUrl = "https://help.getadblock.com/support/home", + HomeUrl = "https://help.getadblock.com/support/home", + LicenseId = (short)4, + Name = "EasyList - Lite", + PolicyUrl = "https://help.getadblock.com/support/solutions/articles/6000142821-what-is-easylist-lite-", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 12, 14, 7, 11, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://cdn.adblockcdn.com/filters/easylist_lite.txt" + }, + new + { + Id = (short)566, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List", + SyntaxId = (short)38, + UpdatedDate = new DateTime(2019, 4, 13, 3, 12, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt" + }, + new + { + Id = (short)569, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List - Chinese Only", + PublishedDate = new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + UpdatedDate = new DateTime(2019, 2, 21, 9, 32, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/chinese.txt" + }, + new + { + Id = (short)570, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List - Czech Only", + PublishedDate = new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + UpdatedDate = new DateTime(2019, 3, 25, 21, 10, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/czech.txt" + }, + new + { + Id = (short)573, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List - English Only", + PublishedDate = new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + UpdatedDate = new DateTime(2019, 4, 12, 17, 30, 59, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/english.txt" + }, + new + { + Id = (short)574, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List - French Only", + PublishedDate = new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + UpdatedDate = new DateTime(2019, 3, 19, 7, 42, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/french.txt" + }, + new + { + Id = (short)575, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List - German Only", + PublishedDate = new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + UpdatedDate = new DateTime(2019, 4, 12, 17, 24, 27, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/german.txt" + }, + new + { + Id = (short)583, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List - Portuguese Only", + PublishedDate = new DateTime(2018, 8, 2, 13, 7, 41, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + UpdatedDate = new DateTime(2019, 3, 25, 11, 53, 1, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/portuguese.txt" + }, + new + { + Id = (short)585, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List - Russian Only", + PublishedDate = new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + UpdatedDate = new DateTime(2019, 4, 12, 13, 42, 21, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/russian.txt" + }, + new + { + Id = (short)586, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List - Spanish Only", + PublishedDate = new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + UpdatedDate = new DateTime(2019, 3, 27, 10, 11, 17, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/spanish.txt" + }, + new + { + Id = (short)589, + Description = "A occasionally updated collection gambling domains in hosts file format.", + DescriptionSourceUrl = "https://github.com/Sinfonietta/hostfiles", + HomeUrl = "https://github.com/Sinfonietta/hostfiles", + IssuesUrl = "https://github.com/Sinfonietta/hostfiles/issues", + LicenseId = (short)2, + Name = "Gambling Hosts", + PublishedDate = new DateTime(2016, 3, 8, 22, 13, 19, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 21, 20, 20, 31, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts" + }, + new + { + Id = (short)590, + Description = "A occasionally updated collection of porn domains in hosts file format.", + DescriptionSourceUrl = "https://github.com/Sinfonietta/hostfiles", + HomeUrl = "https://github.com/Sinfonietta/hostfiles", + IssuesUrl = "https://github.com/Sinfonietta/hostfiles/issues", + LicenseId = (short)2, + Name = "Pornography Hosts", + PublishedDate = new DateTime(2016, 2, 22, 17, 16, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 21, 20, 18, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts" + }, + new + { + Id = (short)591, + Description = "A occasionally updated collection of snuff domains in hosts file format.", + HomeUrl = "https://github.com/Sinfonietta/hostfiles", + IssuesUrl = "https://github.com/Sinfonietta/hostfiles/issues", + LicenseId = (short)2, + Name = "Snuff Hosts", + PublishedDate = new DateTime(2017, 9, 15, 16, 20, 51, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 6, 6, 5, 25, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/snuff-hosts" + }, + new + { + Id = (short)592, + Description = "A occasionally updated collection of social media domains in hosts file format.", + DescriptionSourceUrl = "https://github.com/Sinfonietta/hostfiles", + HomeUrl = "https://github.com/Sinfonietta/hostfiles", + IssuesUrl = "https://github.com/Sinfonietta/hostfiles/issues", + LicenseId = (short)2, + Name = "Social Hosts", + PublishedDate = new DateTime(2016, 3, 6, 16, 55, 18, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 2, 7, 5, 47, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts" + }, + new + { + Id = (short)593, + Description = "This is a small attempt to limit my exposure to sites that fall under the umbrella of “fake news.” It blocks sites that willfully and regularly spread clickbait, hoaxes, propaganda and disinformation.", + DescriptionSourceUrl = "https://github.com/marktron/fakenews#purpose", + EmailAddress = "moustache@gmail.com", + HomeUrl = "https://github.com/marktron/fakenews", + IssuesUrl = "https://github.com/marktron/fakenews/issues", + LicenseId = (short)2, + Name = "fakenews", + PublishedDate = new DateTime(2016, 12, 17, 6, 15, 59, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 3, 29, 16, 41, 1, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews" + }, + new + { + Id = (short)595, + Description = "Collection of Analytics, Ads, and tracking hosts to block.", + DescriptionSourceUrl = "https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt", + HomeUrl = "https://www.github.developerdan.com/hosts/", + IssuesUrl = "https://github.com/lightswitch05/hosts/issues", + LicenseId = (short)18, + Name = "Ads & Tracking", + PublishedDate = new DateTime(2018, 5, 24, 14, 40, 19, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 4, 13, 12, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt" + }, + new + { + Id = (short)596, + Description = "A very aggressive block list for tracking, geo-targeting, & ads. This list is only recommended for advanced users who do not mind occasional whitelisting.", + DescriptionSourceUrl = "https://www.github.developerdan.com/hosts/lists/tracking-aggressive-extended.txt", + HomeUrl = "https://www.github.developerdan.com/hosts/", + IssuesUrl = "https://github.com/lightswitch05/hosts/issues", + LicenseId = (short)18, + Name = "Tracking Aggressive", + PublishedDate = new DateTime(2018, 7, 19, 11, 3, 56, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 13, 15, 29, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.github.developerdan.com/hosts/lists/tracking-aggressive-extended.txt" + }, + new + { + Id = (short)598, + Description = "Hosts block ads of Vietnamese", + DescriptionSourceUrl = "https://github.com/bigdargon/hostsVN#hostsvn", + HomeUrl = "https://github.com/bigdargon/hostsVN", + IssuesUrl = "https://github.com/bigdargon/hostsVN/issues", + LicenseId = (short)2, + Name = "hostsVN", + PublishedDate = new DateTime(2018, 7, 2, 2, 47, 3, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 10, 8, 5, 45, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bigdargon/hostsVN/master/hosts" + }, + new + { + Id = (short)599, + Description = "Android host file - Adaway", + DescriptionSourceUrl = "https://abpvn.com/android/abpvn.txt", + EmailAddress = "support@abpvn.com", + HomeUrl = "https://abpvn.com/", + LicenseId = (short)4, + Name = "ABPVN Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 13, 12, 25, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://abpvn.com/android/abpvn.txt" + }, + new + { + Id = (short)600, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the Vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn_noelemhide.txt", + EmailAddress = "support@abpvn.com", + HomeUrl = "https://abpvn.com/", + LicenseId = (short)4, + Name = "ABPVN List - No Element Hide", + PublishedDate = new DateTime(2016, 10, 26, 10, 6, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 4, 13, 9, 9, 49, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn_noelemhide.txt" + }, + new + { + Id = (short)601, + Description = "A filterlist to prevent sites that know to trick and gain 'Facebook access token' from you that their site offer to boost likes, followers, comments, post shares, etc. while gain access your account to do the same for others.", + HomeUrl = "https://github.com/kowith337/ThaiAntiTokenSites", + IssuesUrl = "https://github.com/kowith337/ThaiAntiTokenSites/issues", + LicenseId = (short)13, + Name = "ThaiAntiTokenSites", + PublishedDate = new DateTime(2016, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 10, 5, 10, 19, 31, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/ThaiAntiTokenSites/master/AntiPumpSites.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/ThaiAntiTokenSites/raw/master/AntiPumpSites.txt" + }, + new + { + Id = (short)602, + Description = "A hosts file to prevent sites that know to trick and gain 'Facebook access token' from you that their site offer to boost likes, followers, comments, post shares, etc. while gain access your account to do the same for others.", + HomeUrl = "https://github.com/kowith337/ThaiAntiTokenSites", + IssuesUrl = "https://github.com/kowith337/ThaiAntiTokenSites/issues", + LicenseId = (short)13, + Name = "ThaiAntiTokenSites Hosts", + PublishedDate = new DateTime(2016, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 1, 28, 14, 49, 57, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/ThaiAntiTokenSites/master/AntiPumpSites_hosts.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/ThaiAntiTokenSites/raw/master/AntiPumpSites_hosts.txt" + }, + new + { + Id = (short)603, + Description = "This list aims to remove particularly disturbing content on YouTube, DailyMotion, Vimeo, Rumble, and several other video sites, that targets young children, as well as nursery rhymes, \"Finger Family\", \"Wrong Heads\", and other things that are hotbeds for extremely unproductive videos. Also supports YouTube on mobile browsers (but sadly not the apps).", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-Elsagate List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 8, 58, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-Elsagate%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-Elsagate%20List.txt" + }, + new + { + Id = (short)604, + Description = "IPs used by forum spammers (last 30 days)", + ForumUrl = "https://www.stopforumspam.com/forum/", + HomeUrl = "https://www.stopforumspam.com/", + LicenseId = (short)26, + Name = "StopForumSpam", + PublishedDate = new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), + SyntaxId = (short)9, + UpdatedDate = new DateTime(2019, 4, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/stopforumspam_30d.ipset" + }, + new + { + Id = (short)605, + Description = "An ipset made from blocklists that track attacks, spyware, viruses. It includes IPs than have been reported or detected in the last 30 days. (includes: bruteforceblocker ciarmy dshield_30d dshield_top_1000 malc0de maxmind_proxy_fraud myip shunlist snort_ipfilter sslbl_aggressive talosintel_ipfilter zeus vxvault)", + HomeUrl = "https://iplists.firehol.org/", + LicenseId = (short)2, + Name = "Firehol Level 3", + PublishedDate = new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), + SyntaxId = (short)32, + UpdatedDate = new DateTime(2019, 4, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level3.netset" + }, + new + { + Id = (short)606, + Description = "Goodbye Ads is designed for Unix-like systems (such as Android), gets a list of domains that serve ads, tracking scripts and malware from multiple reputable sources and creates a hosts file that prevents your system from connecting to them.", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/goodbye-ads-advanced-protection-ads-ad-t3827269", + HomeUrl = "https://github.com/jerryn70/GoodbyeAds", + IssuesUrl = "https://github.com/jerryn70/GoodbyeAds/issues", + LicenseId = (short)2, + Name = "Goodbye Ads", + PublishedDate = new DateTime(2018, 8, 11, 6, 43, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 6, 24, 52, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Hosts/GoodbyeAds.txt" + }, + new + { + Id = (short)607, + Description = "Filters that hide and block newsletters (without pop-ups).", + DescriptionSourceUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_newsletters.txt", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = (short)9, + Name = "Polish Annoyance Filters - Newsletters", + PublishedDate = new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 22, 0, 19, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_newsletters.txt" + }, + new + { + Id = (short)608, + Description = "Filters that hide and block arrows.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_arrows.txt", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = (short)9, + Name = "Polish Annoyance Filters - Arrows", + PublishedDate = new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 22, 0, 19, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_arrows.txt" + }, + new + { + Id = (short)609, + Description = "Filters that hide and block web push notifications.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_push.txt", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = (short)9, + Name = "Polish Annoyances Filters - Web Push Notifications", + PublishedDate = new DateTime(2018, 6, 22, 16, 42, 29, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 14, 0, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_push.txt" + }, + new + { + Id = (short)610, + Description = "Filters that prevent videos from scrolling.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_scrolling_videos.txt", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = (short)9, + Name = "Polish Annoyance Filters - Scrolling Videos", + PublishedDate = new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 7, 22, 0, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_scrolling_videos.txt" + }, + new + { + Id = (short)611, + Description = "Filters that hide and block in-house ads.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_backgrounds_self-advertising.txt", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = (short)9, + Name = "Polish Annoyance Filters - Backgrounds Containing Self-Advertising", + PublishedDate = new DateTime(2018, 6, 29, 19, 22, 33, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 5, 22, 3, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_backgrounds_self-advertising.txt" + }, + new + { + Id = (short)612, + Description = "Filters that hide and block pop-ups.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_pop-ups.txt", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = (short)9, + Name = "Polish Annoyance Filters - Pop-ups", + PublishedDate = new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 22, 0, 19, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_pop-ups.txt" + }, + new + { + Id = (short)613, + Description = "Filters that hide and block contact/feedback widgets.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_contact_feedback_widgets.txt", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = (short)9, + Name = "Polish Annoyance Filters - Contact/Feedback Widgets", + PublishedDate = new DateTime(2018, 6, 30, 16, 14, 48, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 22, 0, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_contact_feedback_widgets.txt" + }, + new + { + Id = (short)614, + Description = "Filters that remove internal tags that do not match the subject of the article, which are easily accidentally clicked. Inspired by Agora Tag Links Remove extension.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_tagged_internal_links.txt", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = (short)9, + Name = "Polish Annoyance Filters - Tagged Internal Links", + PublishedDate = new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 5, 22, 3, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_tagged_internal_links.txt" + }, + new + { + Id = (short)616, + Description = "Filters that hide and block various other elements.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_other_widgets.txt", + HomeUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters", + IssuesUrl = "https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/issues", + LicenseId = (short)9, + Name = "Polish Annoyance Filters - Other Elements", + PublishedDate = new DateTime(2018, 6, 30, 16, 19, 8, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://polishannoyancefilters.netlify.com/issues", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 13, 22, 0, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/PolishAnnoyanceFilters/master/PAF_other_widgets.txt" + }, + new + { + Id = (short)617, + Description = "Ad server list for use with hosts files to block ads", + DescriptionSourceUrl = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext", + DonateUrl = "https://www.patreon.com/blocklist", + HomeUrl = " https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (Hosts)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 14, 13, 26, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext", + ViewUrlMirror1 = "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/yoyo.org/hosts" + }, + new + { + Id = (short)618, + DescriptionSourceUrl = "https://bitbucket.org/ethanr/dns-blacklists/raw/8575c9f96e5b4a1308f2f12394abd86d0927a4a0/bad_lists/Mandiant_APT1_Report_Appendix_D.txt", + LicenseId = (short)5, + Name = "Mandiant APT1 Report Appendix D", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2014, 4, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://bitbucket.org/ethanr/dns-blacklists/raw/8575c9f96e5b4a1308f2f12394abd86d0927a4a0/bad_lists/Mandiant_APT1_Report_Appendix_D.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Mandiant-APT1-Report.txt" + }, + new + { + Id = (short)619, + Description = "YouTube Ad-Block-List for PiHole by HenningVanRäumle", + DescriptionSourceUrl = "https://raw.githubusercontent.com/HenningVanRaumle/pihole-ytadblock/master/ytadblock.txt", + LicenseId = (short)5, + Name = "pihole-ytadblock", + PublishedDate = new DateTime(2017, 2, 25, 1, 25, 9, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2017, 4, 27, 18, 28, 53, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/HenningVanRaumle/pihole-ytadblock/master/ytadblock.txt" + }, + new + { + Id = (short)625, + Description = "A lightweight and constantly updated host blocker available for free on GitHub.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/nathanaccidentally/SystemHostsBlocker/master/hosts", + DonateUrl = "https://github.com/nathanaccidentally/SystemHostsBlocker#systemhostblocker", + EmailAddress = "nathanaccidentally@gmail.com", + HomeUrl = "https://github.com/nathanaccidentally/SystemHostsBlocker", + IssuesUrl = "https://github.com/nathanaccidentally/SystemHostsBlocker/issues", + LicenseId = (short)2, + Name = "System Hosts Blocker", + PublishedDate = new DateTime(2016, 11, 3, 14, 7, 41, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2017, 3, 2, 14, 20, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/nathanaccidentally/SystemHostsBlocker/master/hosts" + }, + new + { + Id = (short)626, + LicenseId = (short)2, + Name = "Tyzbit Hosts", + PublishedDate = new DateTime(2016, 3, 9, 23, 42, 48, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2016, 3, 9, 23, 42, 48, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts" + }, + new + { + Id = (short)628, + Description = "Say goodbye to ads, spies, tracking and untrusted hosts.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/TakoYachty/Gift-Card-Killer/master/Untrusted%20Hosts%20Blocker.txt", + HomeUrl = "https://github.com/TakoYachty/Gift-Card-Killer", + IssuesUrl = "https://github.com/TakoYachty/Gift-Card-Killer/issues", + LicenseId = (short)5, + Name = "Untrusted Hosts Blocker", + SyntaxId = (short)36, + ViewUrl = "https://raw.githubusercontent.com/TakoYachty/Gift-Card-Killer/master/Untrusted%20Hosts%20Blocker.txt" + }, + new + { + Id = (short)630, + LicenseId = (short)5, + Name = "AdGuard DNS Filter (Domains)", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 14, 13, 38, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://v.firebog.net/hosts/AdguardDNS.txt" + }, + new + { + Id = (short)631, + LicenseId = (short)2, + Name = "Prigent Phishing", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 14, 13, 48, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://v.firebog.net/hosts/Prigent-Phishing.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Prigent-Phishing.txt" + }, + new + { + Id = (short)632, + Description = "Samsung SmartTV domains (Will block the \"Smart\" aspects of devices)", + DescriptionSourceUrl = "https://v.firebog.net/hosts/static/SamsungSmart.txt", + LicenseId = (short)5, + Name = "Samsung SmartTV Domains", + SyntaxId = (short)2, + ViewUrl = "https://v.firebog.net/hosts/static/SamsungSmart.txt" + }, + new + { + Id = (short)658, + Description = "Block annoying web elements and reclaim lost screen real estate - Unsuck the web and make it more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = (short)8, + Name = "Web Annoyances Ultralist - Generic Filters", + PublishedDate = new DateTime(2018, 7, 27, 15, 9, 6, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 11, 16, 27, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/generic_filters.txt" + }, + new + { + Id = (short)659, + Description = "Block annoying web elements and reclaim lost screen real estate - Unsuck the web and make it more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = (short)8, + Name = "Web Annoyances Ultralist - Modal Overlay Filters", + PublishedDate = new DateTime(2018, 8, 1, 13, 56, 25, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 13, 1, 57, 27, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/modal_filters.txt" + }, + new + { + Id = (short)660, + Description = "Block annoying web elements and reclaim lost screen real estate - Unsuck the web and make it more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = (short)8, + Name = "Web Annoyances Ultralist - Newsletter Subscription Filters", + PublishedDate = new DateTime(2018, 7, 28, 20, 33, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 12, 19, 21, 51, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/newsletter_filters.txt" + }, + new + { + Id = (short)661, + Description = "Block annoying web elements and reclaim lost screen real estate - Unsuck the web and make it more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = (short)8, + Name = "Web Annoyances Ultralist - Social Filters", + PublishedDate = new DateTime(2018, 7, 28, 20, 33, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 12, 19, 21, 51, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/social_filters.txt" + }, + new + { + Id = (short)663, + HomeUrl = "https://nmtrung.com/fmsf-2/", + IssuesUrl = "https://github.com/nmtrung/FMSF-2.0/issues", + LicenseId = (short)5, + Name = "FSMF 2", + PublishedDate = new DateTime(2017, 1, 5, 4, 44, 41, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 10, 13, 10, 17, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/nmtrung/FMSF-2.0/master/fmsf_2.0.txt" + }, + new + { + Id = (short)664, + HomeUrl = "https://github.com/r-a-y/mobile-hosts", + IssuesUrl = "https://github.com/r-a-y/mobile-hosts/issues", + LicenseId = (short)4, + Name = "Adguard Mobile Ads (hosts)", + PublishedDate = new DateTime(2017, 7, 10, 0, 35, 15, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 7, 0, 35, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardMobileAds.txt" + }, + new + { + Id = (short)665, + HomeUrl = "https://github.com/r-a-y/mobile-hosts", + IssuesUrl = "https://github.com/r-a-y/mobile-hosts/issues", + LicenseId = (short)4, + Name = "Adguard Mobile Tracking and Spyware (hosts)", + PublishedDate = new DateTime(2017, 7, 10, 0, 35, 15, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 4, 3, 23, 19, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardMobileSpyware.txt" + }, + new + { + Id = (short)666, + HomeUrl = "https://github.com/r-a-y/mobile-hosts", + IssuesUrl = "https://github.com/r-a-y/mobile-hosts/issues", + LicenseId = (short)4, + Name = "Adguard Specific Apps (hosts)", + PublishedDate = new DateTime(2017, 9, 13, 22, 7, 5, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 1, 26, 23, 5, 48, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardApps.txt" + }, + new + { + Id = (short)667, + HomeUrl = "https://github.com/r-a-y/mobile-hosts", + IssuesUrl = "https://github.com/r-a-y/mobile-hosts/issues", + LicenseId = (short)4, + Name = "AdGuard DNS Filter (Hosts)", + PublishedDate = new DateTime(2017, 11, 21, 23, 40, 34, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 7, 0, 37, 44, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardDNS.txt" + }, + new + { + Id = (short)668, + HomeUrl = "https://github.com/10ZiN/10ZiN.github.io", + LicenseId = (short)5, + Name = "iOS/Mobile Host Database", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 8, 3, 20, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://tgc.cloud/downloads/iOSAds.txt" + }, + new + { + Id = (short)669, + HomeUrl = "https://github.com/10ZiN/10ZiN.github.io", + LicenseId = (short)5, + Name = "10ZiN Host Database (Full)", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 8, 3, 41, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://tgc.cloud/downloads/hosts.txt" + }, + new + { + Id = (short)670, + Description = "A version of the Nordic filter list for Little Snitch. It currently doesn't see much work done on it, as the maintainer does not have a Mac to test it with.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (Little Snitch)", + SyntaxId = (short)18, + UpdatedDate = new DateTime(2019, 5, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/LittleSnitchNorwegianList.lsrules", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/LittleSnitchNorwegianList.lsrules" + }, + new + { + Id = (short)671, + Description = "This rule group demonstrates the subscription of a blocklist. It's for demo purposes only. It lets you try out the subscription procedure and the available configuration options. You can rename the group, enable/disable either individual rules or the entire group, specify the update interval, and more.", + HomeUrl = "https://www.obdev.at/products/littlesnitch/index.html", + LicenseId = (short)5, + Name = "Little Snitch Blocklist Example", + SyntaxId = (short)18, + ViewUrl = "https://obdev.at/resources/littlesnitch/blocklist-example.lsrules" + }, + new + { + Id = (short)672, + Description = "Ad server list for use with Little Snitch", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (Little Snitch)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)18, + UpdatedDate = new DateTime(2019, 4, 13, 10, 21, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=littlesnitch-rule-group-subscriptions;showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)673, + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (Internet Explorer)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 13, 10, 26, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=msfilter&showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)674, + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (Domains)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 13, 10, 31, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)675, + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (IPs)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)9, + UpdatedDate = new DateTime(2019, 4, 13, 10, 36, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/adservers/iplist.php?ipformat=plain&showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)676, + Description = "List of ad servers usable in Internet Junkbuster's / Privoxy block file", + DescriptionSourceUrl = "https://pgl.yoyo.org/as/serverlist.php?hostformat=junkbuster;showintro=1&mimetype=plaintext", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (Privoxy)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)19, + UpdatedDate = new DateTime(2019, 4, 13, 10, 41, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/as/serverlist.php?hostformat=junkbuster;showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)677, + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (Domains with wildcards)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)16, + UpdatedDate = new DateTime(2019, 4, 13, 10, 46, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/as/serverlist.php?hostformat=adblock;showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)678, + HomeUrl = "https://gist.github.com/sx2008/2766874", + LicenseId = (short)5, + Name = "Privoxy User Action File (sx2008)", + SyntaxId = (short)19, + UpdatedDate = new DateTime(2014, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gist.githubusercontent.com/sx2008/2766874/raw/c12a305decef3332663d1e04efa80b881211cfac/user.action" + }, + new + { + Id = (short)679, + Description = "This is my Privoxy configuration. It blocks common trackers and ads.", + DescriptionSourceUrl = "https://github.com/fdb/privoxy-config/blob/master/README", + HomeUrl = "https://github.com/fdb/privoxy-config", + IssuesUrl = "https://github.com/fdb/privoxy-config/issues", + LicenseId = (short)5, + Name = "Privoxy Config - Block Trackers", + PublishedDate = new DateTime(2012, 2, 8, 10, 29, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)19, + UpdatedDate = new DateTime(2012, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/fdb/privoxy-config/master/block-trackers.action" + }, + new + { + Id = (short)680, + Description = "This is a slimmer version of \"Dandelion Sprout's Nordic Filters\", intended for users of software tools that doesn't support adblocker syntaxes. It chiefly targets scams and malware on Norwegian or Danish sites, as well as some advert and tracking servers.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (Domains)", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 23, 15, 45, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/DandelionSproutsNorskeFiltreDomains.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/DandelionSproutsNorskeFiltreDomains.txt" + }, + new + { + Id = (short)681, + Description = "An IP list of domains serving malware", + ForumUrl = "https://www.malwaredomainlist.com/forums/", + HomeUrl = "https://www.malwaredomainlist.com/", + LicenseId = (short)7, + Name = "Malware Domain List (IPs)", + SubmissionUrl = "https://www.malwaredomainlist.com/contact.php", + SyntaxId = (short)9, + UpdatedDate = new DateTime(2019, 2, 24, 13, 32, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.malwaredomainlist.com/hostslist/ip.txt" + }, + new + { + Id = (short)682, + Description = "This file will be automatically updated daily and populated with the last 30 days of malicious IP addresses.", + HomeUrl = "https://malc0de.com/dashboard/", + LicenseId = (short)5, + Name = "Malc0de IP Blacklist", + SyntaxId = (short)9, + UpdatedDate = new DateTime(2019, 4, 15, 5, 33, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://malc0de.com/bl/IP_Blacklist.txt" + }, + new + { + Id = (short)683, + EmailAddress = "support@novirusthanks.com", + HomeUrl = "http://www.urlvir.com/", + LicenseId = (short)5, + Name = "URLVir Active Malicious IP Addresses Hosting Malware", + SyntaxId = (short)9, + UpdatedDate = new DateTime(2019, 4, 15, 5, 38, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "http://www.urlvir.com/export-ip-addresses/" + }, + new + { + Id = (short)684, + EmailAddress = "support@novirusthanks.com", + HomeUrl = "http://www.urlvir.com/", + LicenseId = (short)5, + Name = "URLVir Active Malicious Hosts", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 5, 43, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "http://www.urlvir.com/export-hosts/" + }, + new + { + Id = (short)685, + Description = "This is a list of malware domains.", + DonateUrl = "https://www.malwaredomains.com/?page_id=675", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = (short)5, + Name = "DNS-BH Malware Domains (Hosts)", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 15, 5, 48, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://mirror1.malwaredomains.com/files/domains.hosts", + ViewUrlMirror1 = "https://mirror.cedia.org.ec/malwaredomains/domains.hosts" + }, + new + { + Id = (short)686, + DonateUrl = "https://help.getadblock.com/support/solutions/articles/6000087900-where-can-i-pay-for-adblock-", + HomeUrl = "https://getadblock.com/", + LicenseId = (short)4, + Name = "Chrome AdBlock auxiliarly filters", + SyntaxId = (short)3, + ViewUrl = "https://cdn.adblockcdn.com/filters/adblock_custom.txt" + }, + new + { + Id = (short)687, + Description = "Hosts file based ad blocker for Microsoft Edge and all other browsers. Does not require any add-ons, since this method is based on the hosts DNS resolver text file.", + DescriptionSourceUrl = "http://www.quero.at/adblock-hosts-edge.php", + DonateUrl = "http://www.quero.at/donate.php", + EmailAddress = "support@quero.at", + HomeUrl = "http://www.quero.at/adblock-hosts-edge.php", + LicenseId = (short)4, + Name = "Quero AdBlock Hosts", + SyntaxId = (short)1, + ViewUrl = "http://www.quero.at/download/adblock-hosts.zip" + }, + new + { + Id = (short)689, + HomeUrl = "https://github.com/xxcriticxx/.pl-host-file", + IssuesUrl = "https://github.com/xxcriticxx/.pl-host-file/issues", + LicenseId = (short)11, + Name = ".pl-host-file", + PublishedDate = new DateTime(2016, 10, 21, 1, 43, 26, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 7, 2, 20, 16, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/xxcriticxx/.pl-host-file/master/hosts.txt" + }, + new + { + Id = (short)690, + Description = "A daily updated list of suspicious, snooping, sniffing and hacking attempts from IP addresses against services like SSH, HTTP and Wordpress Hack Attempts", + DescriptionSourceUrl = "https://github.com/mitchellkrogza/Suspicious.Snooping.Sniffing.Hacking.IP.Addresses#suspicioussnoopingsniffinghackingipaddresses", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/Suspicious.Snooping.Sniffing.Hacking.IP.Addresses", + IssuesUrl = "https://github.com/mitchellkrogza/Suspicious.Snooping.Sniffing.Hacking.IP.Addresses/issues", + LicenseId = (short)2, + Name = "Suspicious Snooping Sniffing Hacking IP Addresses", + PublishedDate = new DateTime(2018, 4, 14, 11, 56, 37, 0, DateTimeKind.Unspecified), + SyntaxId = (short)9, + UpdatedDate = new DateTime(2019, 4, 15, 6, 1, 37, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mitchellkrogza/Suspicious.Snooping.Sniffing.Hacking.IP.Addresses/master/ips.list" + }, + new + { + Id = (short)691, + Description = "Lists of the top attacking IP addresses trying to hack or compromise Wordpress web sites. Information is sourced from reports released monthly by Wordfence", + DescriptionSourceUrl = "https://github.com/mitchellkrogza/Top-Attacking-IP-Addresses-Against-Wordpress-Sites#top-attacking-ip-addresses-against-wordpress-sites", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/Top-Attacking-IP-Addresses-Against-Wordpress-Sites", + IssuesUrl = "https://github.com/mitchellkrogza/Top-Attacking-IP-Addresses-Against-Wordpress-Sites/issues", + LicenseId = (short)2, + Name = "Top Attacking IP Addresses Against Wordpress Sites", + PublishedDate = new DateTime(2017, 7, 18, 12, 10, 14, 0, DateTimeKind.Unspecified), + SyntaxId = (short)9, + UpdatedDate = new DateTime(2017, 11, 12, 9, 43, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mitchellkrogza/Top-Attacking-IP-Addresses-Against-Wordpress-Sites/master/wordpress-attacking-ips.txt" + }, + new + { + Id = (short)692, + Description = "This repository contains a list of all web sites I come across that are hacked with malware, ransomware or trojans. Most site owners are unaware their sites have been hacked and are being used to plant malware.", + DescriptionSourceUrl = "https://github.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites#the-big-list-of-hacked-malware-web-sites", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites", + IssuesUrl = "https://github.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites/issues", + LicenseId = (short)2, + Name = "The Big List of Hacked Malware Web Sites", + PublishedDate = new DateTime(2017, 9, 20, 13, 22, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 16, 11, 54, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites/master/hacked-domains.list" + }, + new + { + Id = (short)693, + Description = "The Ultimate hosts file for protecting your computer or device against over a million bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware. Raw versions in 4 parts can be found at https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/tree/master/hosts", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist", + IssuesUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/issues", + LicenseId = (short)2, + Name = "Ultimate Hosts Blacklist (Hosts)", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 18, 6, 14, 24, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hosts.ubuntu101.co.za/hosts" + }, + new + { + Id = (short)694, + Description = "The Ultimate hosts file for protecting your computer or device against over a million bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware. Raw versions in 4 parts can be found at https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/tree/master/domains", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist", + IssuesUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/issues", + LicenseId = (short)2, + Name = "Ultimate Hosts Blacklist (Domains)", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 19, 1, 6, 1, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hosts.ubuntu101.co.za/domains.list" + }, + new + { + Id = (short)696, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "Dan Pollock's Hosts (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 0, 0, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/dan-pollock-someonewhocares-org.txt" + }, + new + { + Id = (short)697, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "MVPS Hosts (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 9, 0, 0, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/mvps-hosts-file.txt" + }, + new + { + Id = (short)698, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "Malware Domain List (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 22, 0, 0, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/malware-domain-list.txt" + }, + new + { + Id = (short)699, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "NoCoin (Domains)", + PublishedDate = new DateTime(2018, 2, 25, 0, 22, 29, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 12, 16, 0, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/nocoin.txt" + }, + new + { + Id = (short)700, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "EasyList (Domains)", + PublishedDate = new DateTime(2018, 6, 23, 1, 33, 18, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 16, 16, 1, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/easylist.txt" + }, + new + { + Id = (short)703, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "KAD Hosts File (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 16, 0, 0, 52, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/kadhosts.txt" + }, + new + { + Id = (short)704, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "Steven Black's Hosts (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 16, 0, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/steven-blacks-ad-hoc-list.txt" + }, + new + { + Id = (short)705, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "Badd Boyz Hosts (Domains)", + PublishedDate = new DateTime(2018, 2, 25, 22, 37, 5, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 6, 3, 8, 0, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/coinblocker.txt" + }, + new + { + Id = (short)706, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "add.2o7Net (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 10, 20, 16, 0, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/add-2o7net.txt" + }, + new + { + Id = (short)707, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "add.Dead (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 16, 8, 0, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/add-dead.txt" + }, + new + { + Id = (short)708, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "add.Risk (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 12, 16, 0, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/add-risk.txt" + }, + new + { + Id = (short)709, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "add.Spam (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 7, 16, 16, 0, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/add-spam.txt" + }, + new + { + Id = (short)710, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "Tyzbit (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/tyzbit.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Tyzbit.txt" + }, + new + { + Id = (short)711, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "Unchecky Ads (Domains)", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 7, 16, 16, 0, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/uncheckyads.txt" + }, + new + { + Id = (short)712, + EmailAddress = "me@austinheap.com", + HomeUrl = "https://github.com/austinheap/sophos-xg-block-lists", + LicenseId = (short)2, + Name = "Spotify Ad Domains", + PublishedDate = new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 6, 23, 1, 32, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/austinheap/sophos-xg-block-lists/master/spotifyads.txt" + }, + new + { + Id = (short)715, + EmailAddress = "admin@highsea90.com", + HomeUrl = "https://github.com/highsea/Hosts", + IssuesUrl = "https://github.com/highsea/Hosts/issues", + LicenseId = (short)5, + Name = "High Sea Hosts", + PublishedDate = new DateTime(2015, 1, 15, 8, 3, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)14, + UpdatedDate = new DateTime(2015, 3, 30, 4, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/highsea/Hosts/master/host-include-appale/hosts" + }, + new + { + Id = (short)716, + HomeUrl = "https://github.com/lennylxx/ipv6-hosts", + IssuesUrl = "https://github.com/lennylxx/ipv6-hosts/issues", + LicenseId = (short)2, + Name = "lennylxx IPv6 Hosts", + PublishedDate = new DateTime(2014, 7, 15, 12, 43, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)37, + UpdatedDate = new DateTime(2019, 1, 28, 22, 55, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/lennylxx/ipv6-hosts/master/hosts" + }, + new + { + Id = (short)717, + Description = "The project does not make any profit, only for convenient browsing of some websites for study and research, please comply with local laws.", + DescriptionSourceUrl = "https://github.com/superliaoyong/hosts#%E9%A1%B9%E7%9B%AE%E4%B8%8D%E5%81%9A%E4%BB%BB%E4%BD%95%E7%9B%88%E5%88%A9%E5%8F%AA%E4%BE%9B%E4%BE%BF%E5%88%A9%E7%9A%84%E6%B5%8F%E8%A7%88%E9%83%A8%E5%88%86%E7%BD%91%E7%AB%99%E4%BB%A5%E5%AD%A6%E4%B9%A0%E7%A0%94%E7%A9%B6%E8%AF%B7%E9%81%B5%E5%AE%88%E5%BD%93%E5%9C%B0%E6%B3%95%E5%BE%8B", + HomeUrl = "https://github.com/superliaoyong/hosts", + LicenseId = (short)5, + Name = "Full Address Hosts File", + PolicyUrl = "https://github.com/superliaoyong/hosts#%E9%A1%B9%E7%9B%AE%E5%BC%80%E6%BA%90%E5%A4%8D%E5%88%B6%E6%97%B6%E6%B3%A8%E6%98%8E%E6%9D%A5%E6%BA%90%E4%BD%86%E7%A6%81%E6%AD%A2%E4%BB%BB%E4%BD%95%E4%BA%BA%E6%88%96%E7%BB%84%E7%BB%87%E9%87%8D%E5%8F%91%E5%B8%83%E5%88%B0%E5%A4%A7%E9%99%86%E7%BD%91%E7%AB%99", + PublishedDate = new DateTime(2016, 7, 10, 13, 38, 56, 0, DateTimeKind.Unspecified), + SyntaxId = (short)14, + UpdatedDate = new DateTime(2016, 7, 10, 13, 38, 56, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/superliaoyong/hosts/master/hosts" + }, + new + { + Id = (short)718, + Description = "CERNET -- China Education and Research Network. You can ignore this repository if you don't know that.", + DescriptionSourceUrl = "https://github.com/popcorner/cernet-ipv6-hosts#welcome-to-cernet-ipv6-hosts", + HomeUrl = "https://github.com/popcorner/cernet-ipv6-hosts", + IssuesUrl = "https://github.com/popcorner/cernet-ipv6-hosts/issues", + LicenseId = (short)5, + Name = "CERNET IPv6 Hosts", + PublishedDate = new DateTime(2014, 11, 18, 12, 42, 33, 0, DateTimeKind.Unspecified), + SyntaxId = (short)37, + UpdatedDate = new DateTime(2019, 3, 10, 21, 11, 5, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/popcorner/cernet-ipv6-hosts/hosts/hosts" + }, + new + { + Id = (short)719, + Description = "This list allows advertising that directly benefits open source projects by paying for development, paying for operations, or providing direct funding. You can read more at https://ads-for-open-source.readthedocs.io/inclusion.html for details on the criteria for inclusion or to get your project included.", + DescriptionSourceUrl = "https://github.com/readthedocs/ads-for-opensource#advertising-for-open-source-exception-lists", + HomeUrl = "https://github.com/readthedocs/ads-for-opensource", + IssuesUrl = "https://github.com/readthedocs/ads-for-opensource/issues", + LicenseId = (short)2, + Name = "Open Source Advertising Exception List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 16, 22, 22, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt" + }, + new + { + Id = (short)720, + Description = "Nónio - The platform that violates your privacy.", + HomeUrl = "https://nonio.pt/ublock.html", + LicenseId = (short)5, + Name = "AntiNónio", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 16, 22, 27, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://nonio.pt/antinonio.txt" + }, + new + { + Id = (short)721, + Description = "This list started as a replica of the content that was on the AntiNónio project at https://nonio.pt/ublock.html. However, since this content contained several addresses that I don't think should be included in it, I decided to redo it and make it more dynamic.", + DescriptionSourceUrl = "https://github.com/brunomiguel/antinonio/blob/master/README.md", + HomeUrl = "https://github.com/brunomiguel/antinonio", + IssuesUrl = "https://github.com/brunomiguel/antinonio/issues", + LicenseId = (short)8, + Name = "AntiNónio - Bruno Miguel", + PublishedDate = new DateTime(2018, 1, 28, 11, 53, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 2, 5, 21, 16, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/brunomiguel/antinonio/master/antinonio.txt" + }, + new + { + Id = (short)722, + HomeUrl = "https://gist.github.com/balupton/6960605", + LicenseId = (short)5, + Name = "Twitter Drama", + SyntaxId = (short)3, + ViewUrl = "https://gist.githubusercontent.com/balupton/6960605/raw/16bfeff88761b16296ed3ee15fbacf6840f1701a/filter-twitterdrama.txt" + }, + new + { + Id = (short)723, + HomeUrl = "https://gist.github.com/balupton/6960605", + LicenseId = (short)5, + Name = "Feedly Ads", + SyntaxId = (short)3, + ViewUrl = "https://gist.githubusercontent.com/balupton/6960605/raw/16bfeff88761b16296ed3ee15fbacf6840f1701a/filter-feedlyads.txt" + }, + new + { + Id = (short)724, + HomeUrl = "https://gist.github.com/balupton/6960605", + LicenseId = (short)5, + Name = "Facebook Drama", + SyntaxId = (short)3, + ViewUrl = "https://gist.githubusercontent.com/balupton/6960605/raw/16bfeff88761b16296ed3ee15fbacf6840f1701a/filter-facebookdrama.txt" + }, + new + { + Id = (short)726, + HomeUrl = "https://github.com/whtsky/abp-rules", + IssuesUrl = "https://github.com/whtsky/abp-rules/issues", + LicenseId = (short)5, + Name = "whtsky's rules", + PublishedDate = new DateTime(2018, 5, 18, 3, 24, 19, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 11, 12, 4, 4, 43, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/whtsky/abp-rules/master/rules.txt", + ViewUrlMirror1 = "https://abp.tt.codes/rules.txt" + }, + new + { + Id = (short)728, + Description = "Filter list that specifically removes adverts on Indonesian language websites.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/realodix/AdBlockID/master/output/adblockid.txt", + HomeUrl = "https://github.com/realodix/AdBlockID", + IssuesUrl = "https://github.com/realodix/AdBlockID/issues", + LicenseId = (short)4, + Name = "AdBlockID", + PublishedDate = new DateTime(2017, 11, 30, 11, 9, 5, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 9, 33, 48, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/realodix/AdBlockID/master/output/adblockid.txt" + }, + new + { + Id = (short)729, + Description = "Blocks crap on websites", + DescriptionSourceUrl = "https://github.com/theel0ja/CrapBlock#crapblock", + EmailAddress = "elias.ojala+github@kapsi.fi", + HomeUrl = "https://crapblock.theel0ja.info/", + IssuesUrl = "https://github.com/theel0ja/CrapBlock/issues", + LicenseId = (short)5, + Name = "CrapBlock Annoyances", + PublishedDate = new DateTime(2018, 2, 14, 16, 27, 38, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 21, 0, 14, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/theel0ja/CrapBlock/master/crapblock-annoyances.txt", + ViewUrlMirror1 = "https://crapblock.theel0ja.info/crapblock-annoyances.txt", + ViewUrlMirror2 = "https://gitlab.com/theel0ja/crapblock/raw/master/crapblock-annoyances.txt" + }, + new + { + Id = (short)730, + Description = "Blocks Google Fonts, except those not available for download.", + DescriptionSourceUrl = "https://github.com/theel0ja/CrapBlock#crapblock", + EmailAddress = "elias.ojala+github@kapsi.fi", + HomeUrl = "https://crapblock.theel0ja.info/", + IssuesUrl = "https://github.com/theel0ja/CrapBlock/issues", + LicenseId = (short)5, + Name = "Block Google Fonts (by CrapBlock)", + PublishedDate = new DateTime(2018, 9, 9, 16, 3, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 12, 1, 18, 13, 3, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/theel0ja/CrapBlock/master/block-googlefonts.txt", + ViewUrlMirror1 = "https://crapblock.theel0ja.info/block-googlefonts.txt", + ViewUrlMirror2 = "https://gitlab.com/theel0ja/crapblock/raw/master/block-googlefonts.txt" + }, + new + { + Id = (short)731, + Description = "A list that blocks ads from my choice", + DescriptionSourceUrl = "https://github.com/NeeEoo/AdBlockNeeEoo#adblockneeeoo", + HomeUrl = "https://github.com/NeeEoo/AdBlockNeeEoo", + IssuesUrl = "https://github.com/NeeEoo/AdBlockNeeEoo/issues", + LicenseId = (short)5, + Name = "AdBlockNeeEoo", + PublishedDate = new DateTime(2016, 12, 12, 9, 47, 19, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 9, 19, 16, 52, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/NeeEoo/AdBlockNeeEoo/master/List.txt" + }, + new + { + Id = (short)732, + Description = "This is a blocklist (might not be ad specific) for ublock orgin and other blockers... Reason: Out of box nagware/pop up box less internet (also used by me)", + DescriptionSourceUrl = "https://github.com/dariusworks/superblock#superblock", + DonateUrl = "https://bads.team/ultrapage#donate", + EmailAddress = "hello@bads.team", + HomeUrl = "https://github.com/dariusworks/superblock", + IsDeleted = true, + IssuesUrl = "https://github.com/dariusworks/superblock/issues", + LicenseId = (short)2, + Name = "BADS.TM Cleaner Sites List All In One", + PublishedDate = new DateTime(2017, 8, 6, 17, 23, 59, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 12, 23, 14, 57, 42, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/dariusworks/superblock/master/cleanersitesAiO.txt" + }, + new + { + Id = (short)734, + Description = "Filterlist that targeted to use on Gelbooru image board site.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/filterlist/imageboard/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A\"Site%3A+Gelbooru\"", + LicenseId = (short)13, + Name = "GelboLube", + PublishedDate = new DateTime(2018, 9, 27, 13, 46, 5, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 12, 8, 33, 6, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/imageboard/GelboLube.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/imageboard/GelboLube.txt" + }, + new + { + Id = (short)735, + Description = "Help blocking ads, unnecessary widgets and also prevent anti-adblock cooldown on APKMirror.", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A\"Site%3A+APKMirror\"", + LicenseId = (short)13, + Name = "Anti APKMirror Ads and Countdown", + PublishedDate = new DateTime(2018, 9, 26, 14, 26, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/specific/AntiAPKMirrorCountdown.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/specific/AntiAPKMirrorCountdown.txt" + }, + new + { + Id = (short)736, + Description = "A systematic Internet filter halting analytics.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/OsborneSystems/Columbia/master/Columbia.txt", + HomeUrl = "https://github.com/OsborneSystems/Columbia", + IssuesUrl = "https://github.com/OsborneSystems/Columbia/issues", + LicenseId = (short)5, + Name = "Columbia Analytica", + PublishedDate = new DateTime(2018, 9, 2, 3, 0, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 6, 23, 0, 21, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/OsborneSystems/Columbia/master/Columbia.txt" + }, + new + { + Id = (short)743, + Description = "In this repo I'm keeping all custom filter rules I'm using for the sites I'm typically visit. Some of them are trying to \"mask\" ad or make it \"native\". But this is not what I want to see.", + DescriptionSourceUrl = "https://github.com/akopachov/uBlock-AK-filter-rules#ublock-filter-rules", + HomeUrl = "https://github.com/akopachov/uBlock-AK-filter-rules", + IssuesUrl = "https://github.com/akopachov/uBlock-AK-filter-rules/issues", + LicenseId = (short)2, + Name = "uBlock AK Filter Rules", + PublishedDate = new DateTime(2018, 1, 3, 10, 34, 27, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 1, 11, 31, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/akopachov/uBlock-AK-filter-rules/master/entertainment" + }, + new + { + Id = (short)744, + Description = "How to filter out advertisements and noise on Stack Overflow", + DescriptionSourceUrl = "https://raw.githubusercontent.com/Hunter-Github/the-best-stack-overflow/master/se_filters.txt", + HomeUrl = "https://github.com/Hunter-Github/the-best-stack-overflow", + IssuesUrl = "https://github.com/Hunter-Github/the-best-stack-overflow/issues", + LicenseId = (short)5, + Name = "The Best Stack Overflow", + PublishedDate = new DateTime(2018, 5, 26, 14, 55, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 11, 14, 38, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Hunter-Github/the-best-stack-overflow/master/se_filters.txt" + }, + new + { + Id = (short)746, + Description = "By using this extension, you can block ads that you think are annoying while browsing on websites that you like to explore. You can also save internet quota usage or speed up website loading, so you can save time.", + DescriptionSourceUrl = "https://github.com/Hakame-kun/uBlock-Filters-Indonesia/tree/master/uBlock%20Indo#ublock", + HomeUrl = "https://github.com/Hakame-kun/uBlock-Filters-Indonesia", + IssuesUrl = "https://github.com/Hakame-kun/uBlock-Filters-Indonesia/issues", + LicenseId = (short)5, + Name = "uBlock Indo", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 16, 23, 19, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Hakame-kun/uBlock-Filters-Indonesia/master/uBlock%20Indo/ubindo.txt" + }, + new + { + Id = (short)747, + Description = "A filterlist to block ads. It's specifically written for uBlock Origin, but still compatible with most ad blockers. However, some filters could only be detected by uBO. Main focus of this filter list is to cover Parsi websites and also most-visited websites in Iran, or other Parsi speaking countries, that are not covered by other major filter lists.", + DescriptionSourceUrl = "https://github.com/nimasaj/uBOPa#ubopa---ubo-parsi-filter-list", + HomeUrl = "https://github.com/nimasaj/uBOPa", + IssuesUrl = "https://github.com/nimasaj/uBOPa/issues", + LicenseId = (short)2, + Name = "uBOPa", + PublishedDate = new DateTime(2018, 8, 21, 7, 52, 21, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 2, 10, 2, 59, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/nimasaj/uBOPa/master/uBOPa.txt", + ViewUrlMirror1 = "https://mynext.pro/uBOPa.txt" + }, + new + { + Id = (short)748, + Description = "Blocks 3rd-party Google tracking", + DescriptionSourceUrl = "https://www.microsoft.com/cms/api/am/binary/RWilsQ", + HomeUrl = "https://blogs.msdn.microsoft.com/ie/2012/02/20/google-bypassing-user-privacy-settings/", + LicenseId = (short)5, + Name = "Stop Google Tracking", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2013, 7, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.microsoft.com/cms/api/am/binary/RWilsQ" + }, + new + { + Id = (short)749, + Description = "This is a list of malware domains generated from malwaredomains.com data.", + DescriptionSourceUrl = "https://easylist-msie.adblockplus.org/malwaredomains_full.tpl", + EmailAddress = "malwaredomains@gmail.com", + HomeUrl = "https://www.malwaredomains.com/", + LicenseId = (short)5, + Name = "DNS-BH Malware Domains (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 23, 30, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/malwaredomains_full.tpl" + }, + new + { + Id = (short)750, + Description = "TRUSTe's Easy Tracking Protection list enables relevant and targeted content from companies that demonstrate respectful consumer privacy practices and comply with TRUSTe's high standards and direct oversight.", + DescriptionSourceUrl = "https://easy-tracking-protection.truste.com/easy.tpl", + HomeUrl = "https://www.trustarc.com/blog/2011/02/17/truste-tpl-next-steps/", + LicenseId = (short)5, + Name = "TRUSTe Easy Tracking Protection List", + SyntaxId = (short)10, + ViewUrl = "https://easy-tracking-protection.truste.com/easy.tpl" + }, + new + { + Id = (short)751, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)5, + Name = "Rickroll Blacklist (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2016, 5, 9, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/ricklist.tpl" + }, + new + { + Id = (short)752, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)16, + Name = "Popup Block List for Adblock Plus Popup Addon", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2011, 10, 5, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/popup-block.tpl" + }, + new + { + Id = (short)753, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)2, + Name = "Prebake TPL", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2016, 5, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/obtrusive.tpl" + }, + new + { + Id = (short)754, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)5, + Name = "Malware Patrol TPL", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2016, 9, 5, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/malpatrol.tpl" + }, + new + { + Id = (short)755, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)5, + Name = "Sucuri M", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2013, 12, 28, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/m.tpl" + }, + new + { + Id = (short)756, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)8, + Name = "Latvian List (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2016, 7, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/latvian-list.tpl" + }, + new + { + Id = (short)757, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)5, + Name = "Facebook Connect Opt-Out", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2011, 7, 14, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/facebook-connect-optout-adblockplusfilter.tpl" + }, + new + { + Id = (short)758, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)5, + Name = "Adblock Persian List (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2016, 9, 5, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/adblock-persian.tpl" + }, + new + { + Id = (short)759, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)12, + Name = "Fanboy's IsraelList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2013, 8, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/IsraelList.tpl" + }, + new + { + Id = (short)760, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)16, + Name = "Adversity - AntiSocial (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2013, 9, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/Adversity/Antisocial.tpl" + }, + new + { + Id = (short)761, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)16, + Name = "Adversity (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2013, 9, 24, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/Adversity/Adversity.tpl" + }, + new + { + Id = (short)762, + DonateUrl = "https://www.paypal.com/nz/cgi-bin/webscr?cmd=_flow&SESSION=e3IZrPcc9VRrZhVknlZQ_6FjPBYH0_TRCkvdN7P_2F8lM3LsRl5iaKoa5LO&dispatch=5885d80a13c0db1f8e263663d3faee8db8175432b4df92754f4b4adb5a123d61&rapidsState=Donation__DonationFlow___StateDonationLogin&rapidsStateSignature=97ea3fa28f688ec0477182a325851e412cbbd40d", + HomeUrl = "https://www.fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Adblock-Nonelements List", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2013, 5, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.fanboy.co.nz/adblock/ie/fanboy-noele.tpl" + }, + new + { + Id = (short)763, + DonateUrl = "https://www.paypal.com/nz/cgi-bin/webscr?cmd=_flow&SESSION=e3IZrPcc9VRrZhVknlZQ_6FjPBYH0_TRCkvdN7P_2F8lM3LsRl5iaKoa5LO&dispatch=5885d80a13c0db1f8e263663d3faee8db8175432b4df92754f4b4adb5a123d61&rapidsState=Donation__DonationFlow___StateDonationLogin&rapidsStateSignature=97ea3fa28f688ec0477182a325851e412cbbd40d", + HomeUrl = "https://www.fanboy.co.nz/", + LicenseId = (short)16, + Name = "Fanboy's Tracking List (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2013, 2, 16, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.fanboy.co.nz/adblock/ie/fanboy-tracking.tpl" + }, + new + { + Id = (short)764, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)16, + Name = "Fanboy's Enhanced Tracking List (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2016, 9, 5, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/fanboy/enhancedstats-addon.tpl" + }, + new + { + Id = (short)765, + HomeUrl = "https://jansal.net/TPL.shtml", + LicenseId = (short)16, + Name = "Fanboy's Adblock List (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2013, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://jansal.net/tpl/fanboy/fanboy-adult.tpl" + }, + new + { + Id = (short)766, + Description = "lilydjwg's rules, mainly for China websites", + DescriptionSourceUrl = "https://raw.githubusercontent.com/lilydjwg/abp-rules/master/list.txt", + EmailAddress = "lilydjwg@gmail.com", + HomeUrl = "https://github.com/lilydjwg/abp-rules", + IssuesUrl = "https://github.com/lilydjwg/abp-rules/issues", + LicenseId = (short)5, + Name = "lilydjwg's rules", + PublishedDate = new DateTime(2017, 3, 1, 2, 52, 51, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 15, 14, 40, 47, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/lilydjwg/abp-rules/master/list.txt" + }, + new + { + Id = (short)767, + Description = "Rules contributed by diligent owls.", + DescriptionSourceUrl = "https://github.com/OwlStudioCN/owl-abp-rules#owl-abp-rules", + HomeUrl = "https://github.com/OwlStudioCN/owl-abp-rules", + IssuesUrl = "https://github.com/OwlStudioCN/owl-abp-rules/issues", + LicenseId = (short)8, + Name = "OwlStudio ABP Rules", + PublishedDate = new DateTime(2018, 8, 15, 7, 51, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 16, 10, 42, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/OwlStudioCN/owl-abp-rules/master/owl-abp-rules.txt" + }, + new + { + Id = (short)769, + Description = "A filter list for Adblock Plus for remove all newsletters banners", + DescriptionSourceUrl = "https://github.com/Manu1400/i-don-t-care-about-newsletters#i-don-t-care-about-newsletters", + HomeUrl = "https://github.com/Manu1400/i-don-t-care-about-newsletters", + IssuesUrl = "https://github.com/Manu1400/i-don-t-care-about-newsletters/issues", + LicenseId = (short)8, + Name = "I don't care about newsletters", + PublishedDate = new DateTime(2017, 2, 28, 23, 48, 31, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 5, 18, 10, 7, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Manu1400/i-don-t-care-about-newsletters/master/adp.txt" + }, + new + { + Id = (short)770, + EmailAddress = "magno.biet+adp@gmail.com", + LicenseId = (short)2, + Name = "Magno's Adblock List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 2, 25, 14, 50, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://adp.magnobiet.com/list.txt" + }, + new + { + Id = (short)772, + EmailAddress = "kbinani.bt@gmail.com", + HomeUrl = "https://github.com/kbinani/adblock-wikipedia", + IssuesUrl = "https://github.com/kbinani/adblock-wikipedia/issues", + LicenseId = (short)2, + Name = "adblock-wikipedia", + PublishedDate = new DateTime(2017, 9, 14, 1, 55, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 9, 14, 1, 55, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kbinani/adblock-wikipedia/master/signed.txt" + }, + new + { + Id = (short)773, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=90", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Germany + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 5, 22, 14, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistgermany+easylist.tpl" + }, + new + { + Id = (short)774, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = (short)16, + Name = "Fanboy's Annoyance List (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 16, 15, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/fanboy-annoyance.tpl" + }, + new + { + Id = (short)775, + HomeUrl = "https://margevicius.lt/", + LicenseId = (short)4, + Name = "EasyList Lithuania + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 5, 22, 25, 15, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistlithuania+easylist.tpl" + }, + new + { + Id = (short)776, + HomeUrl = "https://stanev.org/abp/", + LicenseId = (short)4, + Name = "Bulgarian List + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 16, 20, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/bulgarian_list+easylist.tpl" + }, + new + { + Id = (short)777, + HomeUrl = "https://easylist.to/", + LicenseId = (short)8, + Name = "Latvian List + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 16, 30, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/latvianlist+easylist.tpl" + }, + new + { + Id = (short)778, + EmailAddress = "easylist@protonmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyPrivacy + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 16, 40, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easyprivacy+easylist.tpl" + }, + new + { + Id = (short)779, + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Italy + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 16, 56, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistitaly+easylist.tpl" + }, + new + { + Id = (short)780, + HomeUrl = "https://github.com/easylist/EasyListHebrew", + LicenseId = (short)4, + Name = "EasyList Hebrew + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 17, 7, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/israellist+easylist.tpl" + }, + new + { + Id = (short)781, + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList China + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 17, 18, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistchina+easylist.tpl" + }, + new + { + Id = (short)782, + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Dutch + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 17, 34, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistdutch+easylist.tpl" + }, + new + { + Id = (short)783, + DonateUrl = "https://www.patreon.com/zosoro/overview", + EmailAddress = "mail@zoso.ro", + HomeUrl = "https://www.zoso.ro/rolist/", + LicenseId = (short)5, + Name = "ROList + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 17, 45, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/rolist+easylist.tpl" + }, + new + { + Id = (short)784, + HomeUrl = "https://easylist.to/", + LicenseId = (short)11, + Name = "Wiltteri + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 5, 22, 36, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/wiltteri+easylist.tpl" + }, + new + { + Id = (short)785, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = (short)16, + Name = "Fanboy's Social Blocking List (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 17, 56, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/fanboy-social.tpl" + }, + new + { + Id = (short)786, + HomeUrl = "https://code.google.com/archive/p/liste-ar-adblock/", + LicenseId = (short)6, + Name = "Liste AR + Liste FR + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 5, 22, 47, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/liste_ar+liste_fr+easylist.tpl" + }, + new + { + Id = (short)787, + HomeUrl = "https://easylist.to/", + LicenseId = (short)16, + Name = "RU AdList + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 18, 1, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/ruadlist+easylist.tpl" + }, + new + { + Id = (short)788, + HomeUrl = "https://code.google.com/archive/p/liste-ar-adblock/", + LicenseId = (short)12, + Name = "Liste AR (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 18, 18, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/Liste_AR.tpl" + }, + new + { + Id = (short)789, + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Dutch (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 18, 23, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistdutch.tpl" + }, + new + { + Id = (short)790, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyPrivacy Without International Rules (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 18, 28, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easyprivacy_nointernational.tpl" + }, + new + { + Id = (short)791, + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://easylist.to/", + LicenseId = (short)16, + Name = "RU AdList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 18, 33, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/advblock.tpl" + }, + new + { + Id = (short)792, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Without Rules for Adult Sites (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 18, 38, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylist_noadult.tpl" + }, + new + { + Id = (short)793, + ForumUrl = "https://forums.lanik.us/viewforum.php?f=103", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Spanish (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 18, 49, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistspanish.tpl" + }, + new + { + Id = (short)794, + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList China (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 18, 54, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistchina.tpl" + }, + new + { + Id = (short)795, + ForumUrl = "https://forums.lanik.us/viewforum.php?f=91", + HomeUrl = "https://easylist.to/", + LicenseId = (short)6, + Name = "Liste FR (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 18, 59, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/liste_fr.tpl" + }, + new + { + Id = (short)796, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=90", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Germany (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 19, 4, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistgermany.tpl" + }, + new + { + Id = (short)797, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "Adblock Warning Removal List (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 19, 9, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/antiadblockfilters.tpl" + }, + new + { + Id = (short)798, + ForumUrl = "https://forums.lanik.us/viewforum.php?f=91", + HomeUrl = "https://easylist.to/", + LicenseId = (short)6, + Name = "Liste FR + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 19, 14, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/liste_fr+easylist.tpl" + }, + new + { + Id = (short)799, + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Italy (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 19, 30, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistitaly.tpl" + }, + new + { + Id = (short)800, + ForumUrl = "https://forums.lanik.us/viewforum.php?f=103", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Spanish + EasyList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 16, 19, 35, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistspanish+easylist.tpl" + }, + new + { + Id = (short)801, + Description = "This is a Macedonian list", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/ABP%20Macedonian%20List.txt", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/AncientLibrary", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)10, + Name = "ABP Macedonian List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2011, 5, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/ABP%20Macedonian%20List.txt" + }, + new + { + Id = (short)802, + Description = "Algerian filters for Adblock Plus", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Liste%20DZ.txt", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/AncientLibrary", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)6, + Name = "Liste DZ", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 1, 29, 0, 25, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Liste%20DZ.txt" + }, + new + { + Id = (short)803, + Description = "General icelandic ad and blocking subscription", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Snaevar87's%20Icelandic%20filter.txt", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/AncientLibrary", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)10, + Name = "Snaevar87's Icelandic filter", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2014, 3, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Snaevar87's%20Icelandic%20filter.txt" + }, + new + { + Id = (short)804, + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/TamilFriends%20List.txt", + EmailAddress = "tamilfriendslist@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/AncientLibrary", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)16, + Name = "TamilFriends List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2010, 7, 30, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/TamilFriends%20List.txt" + }, + new + { + Id = (short)805, + Description = "A combined version of the filterlist RU AdList against advertising, and an experimental list of cosmetic CSS style fixes. At the moment it only works normally in uBlock Origin.", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/advblock+cssfixes.txt", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://forums.lanik.us/viewforum.php?f=102", + LicenseId = (short)16, + Name = "RU AdList + CSS Fixes", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 17, 0, 5, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/advblock+cssfixes.txt" + }, + new + { + Id = (short)806, + EmailAddress = "easylist.portuguese@gmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Portuguese", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 17, 0, 10, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistportuguese.txt" + }, + new + { + Id = (short)807, + Description = "This is a cosmetic filter for the uBlock Origin extension (with adblock support) to automatically filter all the pro-5-Star comments and the 'anti-information' pages they share with sensationalistic headlines.", + DescriptionSourceUrl = "https://github.com/luigimannoni/m5s-ublock-filter#cosa-%C3%A9", + HomeUrl = "https://github.com/luigimannoni/m5s-ublock-filter", + IssuesUrl = "https://github.com/luigimannoni/m5s-ublock-filter/issues", + LicenseId = (short)5, + Name = "M5S uBlock Filter", + PublishedDate = new DateTime(2018, 2, 19, 19, 39, 12, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 2, 19, 20, 12, 53, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/luigimannoni/m5s-ublock-filter/master/filter-list.txt" + }, + new + { + Id = (short)808, + HomeUrl = "https://ajnasz.hu/", + LicenseId = (short)5, + Name = "ajnasz's list", + SyntaxId = (short)3, + ViewUrl = "https://ajnasz.hu/adblock/recent" + }, + new + { + Id = (short)809, + HomeUrl = "https://www.ergensin.nl/", + LicenseId = (short)5, + Name = "NLblock", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2014, 12, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.ergensin.nl/adblock/nlblock.txt", + ViewUrlMirror1 = "http://www.verzijlbergh.com/adblock/nlblock.txt" + }, + new + { + Id = (short)810, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Complete (Domains)", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 16, 2, 23, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/domains.txt" + }, + new + { + Id = (short)811, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Mini", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 16, 2, 41, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/mini/hosts.txt" + }, + new + { + Id = (short)812, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Mini (Domains)", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 16, 2, 52, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/mini/domains.txt" + }, + new + { + Id = (short)813, + Description = "I use an ad blocker not because I hate ads, but because it makes the Internet so much more safe and less annoying. Most advertising is horrible and annoying, but there are exceptions. However, ad blocking lists like EasyList are dedicated to blocking all ads. The only maintained \"Acceptable Ads\" list is by Eyeo, Inc., which basically takes bribes to whitelist ads. I wanted to start an Acceptable Ads list that was of the people, by the people and for the people.", + DescriptionSourceUrl = "https://github.com/jwinnie/acceptable-ads#acceptable-ads", + HomeUrl = "https://github.com/jwinnie/acceptable-ads", + IssuesUrl = "https://github.com/jwinnie/acceptable-ads/issues", + LicenseId = (short)4, + Name = "jwinnie Acceptable Ads", + PublishedDate = new DateTime(2018, 4, 14, 19, 48, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 5, 20, 18, 15, 44, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jwinnie/acceptable-ads/master/filters.txt" + }, + new + { + Id = (short)814, + Description = "Blocks Japanese regional mobile advertisements and trackers.", + HomeUrl = "https://gmbk0.tumblr.com/", + LicenseId = (short)20, + Name = "gmbkslist (ABP)", + PublishedDate = new DateTime(2018, 10, 2, 19, 32, 3, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 10, 2, 19, 32, 3, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/gmbkslist.txt" + }, + new + { + Id = (short)815, + HomeUrl = "https://code.google.com/archive/p/adblocking-openfilter-jp/", + LicenseId = (short)32, + Name = "Adblocking Open Filter JP", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2012, 9, 16, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Adblocking%20Open%20Filter%20JP" + }, + new + { + Id = (short)816, + Description = "Do you already have a favourite browser or PDF reader? Are you tired of seeing \"Try out [some browser] now!\" on some websites? Then this is a list is for you!", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/I%20Don't%20Want%20to%20Download%20Your%20Browser.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "I Don't Want to Download Your Browser", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 3, 4, 37, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/I%20Don't%20Want%20to%20Download%20Your%20Browser.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/I%20Don't%20Want%20to%20Download%20Your%20Browser.txt" + }, + new + { + Id = (short)817, + Description = "This file is in hosts file format and works best when used in for example pi-hole, routers, etc. It aims to reduce your exposure to ads, tracking, scams & badware, and occasionally some annoyances on (mostly) Swedish websites. As always with hosts file, use at your own risk and make sure that you know what you're doing. This is not as powerful as the filter list for uBO.", + DescriptionSourceUrl = "https://github.com/lassekongo83/Frellwits-filter-lists#available-lists", + HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", + LicenseId = (short)4, + Name = "Frellwit's Swedish Hosts File", + PublishedDate = new DateTime(2018, 9, 23, 17, 51, 40, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 14, 16, 5, 41, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/Frellwits-Swedish-Hosts-File.txt", + ViewUrlMirror1 = "https://repo.or.cz/Adblock-list-backups-Frellwits-filter-lists.git/blob_plain/refs/heads/master:/Frellwits-Swedish-Hosts-File.txt" + }, + new + { + Id = (short)818, + HomeUrl = "https://github.com/mediumkreation/IndianList", + IssuesUrl = "https://github.com/mediumkreation/IndianList/issues", + LicenseId = (short)3, + Name = "IndianList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 2, 49, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/indianlist.txt" + }, + new + { + Id = (short)819, + Description = "This list removes even more (number-wise) distracting or uncomfortable things on YouTube.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/YouTubeEvenMorePureVideoExperience.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "YouTube: Even More Pure Video Experience", + PublishedDate = new DateTime(2018, 10, 5, 12, 48, 26, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 20, 12, 11, 34, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/YouTubeEvenMorePureVideoExperience.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/YouTubeEvenMorePureVideoExperience.txt" + }, + new + { + Id = (short)820, + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = (short)4, + Name = "uMatrix - Rulesets for English websites", + PublishedDate = new DateTime(2018, 1, 29, 19, 26, 53, 0, DateTimeKind.Unspecified), + SyntaxId = (short)51, + UpdatedDate = new DateTime(2018, 10, 28, 22, 23, 38, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/recipes/recipes_en.txt" + }, + new + { + Id = (short)821, + EmailAddress = "support@brave.com", + HomeUrl = "https://github.com/brave/adblock-lists", + IssuesUrl = "https://github.com/brave/adblock-lists/issues", + LicenseId = (short)33, + Name = "Brave Unbreak", + PublishedDate = new DateTime(2016, 11, 10, 13, 11, 50, 0, DateTimeKind.Unspecified), + SyntaxId = (short)47, + UpdatedDate = new DateTime(2019, 4, 16, 2, 38, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/brave/adblock-lists/master/brave-unbreak.txt" + }, + new + { + Id = (short)822, + HomeUrl = "https://bbs.kafan.cn/thread-586237-1-1.html", + LicenseId = (short)2, + Name = "VeleSila's Kafan List", + PublishedDate = new DateTime(2015, 7, 1, 4, 7, 37, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 2, 3, 7, 47, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/VeleSila/VELE-SILA-List/gh-pages/KaFanList.txt" + }, + new + { + Id = (short)823, + Description = "uBlock/Adblock filters to block known NSA malware servers from Shadow Brokers dump.", + DescriptionSourceUrl = "https://github.com/gasull/adblock-nsa#adblock-the-nsa", + HomeUrl = "https://github.com/gasull/adblock-nsa", + IssuesUrl = "https://github.com/gasull/adblock-nsa/issues", + LicenseId = (short)5, + Name = "Adblock the NSA", + PublishedDate = new DateTime(2016, 11, 1, 10, 14, 53, 0, DateTimeKind.Unspecified), + SyntaxId = (short)47, + UpdatedDate = new DateTime(2016, 11, 1, 10, 14, 53, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/gasull/adblock-nsa/master/filters.txt" + }, + new + { + Id = (short)824, + Description = "Simple list for uBlock (and perhaps Adblock) for blocking popovers", + DescriptionSourceUrl = "https://github.com/mistalaba/popover-blocklist#popover-blocklist", + HomeUrl = "https://github.com/mistalaba/popover-blocklist", + IssuesUrl = "https://github.com/mistalaba/popover-blocklist/issues", + LicenseId = (short)2, + Name = "popover-blocklist", + PublishedDate = new DateTime(2015, 9, 25, 8, 2, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2018, 1, 6, 8, 29, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mistalaba/popover-blocklist/master/blocklist.txt" + }, + new + { + Id = (short)825, + Description = "An experiment that proves how unsecure most membership apps are.", + DescriptionSourceUrl = "https://github.com/jasonbarone/membership-app-block-list#membership-app-block-list", + EmailAddress = "jason@jasonbarone.com", + HomeUrl = "https://github.com/jasonbarone/membership-app-block-list", + IssuesUrl = "https://github.com/jasonbarone/membership-app-block-list/issues", + LicenseId = (short)5, + Name = "Membership App Block List", + PublishedDate = new DateTime(2016, 7, 5, 8, 1, 53, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2016, 9, 11, 22, 48, 38, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jasonbarone/membership-app-block-list/master/membership-app-block-list.txt" + }, + new + { + Id = (short)826, + HomeUrl = "https://github.com/w13d/adblockListABP-PiHole", + IssuesUrl = "https://github.com/w13d/adblockListABP-PiHole/issues", + LicenseId = (short)5, + Name = "Spotify AdBlocking for pihole", + PublishedDate = new DateTime(2018, 9, 17, 1, 28, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 9, 21, 3, 30, 59, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/w13d/adblockListABP-PiHole/master/Spotify.txt" + }, + new + { + Id = (short)827, + HomeUrl = "https://github.com/w13d/adblockListABP-PiHole", + IssuesUrl = "https://github.com/w13d/adblockListABP-PiHole/issues", + LicenseId = (short)5, + Name = "List adblock Indonesia", + PublishedDate = new DateTime(2017, 10, 30, 6, 37, 5, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 11, 8, 4, 53, 6, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/w13d/adblockListABP-PiHole/master/list.txt" + }, + new + { + Id = (short)828, + Description = "Adblock List for Maldivian Websites", + DescriptionSourceUrl = "https://github.com/evenxzero/Raajje-AdList/blob/master/README.md", + HomeUrl = "https://github.com/evenxzero/Raajje-AdList", + IssuesUrl = "https://github.com/evenxzero/Raajje-AdList/issues", + LicenseId = (short)13, + Name = "Raajje-AdList", + PublishedDate = new DateTime(2017, 8, 10, 4, 5, 10, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 1, 17, 14, 45, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/evenxzero/Raajje-AdList/master/filter.txt" + }, + new + { + Id = (short)829, + HomeUrl = "https://github.com/miyurusankalpa/adblock-list-sri-lanka", + IssuesUrl = "https://github.com/miyurusankalpa/adblock-list-sri-lanka/issues", + LicenseId = (short)4, + Name = "Adblock Sri Lanka", + PublishedDate = new DateTime(2016, 3, 9, 13, 51, 12, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 12, 17, 10, 49, 4, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/miyurusankalpa/adblock-list-sri-lanka/master/lkfilter.txt" + }, + new + { + Id = (short)830, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + DescriptionSourceUrl = "https://github.com/acidwars/AdBlock-Lists#adblock-lists", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = (short)5, + Name = "dnsmasq Adblock Lists - Adblock", + PublishedDate = new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/adblock.conf" + }, + new + { + Id = (short)831, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + DescriptionSourceUrl = "https://github.com/acidwars/AdBlock-Lists#adblock-lists", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = (short)5, + Name = "dnsmasq Adblock Lists - Ads 01", + PublishedDate = new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/ads01.conf" + }, + new + { + Id = (short)832, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + DescriptionSourceUrl = "https://github.com/acidwars/AdBlock-Lists#adblock-lists", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = (short)5, + Name = "dnsmasq Adblock Lists - Facebook", + PublishedDate = new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/facebookblock.conf" + }, + new + { + Id = (short)833, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + DescriptionSourceUrl = "https://github.com/acidwars/AdBlock-Lists#adblock-lists", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = (short)5, + Name = "dnsmasq Adblock Lists - FastClick", + PublishedDate = new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/fastclick.conf" + }, + new + { + Id = (short)834, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + DescriptionSourceUrl = "https://github.com/acidwars/AdBlock-Lists#adblock-lists", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = (short)5, + Name = "dnsmasq Adblock Lists - Google", + PublishedDate = new DateTime(2017, 4, 18, 21, 1, 34, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2017, 4, 18, 21, 1, 34, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/google.conf" + }, + new + { + Id = (short)835, + Description = "AdBlock Lists formatted for dnsmasq. Title says it all.", + DescriptionSourceUrl = "https://github.com/acidwars/AdBlock-Lists#adblock-lists", + HomeUrl = "https://github.com/acidwars/AdBlock-Lists", + IssuesUrl = "https://github.com/acidwars/AdBlock-Lists/issues", + LicenseId = (short)5, + Name = "dnsmasq Adblock Lists - Microsoft", + PublishedDate = new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/acidwars/AdBlock-Lists/master/microsoftblock.conf" + }, + new + { + Id = (short)836, + Description = "This AdBlock list contains strange media sites created after the disinformation campaign that took place following the fire at the Colectiv nightclub in 2015.", + DescriptionSourceUrl = "https://github.com/Recon/romanian-media-propaganda-adblock-list#romanian-media-propaganda-adblock-list", + HomeUrl = "https://github.com/Recon/romanian-media-propaganda-adblock-list", + IssuesUrl = "https://github.com/Recon/romanian-media-propaganda-adblock-list/issues", + LicenseId = (short)9, + Name = "Romanian Media Propaganda AdBlock List", + PublishedDate = new DateTime(2015, 11, 12, 19, 0, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + UpdatedDate = new DateTime(2015, 11, 13, 10, 10, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Recon/romanian-media-propaganda-adblock-list/master/ro-media-blocklist.txt" + }, + new + { + Id = (short)837, + Description = "SyndicationBlock is an AdBlock filter list to block content syndicators.", + DescriptionSourceUrl = "https://github.com/duskwuff/syndicationblock#syndicationblock", + EmailAddress = "dusk@woofle.net", + HomeUrl = "https://github.com/duskwuff/syndicationblock", + IssuesUrl = "https://github.com/duskwuff/syndicationblock/issues", + LicenseId = (short)28, + Name = "SyndicationBlock", + PublishedDate = new DateTime(2014, 12, 8, 0, 23, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2016, 7, 14, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/duskwuff/syndicationblock/master/filters.txt" + }, + new + { + Id = (short)838, + Description = "VBlocker is made by a normal person that surfs the web to see all of the ads that should be blocked and added to VBlocker.", + DescriptionSourceUrl = "https://github.com/SG-Nebula/vblocker_adblockplus-filterlist#why-vblocker", + HomeUrl = "https://github.com/SG-Nebula/vblocker_adblockplus-filterlist", + IsDeleted = true, + IssuesUrl = "https://github.com/SG-Nebula/vblocker_adblockplus-filterlist/issues", + LicenseId = (short)7, + Name = "VBlocker", + PublishedDate = new DateTime(2018, 6, 17, 0, 59, 18, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 6, 17, 0, 59, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/SG-Nebula/vblocker_adblockplus-filterlist/master/vblocker" + }, + new + { + Id = (short)839, + Description = "A filter list for Adblock Plus for remove \"Go to up\" buttons", + DescriptionSourceUrl = "https://raw.githubusercontent.com/Manu1400/i-don-t-care-about-gotoup-btns/master/list-gotoup-btns.txt", + DonateUrl = "https://opencollective.com/captainfact_io", + HomeUrl = "https://github.com/Manu1400/i-don-t-care-about-gotoup-btns", + IssuesUrl = "https://github.com/Manu1400/i-don-t-care-about-gotoup-btns/issues", + LicenseId = (short)5, + Name = "I don't care about Go to up buttons", + PublishedDate = new DateTime(2017, 5, 28, 12, 59, 28, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 6, 15, 0, 38, 28, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Manu1400/i-don-t-care-about-gotoup-btns/master/list-gotoup-btns.txt" + }, + new + { + Id = (short)840, + Description = "A filter list that filters unrelated recommendations in websites. It can be used via filtering/blocking software such as adblock and ublock. It is written with compliance to abp organization filter guidelines.", + DescriptionSourceUrl = "https://github.com/KCaglarCoskun/enur-filter-list#unrelated-recommendations-filter-list-for-english-websites", + HomeUrl = "https://github.com/KCaglarCoskun/enur-filter-list", + IssuesUrl = "https://github.com/KCaglarCoskun/enur-filter-list/issues", + LicenseId = (short)11, + Name = "Unrelated Recommendations Filter List for English Websites", + PublishedDate = new DateTime(2017, 11, 16, 21, 19, 51, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 12, 18, 19, 24, 6, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/KCaglarCoskun/enur-filter-list/master/enur-filter-list.txt" + }, + new + { + Id = (short)841, + HomeUrl = "https://github.com/LinuxLowell/chat-annoyances", + IssuesUrl = "https://github.com/LinuxLowell/chat-annoyances/issues", + LicenseId = (short)5, + Name = "Chat Annoyances Filter List", + PublishedDate = new DateTime(2017, 7, 16, 23, 58, 16, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2017, 8, 22, 17, 14, 39, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/LinuxLowell/chat-annoyances/master/chat-annoyances.txt" + }, + new + { + Id = (short)842, + DonateUrl = "https://www.patreon.com/blocklist", + HomeUrl = " https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (dnsmasq)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)20, + UpdatedDate = new DateTime(2019, 4, 19, 0, 53, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=dnsmasq&showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)843, + Description = "Zuckestion is not a typo! this filterlist is build nearly from scratch based on personal usage experience of Facebook to eliminated most of ads, tracking, telemetry, suggestions that I've found by myself and then share these rules as filterlist, also support basic mode and touch mode for mobile browser users (Only support on Firefox for Android or any related forks that can install uBlock Origin extension). However, this list won't support Facebook site or domains that serve under 'Free Basics' services.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/filterlist/facebook/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A%22Site%3A+Facebook%22", + LicenseId = (short)13, + Name = "Facebook Zuckestion Killer", + PublishedDate = new DateTime(2018, 9, 26, 14, 26, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 13, 2, 47, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/facebook/FacebookZuckestionKiller.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/facebook/FacebookZuckestionKiller.txt" + }, + new + { + Id = (short)844, + Description = "Sublist of Facebook filter to prevent some 'modules' connections, e.g. content chaining (click external link, like, react or save posts) that show the suggestions under posts that you've acted on.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/filterlist/facebook/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A%22Site%3A+Facebook%22", + LicenseId = (short)13, + Name = "Facebook Modules Command List", + PublishedDate = new DateTime(2018, 9, 26, 14, 26, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/facebook/FacebookCommands.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/facebook/FacebookCommands.txt" + }, + new + { + Id = (short)845, + Description = "List of all regional subdomains of 'adservice.google.com' and 'id.google.com'", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=is%3Aissue+label%3A%22Hosts+File%22", + LicenseId = (short)13, + Name = "All of adservice.google.com and id.google.com regional hosts", + PublishedDate = new DateTime(2018, 7, 13, 11, 10, 35, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/hosts/hosts_google_adservice_id.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/hosts/hosts_google_adservice_id.txt" + }, + new + { + Id = (short)846, + Description = "A zero tolerance version of Thai Paranoid Block, you need to be careful before using this because this filter will be strict blocking well-known ads and trackings that use in Thai sites without any reasonable to whitelist them!", + DescriptionSourceUrl = "https://github.com/kowith337/ThaiParanoidBlock/blob/maximum/readme.md", + HomeUrl = "https://github.com/kowith337/ThaiParanoidBlock/tree/maximum", + IssuesUrl = "https://github.com/kowith337/ThaiParanoidBlock/issues", + LicenseId = (short)13, + Name = "Thai Paranoid Block ~Maximum~", + PublishedDate = new DateTime(2016, 1, 9, 17, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 1, 16, 46, 44, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/ThaiParanoidBlock/maximum/ThaiParanoid.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/ThaiParanoidBlock/raw/maximum/ThaiParanoid.txt" + }, + new + { + Id = (short)847, + Description = "Get ads out of the way, applied mostly with Thai sites since there are tons of Easylist coverage is good outside already.", + DescriptionSourceUrl = "https://github.com/sipp11/th_ad_filters/blob/master/README.md", + HomeUrl = "https://github.com/sipp11/th_ad_filters", + IssuesUrl = "https://github.com/sipp11/th_ad_filters/issues", + LicenseId = (short)5, + Name = "sipp11's Thai Ad Filters", + PublishedDate = new DateTime(2012, 12, 19, 15, 4, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2015, 4, 17, 20, 40, 28, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/sipp11/th_ad_filters/master/th_list.txt" + }, + new + { + Id = (short)848, + Description = "This list aims to remove distracting elements, and to maximise the elements inside the chat to make it easier to read.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Twitch: Pure Viewing Experience", + PublishedDate = new DateTime(2018, 10, 9, 15, 47, 21, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 25, 16, 36, 59, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/TwitchPureViewingExperience.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/TwitchPureViewingExperience.txt" + }, + new + { + Id = (short)850, + Description = "This list is mostly made for Pixiv, which is an East Asian artsite, whose on-average art quality wipes the floor with DeviantArt. It also allows porn of many types. Pressure on \"many\". So say that you're looking for imagery of consensual and pleasurable sex, and then you stumble across a crying Daniel Tiger wearing a corset being strapped to a bench in a diaper? Now such scenarios won't occur nearly as often as they did before!", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAbusePorn.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Abuse porn' List", + PublishedDate = new DateTime(2018, 10, 9, 18, 7, 51, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 2, 23, 58, 26, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAbusePorn.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAbusePorn.txt" + }, + new + { + Id = (short)851, + Description = "Do you like to browse casually through different Wikia wikis, but are tired of FANDOM promotions, promotions for movies that you don't care about, and narrow article bodies? Then this list will save your day.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WikiaPureBrowsingExperience.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Wikia: Pure Browsing Experience", + PublishedDate = new DateTime(2018, 10, 12, 18, 31, 48, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 2, 24, 16, 35, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WikiaPureBrowsingExperience.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/WikiaPureBrowsingExperience.txt" + }, + new + { + Id = (short)852, + Description = "This list combines \"YouTube: Even More Pure Video Experience\", \"Stop Autoplay For YouTube\", and \"Anti-Elsagate List\". It only works with blockers that support the !#include tag, such as uBO, Nano, and AdGuard.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/YouTubeYetEvenMorePureVideoExperience.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "YouTube: Yet Even More Pure Video Experience", + PublishedDate = new DateTime(2018, 10, 12, 18, 43, 20, 0, DateTimeKind.Unspecified), + SyntaxId = (short)21, + UpdatedDate = new DateTime(2018, 10, 12, 18, 43, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/YouTubeYetEvenMorePureVideoExperience.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/YouTubeYetEvenMorePureVideoExperience.txt" + }, + new + { + Id = (short)853, + Description = "This list combines \"YouTube: Even More Pure Video Experience\", \"Stop Autoplay For YouTube\", \"Anti-Elsagate List\", \"Wikia: Pure Browsing Experience\", \"Twitch: Pure Viewing Experience\", and \"Know Your Meme: Pure Browsing Experience\". It only works with blockers that support the !#include tag, such as uBO and Nano.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/VeryThoroughWebsiteCleaner.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Very Thorough Website Cleaner", + PublishedDate = new DateTime(2018, 10, 12, 18, 49, 52, 0, DateTimeKind.Unspecified), + SyntaxId = (short)21, + UpdatedDate = new DateTime(2019, 1, 30, 4, 38, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/VeryThoroughWebsiteCleaner.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/VeryThoroughWebsiteCleaner.txt" + }, + new + { + Id = (short)855, + Description = @"Internetizens: Fights to the death over their obsession with light/dark themes. +Me, an intellectual: Creates these pink themes that look colourful, that are easy on the eye, and which helps make your life that little bit more fun.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/MeWe%20Pink%20Theme.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Pink Theme", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 8, 2, 30, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/MeWe%20Pink%20Theme.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/MeWe%20Pink%20Theme.txt" + }, + new + { + Id = (short)856, + Description = "I am of the firm belief that LED bulbs are the future. They use ⅒ of the wattage, lasts 10 times longer, can be found in a plethora of colours and strengths, and doesn't roast your hands if you touch it. A lot of people have however not got the memo. So if you want to discreetly lead them onto the path of buying LED bulbs, deploy this list on their computers and hope that they don't notice.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Pro-LED%20List.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Pro-LED List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 17, 23, 58, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Pro-LED%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Pro-LED%20List.txt" + }, + new + { + Id = (short)857, + Description = "A list that makes use of Einar Egilsson's Redirector extension, in order to make links to certain websites redirect to the proper .onion pages. For example, clicking on links to nytimes.com would instead lead to nytimes3xbfgragh.onion.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt/tree/master/Dandelion%20Sprout-s%20Redirector%20Assistant%20List", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Tor Redirector List", + PublishedDate = new DateTime(2018, 10, 23, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)11, + UpdatedDate = new DateTime(2019, 4, 8, 2, 36, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout-s%20Redirector%20Assistant%20List/TorRedirectorList.json", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Dandelion%20Sprout-s%20Redirector%20Assistant%20List/TorRedirectorList.json" + }, + new + { + Id = (short)858, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 5, 22, 9, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter.txt", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter.txt", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter.txt" + }, + new + { + Id = (short)859, + Description = "It seems to me that a common thought process on porn sites are \"Hey, do you know what would've made this cute woman even sexier? I know. We should give her a dick!\". Well, not anymore, thanks to this list.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-Futa List", + PublishedDate = new DateTime(2018, 11, 3, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 9, 57, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-Futa%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-Futa%20List.txt" + }, + new + { + Id = (short)860, + Description = "This repository contains some custom ad- and content-blocking rules I use to make life online easier (or just nicer to look at). Most of the content blocked here deals with sites I or my contributors regularly visit.", + EmailAddress = "nicktabick@gmail.com", + HomeUrl = "https://adblock.twoslashes.com/", + IssuesUrl = "https://github.com/nicktabick/adblock-rules/issues", + LicenseId = (short)5, + Name = "NT Adblock List", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 3, 5, 26, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://bitbucket.org/nicktabick/adblock-rules/raw/master/nt-adblock.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/nicktabick/adblock-rules/master/nt-adblock.txt", + ViewUrlMirror2 = "https://gitlab.com/nicktabick/adblock-rules/raw/master/nt-adblock.txt" + }, + new + { + Id = (short)861, + Description = "A black list of malicious domains and trackers.", + DescriptionSourceUrl = "https://github.com/bogachenko/filterlist", + EmailAddress = "bogachenkove@gmail.com", + HomeUrl = "https://github.com/bogachenko/filterlist", + LicenseId = (short)2, + Name = "bogachenko's Filter List", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/bogachenko/filterlist/master/filterlist.txt" + }, + new + { + Id = (short)862, + Description = "This filterlist only works for uBlock Origin and other proper forks (I only recommend NanoAdBlocker than others) because it's borrow the strict blocking ability to prevent navigation to specific sites that have unnecessary parameters added to keep track users regardless of privacy settings (DNT, cookies, referer, etc.), the internal strict blocking possibly to reveal real URLs under the warning sign and also divide each parameters to make sure you're going to the legitmate destination, however, you need to make manual text selection to exclude tracking parameters if some sites have multiple parameters and internal strict blocking cannot divide or clean-up target URL properly.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/filterlist/other/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues", + LicenseId = (short)13, + Name = "Anti Survived Tracking Link Warning", + PublishedDate = new DateTime(2018, 10, 26, 16, 23, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 23, 13, 45, 19, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/other/SurvivedTrackingLinkWarning.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/other/SurvivedTrackingLinkWarning.txt" + }, + new + { + Id = (short)863, + Description = "Do you use music streaming services, and have grown really tired of how the same few songs are covered every year by every band and artist that have ever existed (and some that haven't)? Now you can let your eyes get a break from coming across just those songs.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Christmas carols' list", + PublishedDate = new DateTime(2018, 11, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 10, 28, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-'Christmas%20carols'%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-'Christmas%20carols'%20List.txt" + }, + new + { + Id = (short)866, + Description = "This aim to block non-formal hosts that serve all Facebook contents and resources from alternative \"Free Basics\" servers that it happen when you're using on mobile data over the carrier that collaborate with Facebook to have THAT service! This list will follow the update after routine check results of dead-hosts.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/hosts/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A%22Hosts+File%22", + LicenseId = (short)13, + Name = "Facebook Zero Hosts Block", + PublishedDate = new DateTime(2018, 11, 4, 12, 51, 35, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/hosts/hosts_facebook0.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/hosts/hosts_facebook0.txt" + }, + new + { + Id = (short)867, + Description = "This aim to block non-formal hosts that serve all Facebook contents and resources from alternative \"Free Basics\" servers that it happen when you're using on mobile data over the carrier that collaborate with Facebook to have THAT service! The static version will list related sites of Facebook under Free Baiscs (include internet.org) and regional CDN that begin with z-m- (scontent, static, video).", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/hosts/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A%22Hosts+File%22", + LicenseId = (short)13, + Name = "Facebook Zero Hosts Block (Static)", + PublishedDate = new DateTime(2018, 11, 13, 14, 7, 15, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/hosts/static/hosts_facebook0_noregionsv.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/hosts/static/hosts_facebook0_noregionsv.txt" + }, + new + { + Id = (short)868, + Description = "Advertisement blocking.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Mochi Filter", + PublishedDate = new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 3, 23, 48, 27, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/mochi_filter.txt" + }, + new + { + Id = (short)869, + Description = "Advertisement blocking.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Mochi Filter 2gun", + PublishedDate = new DateTime(2017, 9, 17, 22, 15, 28, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 2, 27, 19, 29, 4, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/mochi_filter_2gun.txt" + }, + new + { + Id = (short)870, + Description = "Advertisement blocking.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Mochi Filter Amazon", + PublishedDate = new DateTime(2018, 4, 26, 22, 14, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 1, 14, 14, 29, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/mochi_filter_amazon.txt" + }, + new + { + Id = (short)871, + Description = "Advertisement blocking.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Mochi Filter Extended", + PublishedDate = new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 10, 21, 46, 1, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/mochi_filter_extended.txt" + }, + new + { + Id = (short)872, + Description = "Block unnecessary items other than advertisements.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Leek Filter", + PublishedDate = new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 26, 18, 39, 5, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/negi_filter.txt" + }, + new + { + Id = (short)873, + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Leek: Filter to remove Google's logo", + PublishedDate = new DateTime(2018, 4, 21, 18, 10, 20, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 1, 14, 14, 38, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/negi_google_hplogo_block.txt" + }, + new + { + Id = (short)874, + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Leek: Allow saving image collections on Twitter (Remove GalleryNav)", + PublishedDate = new DateTime(2018, 4, 21, 19, 21, 37, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 1, 14, 14, 41, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/negi_twitter_allow_save_multi_images.txt" + }, + new + { + Id = (short)875, + Description = "Blocking virus sites.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Turtle Filter", + PublishedDate = new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 2, 0, 41, 24, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/kame_filter.txt" + }, + new + { + Id = (short)876, + Description = "Blocks buttons for social networks.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Birdie Filter", + PublishedDate = new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 23, 19, 45, 19, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/kotori_filter.txt" + }, + new + { + Id = (short)877, + Description = "Coin mining block.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Whale Filter", + PublishedDate = new DateTime(2017, 12, 27, 22, 53, 18, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 3, 2, 21, 1, 24, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/kujira_filter.txt" + }, + new + { + Id = (short)878, + Description = "Blocks ads for adult sites.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Strawberry Filter", + PublishedDate = new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 5, 16, 18, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/ichigo_filter.txt" + }, + new + { + Id = (short)879, + Description = "Filter for phones.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Egg Filter", + PublishedDate = new DateTime(2017, 10, 7, 21, 4, 35, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 2, 0, 41, 24, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/tamago_filter.txt" + }, + new + { + Id = (short)881, + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "YouTube Filter for Blocking Ads", + PublishedDate = new DateTime(2017, 11, 4, 9, 54, 29, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 1, 14, 15, 0, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/youtube_wo_tonikaku_filter.txt" + }, + new + { + Id = (short)882, + Description = "Combines Mochi Filter, Mochi Filter Extended, Negi Filter, Kame Filter, Kotori Filter, Ichigo Filter, and Kujira Filter.", + DescriptionSourceUrl = "https://github.com/eEIi0A5L/adblock_filter/blob/master/README.md", + EmailAddress = "mochifilter@yahoo.co.jp", + HomeUrl = "https://pokapoka.shoooter.net/", + IssuesUrl = "https://github.com/eEIi0A5L/adblock_filter/issues", + LicenseId = (short)5, + Name = "Complete Mochi Filter", + PublishedDate = new DateTime(2018, 2, 16, 23, 42, 21, 0, DateTimeKind.Unspecified), + SyntaxId = (short)21, + UpdatedDate = new DateTime(2019, 1, 14, 15, 3, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/all.txt" + }, + new + { + Id = (short)884, + Description = "Finnish adblock list", + DescriptionSourceUrl = "https://raw.githubusercontent.com/finnish-easylist-addition/finnish-easylist-addition/master/Finland_adb.txt", + HomeUrl = "https://github.com/finnish-easylist-addition/finnish-easylist-addition", + IssuesUrl = "https://github.com/finnish-easylist-addition/finnish-easylist-addition/issues", + LicenseId = (short)11, + Name = "Adblock List for Finland", + PublishedDate = new DateTime(2018, 11, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 29, 14, 39, 41, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/finnish-easylist-addition/finnish-easylist-addition/master/Finland_adb.txt" + }, + new + { + Id = (short)885, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Afghanistan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 15, 12, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Afghanistan.txt" + }, + new + { + Id = (short)886, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Åland", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Aland.txt" + }, + new + { + Id = (short)887, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Albania", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Albania.txt" + }, + new + { + Id = (short)888, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Algeria", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 15, 19, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Algeria.txt" + }, + new + { + Id = (short)889, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - American Samoa", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 15, 22, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/AmericanSamoa.txt" + }, + new + { + Id = (short)890, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Andorra", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 15, 25, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Andorra.txt" + }, + new + { + Id = (short)891, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Angola", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 15, 28, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Angola.txt" + }, + new + { + Id = (short)892, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Anguilla", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 15, 31, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Anguilla.txt" + }, + new + { + Id = (short)893, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Antarctica", + PublishedDate = new DateTime(2018, 3, 1, 0, 40, 19, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Antarctica.txt" + }, + new + { + Id = (short)894, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Antigua And Barbuda", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 15, 35, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/AntiguaAndBarbuda.txt" + }, + new + { + Id = (short)895, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Argentina", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Argentina.txt" + }, + new + { + Id = (short)896, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Armenia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Armenia.txt" + }, + new + { + Id = (short)897, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Ascension Island", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/AscensionIsland.txt" + }, + new + { + Id = (short)898, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Australia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Australia.txt" + }, + new + { + Id = (short)899, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Austria", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Austria.txt" + }, + new + { + Id = (short)900, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Azerbaijan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 15, 53, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Azerbaijan.txt" + }, + new + { + Id = (short)901, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Bahamas", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 15, 56, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bahamas.txt" + }, + new + { + Id = (short)902, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Bahrain", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bahrain.txt" + }, + new + { + Id = (short)903, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Bangladesh", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 16, 0, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bangladesh.txt" + }, + new + { + Id = (short)904, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Belarus", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Belarus.txt" + }, + new + { + Id = (short)905, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Belgium", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Belgium.txt" + }, + new + { + Id = (short)906, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Belize", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 30, 0, 41, 49, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Belize.txt" + }, + new + { + Id = (short)907, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Bermuda", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bermuda.txt" + }, + new + { + Id = (short)908, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Bhutan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 16, 13, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bhutan.txt" + }, + new + { + Id = (short)909, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Bolivia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 16, 16, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bolivia.txt" + }, + new + { + Id = (short)910, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Bonaire", + PublishedDate = new DateTime(2018, 4, 28, 22, 50, 18, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bonaire.txt" + }, + new + { + Id = (short)911, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Bosnia And Herzegovina", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/BosniaAndHerzegovina.txt" + }, + new + { + Id = (short)912, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Botswana", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Botswana.txt" + }, + new + { + Id = (short)913, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Brazil", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Brazil.txt" + }, + new + { + Id = (short)914, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - British Indian Ocean Territory", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 0, 38, 19, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/BritishIndianOceanTerritory.txt" + }, + new + { + Id = (short)915, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - British Virgin Islands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 16, 37, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/BritishVirginIslands.txt" + }, + new + { + Id = (short)916, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Bulgaria", + PublishedDate = new DateTime(2018, 4, 28, 22, 50, 18, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Bulgaria.txt" + }, + new + { + Id = (short)917, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Burkina Faso", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/BurkinaFaso.txt" + }, + new + { + Id = (short)918, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Burundi", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 7, 11, 0, 38, 56, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Burundi.txt" + }, + new + { + Id = (short)919, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Cambodia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Cambodia.txt" + }, + new + { + Id = (short)920, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Cameroon", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Cameroon.txt" + }, + new + { + Id = (short)921, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Canada", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Canada.txt" + }, + new + { + Id = (short)922, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Cape Verde", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CapeVerde.txt" + }, + new + { + Id = (short)923, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Catalonia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 16, 53, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Catalonia.txt" + }, + new + { + Id = (short)924, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Cayman Islands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CaymanIslands.txt" + }, + new + { + Id = (short)925, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Central African Republic", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CentralAfricanRepublic.txt" + }, + new + { + Id = (short)926, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Chile", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Chile.txt" + }, + new + { + Id = (short)927, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - China, Peoples Republic of", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/ChinaPeoplesRepublicof.txt" + }, + new + { + Id = (short)928, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Christmas Island", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 17, 12, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/ChristmasIsland.txt" + }, + new + { + Id = (short)929, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Cocos Islands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CocosKeelingIslands.txt" + }, + new + { + Id = (short)930, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Colombia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Colombia.txt" + }, + new + { + Id = (short)931, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Congo Kinshasa", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 17, 21, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CongoKinshasa.txt" + }, + new + { + Id = (short)932, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Cook Islands", + PublishedDate = new DateTime(2017, 9, 1, 5, 7, 38, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 17, 24, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CookIslands.txt" + }, + new + { + Id = (short)933, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Costa Rica", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 17, 27, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CostaRica.txt" + }, + new + { + Id = (short)934, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Croatia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Croatia.txt" + }, + new + { + Id = (short)935, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Cuba", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 17, 33, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Cuba.txt" + }, + new + { + Id = (short)936, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Cyprus", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Cyprus.txt" + }, + new + { + Id = (short)937, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Czech Republic", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/CzechRepublic.txt" + }, + new + { + Id = (short)938, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Denmark", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Denmark.txt" + }, + new + { + Id = (short)939, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Djibouti", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 17, 45, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Djibouti.txt" + }, + new + { + Id = (short)940, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Dominica", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Dominica.txt" + }, + new + { + Id = (short)941, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Dominican Republic", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 17, 49, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/DominicanRepublic.txt" + }, + new + { + Id = (short)942, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Ecuador", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 17, 52, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Ecuador.txt" + }, + new + { + Id = (short)943, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Egypt", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Egypt.txt" + }, + new + { + Id = (short)944, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - El Salvador", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 17, 58, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/ElSalvador.txt" + }, + new + { + Id = (short)945, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Equatorial Guinea", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/EquatorialGuinea.txt" + }, + new + { + Id = (short)946, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Estonia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Estonia.txt" + }, + new + { + Id = (short)947, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - European Union", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/EuropeanUnion.txt" + }, + new + { + Id = (short)948, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Faroe Islands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/FaeroeIslands.txt" + }, + new + { + Id = (short)949, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Federated States Of Micronesia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/FederatedStatesOfMicronesia.txt" + }, + new + { + Id = (short)950, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Fiji", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 18, 14, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Fiji.txt" + }, + new + { + Id = (short)951, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Finland", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Finland.txt" + }, + new + { + Id = (short)952, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - France", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 30, 0, 41, 49, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/France.txt" + }, + new + { + Id = (short)953, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - French Polynesia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/FrenchPolynesia.txt" + }, + new + { + Id = (short)954, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - French Southern And Antarctic Lands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 18, 27, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/FrenchSouthernAndAntarcticLands.txt" + }, + new + { + Id = (short)955, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Gabonese Republic", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/GaboneseRepublic.txt" + }, + new + { + Id = (short)956, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Gambia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 18, 33, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Gambia.txt" + }, + new + { + Id = (short)957, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Gaza Strip", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 18, 36, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/GazaStrip.txt" + }, + new + { + Id = (short)958, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Georgia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 18, 39, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Georgia.txt" + }, + new + { + Id = (short)959, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Germany", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 5, 0, 42, 21, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Germany.txt" + }, + new + { + Id = (short)960, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Ghana", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 18, 50, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Ghana.txt" + }, + new + { + Id = (short)961, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Greece", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Greece.txt" + }, + new + { + Id = (short)962, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Greenland", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Greenland.txt" + }, + new + { + Id = (short)963, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Grenada", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 18, 57, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Grenada.txt" + }, + new + { + Id = (short)964, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Guadeloupe", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guadeloupe.txt" + }, + new + { + Id = (short)965, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Guam", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guam.txt" + }, + new + { + Id = (short)966, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Guatemala", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 19, 2, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guatemala.txt" + }, + new + { + Id = (short)967, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Guernsey", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guernsey.txt" + }, + new + { + Id = (short)968, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Guinea", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guinea.txt" + }, + new + { + Id = (short)969, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Guyana", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 19, 9, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Guyana.txt" + }, + new + { + Id = (short)970, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Haiti", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 19, 12, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Haiti.txt" + }, + new + { + Id = (short)971, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Heard Island And McDonald Islands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 19, 15, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/HeardIslandAndMcDonaldIslands.txt" + }, + new + { + Id = (short)972, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Honduras", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Honduras.txt" + }, + new + { + Id = (short)973, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Hong Kong", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/HongKong.txt" + }, + new + { + Id = (short)974, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Hungary", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Hungary.txt" + }, + new + { + Id = (short)975, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Iceland", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Iceland.txt" + }, + new + { + Id = (short)976, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - India", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/India.txt" + }, + new + { + Id = (short)977, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Indonesia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Indonesia.txt" + }, + new + { + Id = (short)978, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Iran", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 6, 0, 39, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Iran.txt" + }, + new + { + Id = (short)979, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Iraq", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Iraq.txt" + }, + new + { + Id = (short)980, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Ireland", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Ireland.txt" + }, + new + { + Id = (short)981, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Isle of Man", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/IsleofMan.txt" + }, + new + { + Id = (short)982, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Israel", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Israel.txt" + }, + new + { + Id = (short)983, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Italy", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 5, 0, 42, 21, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Italy.txt" + }, + new + { + Id = (short)984, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Ivory Coast", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 19, 55, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/IvoryCoast.txt" + }, + new + { + Id = (short)985, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Japan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Japan.txt" + }, + new + { + Id = (short)986, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Jersey", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 20, 1, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Jersey.txt" + }, + new + { + Id = (short)987, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Jordan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 20, 4, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Jordan.txt" + }, + new + { + Id = (short)988, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Kazakhstan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 31, 0, 42, 45, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Kazakhstan.txt" + }, + new + { + Id = (short)989, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Kenya", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Kenya.txt" + }, + new + { + Id = (short)990, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Kiribati", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Kiribati.txt" + }, + new + { + Id = (short)991, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Kuwait", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 20, 14, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Kuwait.txt" + }, + new + { + Id = (short)992, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Kyrgyzstan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 20, 17, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Kyrgyzstan.txt" + }, + new + { + Id = (short)993, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Laos", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Laos.txt" + }, + new + { + Id = (short)994, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Latvia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Latvia.txt" + }, + new + { + Id = (short)995, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Lebanon", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 20, 26, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Lebanon.txt" + }, + new + { + Id = (short)996, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Libya", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 20, 29, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Libya.txt" + }, + new + { + Id = (short)997, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Liechtenstein", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Liechtenstein.txt" + }, + new + { + Id = (short)998, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Lithuania", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Lithuania.txt" + }, + new + { + Id = (short)999, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Luxembourg", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Luxembourg.txt" + }, + new + { + Id = (short)1000, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Macau", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 20, 41, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Macau.txt" + }, + new + { + Id = (short)1001, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - North Macedonia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Macedonia.txt" + }, + new + { + Id = (short)1002, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Madagascar", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Madagascar.txt" + }, + new + { + Id = (short)1003, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Malawi", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 20, 48, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Malawi.txt" + }, + new + { + Id = (short)1004, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Malaysia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Malaysia.txt" + }, + new + { + Id = (short)1005, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Mali", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mali.txt" + }, + new + { + Id = (short)1006, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Malta", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Malta.txt" + }, + new + { + Id = (short)1007, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Mauritania", + PublishedDate = new DateTime(2017, 9, 1, 5, 7, 38, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mauritania.txt" + }, + new + { + Id = (short)1008, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Mauritius", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mauritius.txt" + }, + new + { + Id = (short)1009, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Mayotte", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 7, 13, 0, 37, 35, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mayotte.txt" + }, + new + { + Id = (short)1010, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Mexico", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mexico.txt" + }, + new + { + Id = (short)1011, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Moldova", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Moldova.txt" + }, + new + { + Id = (short)1012, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Mongolia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 21, 11, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mongolia.txt" + }, + new + { + Id = (short)1013, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Montenegro", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Montenegro.txt" + }, + new + { + Id = (short)1014, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Montserrat", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Montserrat.txt" + }, + new + { + Id = (short)1015, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Morocco", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 21, 20, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Morocco.txt" + }, + new + { + Id = (short)1016, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Mozambique", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 21, 23, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Mozambique.txt" + }, + new + { + Id = (short)1017, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Namibia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Namibia.txt" + }, + new + { + Id = (short)1018, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Nauru", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Nauru.txt" + }, + new + { + Id = (short)1019, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Nepal", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 21, 28, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Nepal.txt" + }, + new + { + Id = (short)1020, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Netherlands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Netherlands.txt" + }, + new + { + Id = (short)1021, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - New Caledonia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/NewCaledonia.txt" + }, + new + { + Id = (short)1022, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - New Zealand", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/NewZealand.txt" + }, + new + { + Id = (short)1023, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Nicaragua", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Nicaragua.txt" + }, + new + { + Id = (short)1024, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Niger", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 21, 42, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Niger.txt" + }, + new + { + Id = (short)1025, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Nigeria", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Nigeria.txt" + }, + new + { + Id = (short)1026, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Niue", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Niue.txt" + }, + new + { + Id = (short)1027, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Norfolk Island", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 21, 51, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/NorfolkIsland.txt" + }, + new + { + Id = (short)1028, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Northern Mariana Islands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/NorthernMarianaIslands.txt" + }, + new + { + Id = (short)1029, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Norway", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Norway.txt" + }, + new + { + Id = (short)1030, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Oman", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 21, 58, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Oman.txt" + }, + new + { + Id = (short)1031, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Pakistan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 22, 1, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Pakistan.txt" + }, + new + { + Id = (short)1032, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Palau", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 3, 0, 41, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Palau.txt" + }, + new + { + Id = (short)1033, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Palestine", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 22, 7, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Palestine.txt" + }, + new + { + Id = (short)1034, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Panama", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 22, 10, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Panama.txt" + }, + new + { + Id = (short)1035, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Paraguay", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 22, 13, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Paraguay.txt" + }, + new + { + Id = (short)1036, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Peru", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Peru.txt" + }, + new + { + Id = (short)1037, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Philippines", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Philippines.txt" + }, + new + { + Id = (short)1038, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Pitcairn Islands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 22, 22, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/PitcairnIslands.txt" + }, + new + { + Id = (short)1039, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Poland", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Poland.txt" + }, + new + { + Id = (short)1040, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Portugal", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Portugal.txt" + }, + new + { + Id = (short)1041, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Puerto Rico", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/PuertoRico.txt" + }, + new + { + Id = (short)1042, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Qatar", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Qatar.txt" + }, + new + { + Id = (short)1043, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Romania", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Romania.txt" + }, + new + { + Id = (short)1044, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Russia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 2, 0, 38, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Russia.txt" + }, + new + { + Id = (short)1045, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Rwanda", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Rwanda.txt" + }, + new + { + Id = (short)1047, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Saint Helena", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 11, 15, 0, 39, 53, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaintHelena.txt" + }, + new + { + Id = (short)1048, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Saint Lucia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 22, 48, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaintLucia.txt" + }, + new + { + Id = (short)1049, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Saint Pierre And Miquelon", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 22, 51, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaintPierreAndMiquelon.txt" + }, + new + { + Id = (short)1050, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Saint Vincent And Grenadines", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaintVincentAndGrenadines.txt" + }, + new + { + Id = (short)1051, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Samoa", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Samoa.txt" + }, + new + { + Id = (short)1052, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - San Marino", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 23, 0, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SanMarino.txt" + }, + new + { + Id = (short)1053, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Sao Tome And Principe", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 23, 3, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaoTomeAndPrincipe.txt" + }, + new + { + Id = (short)1054, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Saudi-Arabia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 23, 6, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SaudiArabia.txt" + }, + new + { + Id = (short)1055, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Senegal", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Senegal.txt" + }, + new + { + Id = (short)1056, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Serbia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Serbia.txt" + }, + new + { + Id = (short)1057, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Seychelles", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Seychelles.txt" + }, + new + { + Id = (short)1058, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Sierra Leone", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SierraLeone.txt" + }, + new + { + Id = (short)1059, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Singapore", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Singapore.txt" + }, + new + { + Id = (short)1060, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Sint Maarten", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 23, 22, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SintMaarten.txt" + }, + new + { + Id = (short)1061, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Slovakia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Slovakia.txt" + }, + new + { + Id = (short)1062, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Slovenia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Slovenia.txt" + }, + new + { + Id = (short)1063, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Somalia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 23, 32, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Somalia.txt" + }, + new + { + Id = (short)1064, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - South Africa", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SouthAfrica.txt" + }, + new + { + Id = (short)1065, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - South Georgia And South Sandwich Islands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 23, 38, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SouthGeorgiaAndSouthSandwichIslands.txt" + }, + new + { + Id = (short)1066, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - South Korea", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SouthKorea.txt" + }, + new + { + Id = (short)1067, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Spain", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Spain.txt" + }, + new + { + Id = (short)1068, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Sri Lanka", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 23, 47, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/SriLanka.txt" + }, + new + { + Id = (short)1069, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Sudan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Sudan.txt" + }, + new + { + Id = (short)1070, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Suriname", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 14, 23, 51, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Suriname.txt" + }, + new + { + Id = (short)1071, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Sweden", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Sweden.txt" + }, + new + { + Id = (short)1072, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Switzerland", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Switzerland.txt" + }, + new + { + Id = (short)1073, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Syria", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 0, 0, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Syria.txt" + }, + new + { + Id = (short)1074, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Taiwan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Taiwan.txt" + }, + new + { + Id = (short)1075, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Tajikistan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 0, 6, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tajikistan.txt" + }, + new + { + Id = (short)1076, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Tanzania", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 0, 9, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tanzania.txt" + }, + new + { + Id = (short)1077, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Thailand", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Thailand.txt" + }, + new + { + Id = (short)1078, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Timor Leste", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 0, 15, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/TimorLeste.txt" + }, + new + { + Id = (short)1079, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Togo", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 0, 18, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Togo.txt" + }, + new + { + Id = (short)1080, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Tokelau", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tokelau.txt" + }, + new + { + Id = (short)1081, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Tonga", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tonga.txt" + }, + new + { + Id = (short)1082, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Trinidad And Tobago", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 0, 27, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/TrinidadAndTobago.txt" + }, + new + { + Id = (short)1083, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Tunisia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 0, 30, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tunisia.txt" + }, + new + { + Id = (short)1084, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Turkey", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Turkey.txt" + }, + new + { + Id = (short)1085, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Turkmenistan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Turkmenistan.txt" + }, + new + { + Id = (short)1086, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Turks And Caicos Islands", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 0, 37, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/TurksAndCaicosIslands.txt" + }, + new + { + Id = (short)1087, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Tuvalu", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Tuvalu.txt" + }, + new + { + Id = (short)1088, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Uganda", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Uganda.txt" + }, + new + { + Id = (short)1089, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Ukraine", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 15, 0, 43, 4, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Ukraine.txt" + }, + new + { + Id = (short)1090, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - United Arab Emirates", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/UnitedArabEmirates.txt" + }, + new + { + Id = (short)1091, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - United Kingdom", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/UnitedKingdom.txt" + }, + new + { + Id = (short)1092, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - United States of America", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 2, 0, 38, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/UnitedStatesofAmerica.txt" + }, + new + { + Id = (short)1093, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Uruguay", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Uruguay.txt" + }, + new + { + Id = (short)1094, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Uzbekistan", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Uzbekistan.txt" + }, + new + { + Id = (short)1095, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Vanuatu", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 2, 0, 38, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Vanuatu.txt" + }, + new + { + Id = (short)1096, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Venezuela", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Venezuela.txt" + }, + new + { + Id = (short)1097, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Vietnam", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 1, 13, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Vietnam.txt" + }, + new + { + Id = (short)1098, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Wallis and Futuna", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 1, 16, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/WallisandFutuna.txt" + }, + new + { + Id = (short)1099, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Western Sahara", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 1, 19, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/WesternSahara.txt" + }, + new + { + Id = (short)1100, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Zambia", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Zambia.txt" + }, + new + { + Id = (short)1101, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Zimbabwe", + PublishedDate = new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 1, 23, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CountryCodesLists/Zimbabwe.txt" + }, + new + { + Id = (short)1102, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "ABP Bulgarian List (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 10, 24, 0, 37, 47, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-Bulgarian-List.txt" + }, + new + { + Id = (short)1103, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "ABP Clickbait Blocklist (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-Clickbait-Blocklist.txt" + }, + new + { + Id = (short)1104, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "ABP Japanese 3rd Party SNS Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-Japanese-3rd-Party-SNS-Filters.txt" + }, + new + { + Id = (short)1105, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "ABP Japanese Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 14, 0, 39, 48, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-Japanese-Filters.txt" + }, + new + { + Id = (short)1106, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "ABP Japanese Paranoid Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-Japanese-Paranoid-Filters.txt" + }, + new + { + Id = (short)1107, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "ABP X Files (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 12, 0, 41, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABP-X-Files.txt" + }, + new + { + Id = (short)1108, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "ABPindo (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 7, 30, 0, 35, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ABPindo.txt" + }, + new + { + Id = (short)1109, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "AakList (Domains)", + PublishedDate = new DateTime(2017, 9, 4, 23, 56, 3, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/AakList.txt" + }, + new + { + Id = (short)1110, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "AdAway Default Blocklist (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/AdAway-Default-Blocklist.txt" + }, + new + { + Id = (short)1111, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Adblock Filters by Gurudee (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-Filters-by-Gurudee.txt" + }, + new + { + Id = (short)1112, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Adblock Iran (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 15, 1, 36, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-Iran.txt" + }, + new + { + Id = (short)1113, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Adblock Korea (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-Korea.txt" + }, + new + { + Id = (short)1114, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Adblock Persian (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 7, 26, 0, 39, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-Persian.txt" + }, + new + { + Id = (short)1115, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Adblock Polska (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-Polska.txt" + }, + new + { + Id = (short)1116, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Adblock YouTube Ads (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-YouTube-Ads.txt" + }, + new + { + Id = (short)1117, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Adblock uBlock Polish Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 12, 6, 0, 38, 53, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adblock-uBlock-Polish-Filters.txt" + }, + new + { + Id = (short)1118, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Adguard English Filter (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adguard-English-Filter.txt" + }, + new + { + Id = (short)1119, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Adware Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Adware-Filters.txt" + }, + new + { + Id = (short)1120, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "AntiPubWeb (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/AntiPubWeb.txt" + }, + new + { + Id = (short)1121, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Anudeep Youtube (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Anudeep-Youtube.txt" + }, + new + { + Id = (short)1122, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Ayucat Powerful (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Ayucat-Powerful.txt" + }, + new + { + Id = (short)1123, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "BLOGRAM Analysis Block Filter List for Japan (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/BLOGRAM-Analysis-Block-Filter-List-for-Japan.txt" + }, + new + { + Id = (short)1124, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "BLOGRAM Basic Filter List for Japan (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/BLOGRAM-Basic-Filter-List-for-Japan.txt" + }, + new + { + Id = (short)1125, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IsDeleted = true, + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Bad JAV Sites (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Bad-JAV-Sites.txt" + }, + new + { + Id = (short)1126, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Block EU Cookie Shit List (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Block-EU-Cookie-Shit-List.txt" + }, + new + { + Id = (short)1127, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Blockzilla (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 8, 22, 0, 36, 47, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Blockzilla.txt" + }, + new + { + Id = (short)1128, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Breaking the News (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/BreakingTheNews.txt" + }, + new + { + Id = (short)1130, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "CAMELEON Hosts (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 21, 0, 37, 4, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/CAMELEON-Hosts.txt" + }, + new + { + Id = (short)1133, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "CryptoWall Ransomware C2 Domain blocklist (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 9, 19, 0, 37, 47, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/CryptoWall-Ransomware-C2-Domain-blocklist.txt" + }, + new + { + Id = (short)1135, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "DNS-BH Malware Domains (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 20, 0, 38, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/DNS-BH-Malware-Domains.txt" + }, + new + { + Id = (short)1139, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Disconnect Malware Filter (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Disconnect-Malware-Filter.txt" + }, + new + { + Id = (short)1140, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Dshield Suspicious High (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 7, 11, 0, 38, 56, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Dshield-Suspicious-High.txt" + }, + new + { + Id = (short)1141, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Dshield Suspicious Low (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 7, 11, 0, 38, 56, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Dshield-Suspicious-Low.txt" + }, + new + { + Id = (short)1142, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Dshield Suspicious Medium (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Dshield-Suspicious-Medium.txt" + }, + new + { + Id = (short)1143, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "EasyList Czech and Slovak (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 11, 18, 0, 39, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/EasyList-Czech-Slovak.txt" + }, + new + { + Id = (short)1144, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "EasyList Dutch (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/EasyList-Dutch.txt" + }, + new + { + Id = (short)1146, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "EasyList Italy (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 18, 0, 38, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/EasyList-Italy.txt" + }, + new + { + Id = (short)1148, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Liste FR (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 11, 0, 46, 31, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/EasyList-Liste-FR.txt" + }, + new + { + Id = (short)1149, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "EasyList Thailand (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 9, 7, 0, 35, 52, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/EasyList-Thailand.txt" + }, + new + { + Id = (short)1151, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "FadeMind addSpam (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/FadeMind-addSpam.txt" + }, + new + { + Id = (short)1152, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Fanboy Annoyances List (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Fanboy-Annoyances-List.txt" + }, + new + { + Id = (short)1153, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Filtros Nauscopicos (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Filtros-Nauscopicos.txt" + }, + new + { + Id = (short)1154, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Finnish AntiSocial (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Finnish-AntiSocial.txt" + }, + new + { + Id = (short)1155, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "G&J Hosts (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/GandJ-Hosts.txt" + }, + new + { + Id = (short)1156, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Greek AdBlock Filter (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Greek-AdBlock-Filter.txt" + }, + new + { + Id = (short)1157, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Hant05080 Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 11, 21, 0, 39, 31, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Hant05080-Filters.txt" + }, + new + { + Id = (short)1158, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Henning VanRaumle Youtube (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Henning-VanRaumle-Youtube.txt" + }, + new + { + Id = (short)1159, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Hufilter (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Hufilter.txt" + }, + new + { + Id = (short)1160, + Description = "List of toxic links for Turkey.", + HomeUrl = "https://phishing.horus.com.tr/", + LicenseId = (short)2, + Name = "TR-PhishingList URL List", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 11, 59, 1, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/HorusTeknoloji/TR-PhishingList/master/url-lists.txt" + }, + new + { + Id = (short)1161, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "DNS-BH Malware Domains Immortal (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ImmortalMalwareDomains.txt" + }, + new + { + Id = (short)1162, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Japanese Site Adblock Filter ver 2 (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/JapaneseSiteAdblockFilterver2.txt" + }, + new + { + Id = (short)1163, + Description = "The Blocklist to filter Phishing.", + HomeUrl = "https://phishing.army/", + LicenseId = (short)13, + Name = "Phishing Army Extended", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 16, 15, 48, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://phishing.army/download/phishing_army_blocklist_extended.txt" + }, + new + { + Id = (short)1164, + Description = "List of toxic links for Turkey.", + HomeUrl = "https://phishing.horus.com.tr/", + LicenseId = (short)2, + Name = "TR-PhishingList IP List", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)9, + UpdatedDate = new DateTime(2019, 2, 16, 10, 14, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/HorusTeknoloji/TR-PhishingList/master/ip-lists.txt" + }, + new + { + Id = (short)1165, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Latvian List (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/LatvianList.txt" + }, + new + { + Id = (short)1166, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Lead Generator (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Lead-Generator.txt" + }, + new + { + Id = (short)1167, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "ListeAR (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ListeAR.txt" + }, + new + { + Id = (short)1168, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Locky Ransomware C2 Domain Blocklist (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 8, 11, 0, 41, 26, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Locky-Ransomware-C2-Domain-Blocklist.txt" + }, + new + { + Id = (short)1169, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Malware Domains Just Domains (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 20, 0, 38, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Malware-Domains-Just-Domains.txt" + }, + new + { + Id = (short)1172, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Mat1th DNS add block (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Mat1th-DNS-add-block.txt" + }, + new + { + Id = (short)1173, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Mayve's Private Adblock Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Mayvs-Private-Adblock-Filters.txt" + }, + new + { + Id = (short)1174, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Metaphoricgiraffe Privacy Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 6, 30, 0, 37, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Metaphoricgiraffe-Privacy-Filters.txt" + }, + new + { + Id = (short)1175, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Michael Trimms Hosts (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Michael-Trimms-Hosts.txt" + }, + new + { + Id = (short)1176, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Mitchell Krogs Badd Boyz Hosts (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Mitchell-Krogs-Badd-Boyz-Hosts.txt" + }, + new + { + Id = (short)1179, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Notracking hostnames (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Notracking-hostnames.txt" + }, + new + { + Id = (short)1180, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "PLgeneral (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/PLgeneral.txt" + }, + new + { + Id = (short)1182, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Piwik Spam (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 5, 0, 42, 21, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Piwik-Spam.txt" + }, + new + { + Id = (short)1183, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "PopupBlocker (Domains)", + PublishedDate = new DateTime(2018, 4, 13, 4, 1, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 11, 7, 0, 48, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/PopupBlocker.txt" + }, + new + { + Id = (short)1184, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Prebake Obtrusive (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Prebake-Obtrusive.txt" + }, + new + { + Id = (short)1185, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Prigent Malware (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 7, 22, 0, 36, 27, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Prigent-Malware.txt" + }, + new + { + Id = (short)1187, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Quidsup Malicious (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Quidsup-Malicious.txt" + }, + new + { + Id = (short)1189, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "ROad Block (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 8, 0, 39, 35, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ROad-Block.txt" + }, + new + { + Id = (short)1190, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "RU AdList (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 21, 0, 40, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/RU-AdList.txt" + }, + new + { + Id = (short)1191, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "RU AdList: BitBlock (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/RUAdListBitBlock.txt" + }, + new + { + Id = (short)1192, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "RU AdList: Counters (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 1, 0, 40, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/RUAdListCounters.txt" + }, + new + { + Id = (short)1193, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Ransomware Domain Blocklist (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 8, 11, 0, 41, 26, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Ransomware-Domain-Blocklist.txt" + }, + new + { + Id = (short)1194, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Slovenian List (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/SVN-Slovenian.txt" + }, + new + { + Id = (short)1196, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Satterly's Adblock Plus Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/SatterlysAdblockPlusFilters.txt" + }, + new + { + Id = (short)1197, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Schacks Adblock Plus Liste (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 6, 14, 0, 40, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Schacks-Adblock-Plus-Liste.txt" + }, + new + { + Id = (short)1199, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Spam Assassin Bill Stearns (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Spam-Assassin-Bill-Stearns.txt" + }, + new + { + Id = (short)1202, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Steven Blacks Fakenews (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 17, 16, 59, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Fakenews.txt" + }, + new + { + Id = (short)1203, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Steven Blacks Gambling (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 17, 17, 11, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Gambling.txt" + }, + new + { + Id = (short)1204, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Steven Blacks Hosts (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 31, 0, 39, 33, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Hosts.txt" + }, + new + { + Id = (short)1205, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Steven Blacks Porn (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 17, 17, 26, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Porn.txt" + }, + new + { + Id = (short)1206, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Steven Blacks Risky Hosts (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Risky-Hosts.txt" + }, + new + { + Id = (short)1207, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Steven Blacks Trackers (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 10, 23, 1, 14, 25, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Trackers.txt" + }, + new + { + Id = (short)1209, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Unified Hosts (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 17, 17, 41, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Steven-Blacks-Unified-Hosts.txt" + }, + new + { + Id = (short)1210, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Gift Card Killer (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/TakoYachty-Gift-Card-Killer.txt" + }, + new + { + Id = (short)1211, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "TeslaCrypt Ransomware C2 Domain Blocklist (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/TeslaCrypt-Ransomware-C2-Domain-Blocklist.txt" + }, + new + { + Id = (short)1212, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "TeslaCrypt Ransomware Payment Sites Domain Blocklist (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/TeslaCrypt-Ransomware-Payment-Sites-Domain-Blocklist.txt" + }, + new + { + Id = (short)1213, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "The Hosts File Project (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/The-Hosts-File-Project.txt" + }, + new + { + Id = (short)1214, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Thoughtconverge's Custom AdBlock Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Thoughtconverge-AdBlock-Filters.txt" + }, + new + { + Id = (short)1215, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Tofu Filter (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 24, 0, 36, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Tofu-Filter.txt" + }, + new + { + Id = (short)1216, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "TorrentLocker Ransomware C2 Domain Blocklist (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/TorrentLocker-Ransomware-C2-Domain-Blocklist.txt" + }, + new + { + Id = (short)1217, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "TorrentLocker Ransomware Payment Sites Domain Blocklist (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/TorrentLocker-Ransomware-Payment-Sites-Domain-Blocklist.txt" + }, + new + { + Id = (short)1218, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Turk-Adlist (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 23, 0, 38, 33, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Turk-adlist.txt" + }, + new + { + Id = (short)1220, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Wiltteri (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Wiltteri.txt" + }, + new + { + Id = (short)1221, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "WindowsSpyBlocker7 (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/WindowsSpyBlocker7.txt" + }, + new + { + Id = (short)1222, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "WindowsSpyBlocker81 (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/WindowsSpyBlocker81.txt" + }, + new + { + Id = (short)1223, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Anti-PopAds (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 9, 0, 38, 43, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/Yhonay-AntiPopAds.txt" + }, + new + { + Id = (short)1224, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "YousList (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 19, 0, 38, 31, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/YousList.txt" + }, + new + { + Id = (short)1225, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "ZeuS Domain Blocklist Bad Domains (Domains)", + PublishedDate = new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 10, 16, 0, 36, 56, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/ZeuS-Domain-Blocklist-Bad-Domains.txt" + }, + new + { + Id = (short)1226, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "uBlock Filters (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 9, 0, 38, 43, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/uAssetsFilters.txt" + }, + new + { + Id = (short)1227, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "uBlock Filters - Privacy (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 11, 18, 0, 39, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/uAssetsPrivacy.txt" + }, + new + { + Id = (short)1228, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "uBlock Filters - Unbreak (Domains)", + PublishedDate = new DateTime(2018, 4, 13, 4, 1, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/uAssetsUnbreak.txt" + }, + new + { + Id = (short)1229, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "uBOPersonalFilters (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 12, 4, 0, 37, 44, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/uBOPersonalFilters.txt" + }, + new + { + Id = (short)1230, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "uBlockFiltersPlus (Domains)", + PublishedDate = new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/ParsedBlacklists/uBlockFiltersPlus.txt" + }, + new + { + Id = (short)1233, + Description = "To block Adobe Updates (Photoshop & co.)", + DescriptionSourceUrl = "https://github.com/Akamaru/Pi-Hole-Lists/blob/master/README.md", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = (short)5, + Name = "Pi-Hole-Lists - Adobe updates", + PublishedDate = new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/adobeblock.txt" + }, + new + { + Id = (short)1234, + Description = "To block Nintendo system updates (3DS / Wii U / Switch)", + DescriptionSourceUrl = "https://github.com/Akamaru/Pi-Hole-Lists/blob/master/README.md", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = (short)5, + Name = "Pi-Hole-Lists - Nintendo updates", + PublishedDate = new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 4, 6, 12, 51, 26, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/nintendoblock.txt" + }, + new + { + Id = (short)1235, + Description = "To block tracking and information that Windows collects", + DescriptionSourceUrl = "https://github.com/Akamaru/Pi-Hole-Lists/blob/master/README.md", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = (short)5, + Name = "Pi-Hole-Lists - Windows tracking", + PublishedDate = new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 8, 12, 20, 41, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/nomsdata.txt" + }, + new + { + Id = (short)1237, + Description = "Block fake jailbreak websites (Domains of The iPhone Wiki)", + DescriptionSourceUrl = "https://github.com/Akamaru/Pi-Hole-Lists/blob/master/README.md", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = (short)5, + Name = "Pi-Hole-Lists - Fake jailbreak sites", + PublishedDate = new DateTime(2017, 11, 6, 13, 59, 45, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 4, 10, 18, 37, 24, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/jbfake.txt" + }, + new + { + Id = (short)1238, + Description = "To block fake gaming websites (fake emulators, etc.)", + DescriptionSourceUrl = "https://github.com/Akamaru/Pi-Hole-Lists/blob/master/README.md", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = (short)5, + Name = "Pi-Hole-Lists - Fake game sites", + PublishedDate = new DateTime(2018, 1, 31, 14, 2, 23, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 1, 31, 14, 2, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/gamefake.txt" + }, + new + { + Id = (short)1239, + Description = "To block German fake news websites", + DescriptionSourceUrl = "https://github.com/Akamaru/Pi-Hole-Lists/blob/master/README.md", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = (short)5, + Name = "Pi-Hole-Lists - German fake news", + PublishedDate = new DateTime(2017, 11, 17, 20, 52, 1, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 20, 4, 0, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/fakenewsde.txt" + }, + new + { + Id = (short)1240, + Description = "To block cryptomining", + DescriptionSourceUrl = "https://github.com/Akamaru/Pi-Hole-Lists/blob/master/README.md", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = (short)5, + Name = "Pi-Hole-Lists - Cryptomining", + PublishedDate = new DateTime(2018, 1, 31, 14, 0, 41, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 5, 24, 11, 39, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/cryptomine.txt" + }, + new + { + Id = (short)1241, + Description = "To block other things that I could not assign anywhere", + DescriptionSourceUrl = "https://github.com/Akamaru/Pi-Hole-Lists/blob/master/README.md", + HomeUrl = "https://github.com/Akamaru/Pi-Hole-Lists", + IssuesUrl = "https://github.com/Akamaru/Pi-Hole-Lists/issues", + LicenseId = (short)5, + Name = "Pi-Hole-Lists - Other", + PublishedDate = new DateTime(2017, 10, 19, 20, 18, 47, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 8, 12, 11, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Akamaru/Pi-Hole-Lists/master/other.txt" + }, + new + { + Id = (short)1242, + HomeUrl = "https://github.com/Akamaru/Adblock-Filterliste", + IssuesUrl = "https://github.com/Akamaru/Adblock-Filterliste/issues", + LicenseId = (short)33, + Name = "Aka's Filter Liste", + PublishedDate = new DateTime(2015, 12, 11, 14, 0, 18, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 2, 17, 17, 54, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Akamaru/Adblock-Filterliste/master/filterlist.txt" + }, + new + { + Id = (short)1243, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Combined Blacklists", + PublishedDate = new DateTime(2017, 9, 3, 0, 46, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 9, 0, 38, 43, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CombinedBlacklists/CombinedBlackLists.txt" + }, + new + { + Id = (short)1244, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - deathbybandaid List", + PublishedDate = new DateTime(2017, 9, 3, 0, 46, 22, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 11, 0, 40, 25, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CombinedBlacklists/DeathbybandaidList.txt" + }, + new + { + Id = (short)1245, + HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", + LicenseId = (short)14, + Name = "Pi-hole Parser - Combined Whitelists", + PublishedDate = new DateTime(2018, 4, 29, 23, 32, 34, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 4, 29, 23, 32, 34, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/deathbybandaid/piholeparser/master/Subscribable-Lists/CombinedWhitelists/CombinedWhiteLists.txt" + }, + new + { + Id = (short)1247, + Description = "The \"Battle Royale\" videogame genre has escalated in popularity. And with such popularity, comes annoying promotions, hopeless copycats, and questionable fandoms. If you need a breather from such things, this is a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Battle Royale' List", + PublishedDate = new DateTime(2018, 12, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 8, 17, 7, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-'Battle%20Royale'%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-'Battle%20Royale'%20List.txt" + }, + new + { + Id = (short)1278, + Description = "A filterlist that use in \"Better\" app on the iOS devices (iPhone, iPad, MacOS)", + DescriptionSourceUrl = "https://better.fyi", + EmailAddress = "hello@ind.ie", + HomeUrl = "https://better.fyi", + IssuesUrl = "https://forum.ind.ie/c/better/support", + LicenseId = (short)8, + Name = "Better content blocking rules", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 8, 10, 57, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://better.fyi/blockerList.txt" + }, + new + { + Id = (short)1279, + Description = "Polish supplement for EasyPrivacy", + DescriptionSourceUrl = "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/adblock.txt", + HomeUrl = "https://github.com/olegwukr/polish-privacy-filters", + IssuesUrl = "https://github.com/olegwukr/polish-privacy-filters/issues", + LicenseId = (short)8, + Name = "Polish Privacy Filters", + PublishedDate = new DateTime(2018, 2, 28, 8, 40, 54, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 1, 7, 42, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/adblock.txt" + }, + new + { + Id = (short)1280, + Description = "Oficjalne polskie filtry przeciwko alertom o Adblocku", + DescriptionSourceUrl = "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/anti-adblock.txt", + HomeUrl = "https://github.com/olegwukr/polish-privacy-filters", + IssuesUrl = "https://github.com/olegwukr/polish-privacy-filters/issues", + LicenseId = (short)8, + Name = "Polish Anti Adblock Filters", + PublishedDate = new DateTime(2018, 12, 3, 20, 25, 31, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 7, 18, 30, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/anti-adblock.txt" + }, + new + { + Id = (short)1281, + Description = "Oficjalne polskie filtry przeciwko alertom o Adblocku - uzupełnienie dla uBlock Origin", + DescriptionSourceUrl = "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/anti-adblock-suplement.txt", + HomeUrl = "https://github.com/olegwukr/polish-privacy-filters", + IssuesUrl = "https://github.com/olegwukr/polish-privacy-filters/issues", + LicenseId = (short)8, + Name = "Polish Anti Adblock Filters - supplement for uBlock Origin", + PublishedDate = new DateTime(2018, 12, 5, 18, 42, 28, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 31, 18, 5, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/anti-adblock-suplement.txt" + }, + new + { + Id = (short)1282, + Description = "Little Snitch rules for Mac apps.", + DescriptionSourceUrl = "https://github.com/koenrh/little-snitch-rules", + HomeUrl = "https://github.com/koenrh/little-snitch-rules", + IssuesUrl = "https://github.com/koenrh/little-snitch-rules/issues", + LicenseId = (short)5, + Name = "Koen's Little Snitch rules", + PublishedDate = new DateTime(2018, 6, 14, 17, 24, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)18, + UpdatedDate = new DateTime(2018, 6, 15, 8, 2, 27, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/koenrh/little-snitch-rules/master/apps.lsrules" + }, + new + { + Id = (short)1283, + Description = "A filter to make the web better", + HomeUrl = "https://github.com/AnXh3L0/blocklist", + IssuesUrl = "https://github.com/AnXh3L0/blocklist/issues", + LicenseId = (short)5, + Name = "Adblock List for Albania", + PublishedDate = new DateTime(2018, 12, 29, 22, 36, 5, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 2, 17, 19, 31, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/AnXh3L0/blocklist/master/albanian-easylist-addition/Albania.txt" + }, + new + { + Id = (short)1284, + HomeUrl = "https://github.com/finnish-easylist-addition/finnish-easylist-addition", + IssuesUrl = "https://github.com/finnish-easylist-addition/finnish-easylist-addition/issues", + LicenseId = (short)11, + Name = "Annoyance List for Finland", + PublishedDate = new DateTime(2018, 12, 13, 10, 5, 14, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 29, 14, 39, 41, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/finnish-easylist-addition/finnish-easylist-addition/master/annoyances/Finland_annoyances.txt" + }, + new + { + Id = (short)1285, + Description = "My uMatrix starting point with CDNs pre-whitelisted.", + DescriptionSourceUrl = "https://github.com/theel0ja/uMatrix-rules/blob/master/README.md", + HomeUrl = "https://github.com/theel0ja/uMatrix-rules", + IssuesUrl = "https://github.com/theel0ja/uMatrix-rules/issues", + LicenseId = (short)5, + Name = "uMatrix Rules (theel0ja)", + PublishedDate = new DateTime(2018, 12, 16, 14, 47, 48, 0, DateTimeKind.Unspecified), + SyntaxId = (short)7, + UpdatedDate = new DateTime(2019, 1, 2, 14, 21, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/theel0ja/uMatrix-rules/master/my-umatrix-rules.txt" + }, + new + { + Id = (short)1286, + Description = "A phishing domains list aiming at blocking scam domains from Steam Store, CS:GO, Dota 2, Team Fortress 2, PUBG and other related scams related to it, based on the wishihab/steamscamsite scam list https://github.com/wishihab/steamscamsite.", + DescriptionSourceUrl = "https://github.com/PoorPocketsMcNewHold/steamscamsites/blob/master/README.md", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://poorpocketsmcnewhold.github.io/SteamScamSites/", + IssuesUrl = "https://github.com/PoorPocketsMcNewHold/steamscamsites/issues", + LicenseId = (short)14, + Name = "SteamScamSites", + PublishedDate = new DateTime(2018, 8, 31, 9, 11, 52, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 21, 15, 50, 51, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PoorPocketsMcNewHold/steamscamsites/master/steamscamsite.txt" + }, + new + { + Id = (short)1288, + Description = "Removes empty ads placeholders", + DescriptionSourceUrl = "https://raw.githubusercontent.com/NanoAdblockerLab/NanoContrib/master/dist/placeholder-buster.txt", + HomeUrl = "https://github.com/NanoAdblockerLab/NanoContrib", + LicenseId = (short)4, + Name = "Nano Contrib Filter - Placeholder Buster", + PublishedDate = new DateTime(2018, 12, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 6, 1, 32, 35, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/NanoAdblockerLab/NanoContrib/master/dist/placeholder-buster.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/NanoAdblockerLab/NanoContrib/master/dist/placeholder-buster.txt" + }, + new + { + Id = (short)1289, + Description = "So let's say you're doing research on Half-Life: Full Life Consequences, which is the best meme ever made, but you've grown very tired of seeing unrelated images, social media nags, and articles about things that are categorically not memes? In that case, this list will save your sanity.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/KnowYourMemePureBrowsingExperience.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Know Your Meme: Pure Browsing Experience", + PublishedDate = new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 2, 24, 16, 18, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/KnowYourMemePureBrowsingExperience.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/KnowYourMemePureBrowsingExperience.txt" + }, + new + { + Id = (short)1290, + Description = "Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. There's also additional categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout's%20Anti-Malware%20List.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Anti-Malware List", + PublishedDate = new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)17, + UpdatedDate = new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout's%20Anti-Malware%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Dandelion%20Sprout's%20Anti-Malware%20List.txt" + }, + new + { + Id = (short)1291, + Description = "Are you just trying to casually browse through some comedy and art accounts on Twitter, and have grown really, really tired and worn out by seeing trashy posts and accounts made by tweeters who physically can't stop babbling about politics, especially American politics? Then this list will probably save your life.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Twitter%20De-Politificator.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Twitter De-Politificator", + PublishedDate = new DateTime(2018, 1, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 5, 21, 58, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Twitter%20De-Politificator.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Twitter%20De-Politificator.txt" + }, + new + { + Id = (short)1292, + Description = "Having something display a permanent fake notification counter, to make the users think that they've received a notification when they haven't, takes quite a bit of scumminess on the maker's behalf to pull off. Here's how to filter them out of sight.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Android%20Scum%20Class%20—%20Fake%20notification%20counters.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Unnecessary notification counters' List", + PublishedDate = new DateTime(2018, 1, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 3, 3, 39, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Android%20Scum%20Class%20—%20Fake%20notification%20counters.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Android%20Scum%20Class%20—%20Fake%20notification%20counters.txt" + }, + new + { + Id = (short)1293, + Description = "This serves as a template and guidance for people who want to learn how to make their own «hosts» files, or how to make them optimalised for uBlock Origin. This template contains all conventionally used tags, with added notes on how they differ from the tags that are used in adblock lists.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Adblock List Template (Combined hosts and uBlock Origin)", + PublishedDate = new DateTime(2018, 1, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Adblock%20list%20templates/Adblock%20list%20template%20-Hosts%20and%20uBlock%20Origin-.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Adblock%20list%20templates/Adblock%20list%20template%20-Hosts%20and%20uBlock%20Origin-.txt" + }, + new + { + Id = (short)1294, + EmailAddress = "elias.ojala+github@kapsi.fi", + HomeUrl = "https://github.com/theel0ja/CrapBlock", + IssuesUrl = "https://github.com/theel0ja/CrapBlock/issues", + LicenseId = (short)5, + Name = "Even cleaner news sites", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 3, 6, 0, 0, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://crapblock.theel0ja.info/even-cleaner-news-sites.txt" + }, + new + { + Id = (short)1295, + Description = "iVOID.hosts is dedicated to providing AdGuard Pro for iOS users with custom built, privacy & security focused hosts files. Also for use with Linux workstations & uBlock Origin for Firefox.", + EmailAddress = "intr0@intr0.com", + HomeUrl = "https://intr0.com/", + IssuesUrl = "https://gitlab.com/intr0/iVOID.GitLab.io/issues", + LicenseId = (short)9, + Name = "iVOID.hosts", + PublishedDate = new DateTime(2018, 7, 9, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 10, 23, 39, 25, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/intr0/iVOID.GitLab.io/raw/master/iVOID.hosts", + ViewUrlMirror1 = "https://notabug.org/-intr0/iVOID/raw/master/iVOID.hosts", + ViewUrlMirror2 = "http://w2caclgy62idhzyut23ucimqw5tsmfbl4b2iyjzpvngatast2fiqxbyd.onion/ivoid/iVOID.hosts" + }, + new + { + Id = (short)1296, + Description = "DomainVoider is dedicated to providing AdGuard Pro for iOS users with custom built, privacy and security focused filters using a simplified adblocking format. Also for use with uBlock Origin for Firefox.", + EmailAddress = "intr0@intr0.com", + HomeUrl = "https://intr0.com/", + IssuesUrl = "https://gitlab.com/intr0/DomainVoider/issues", + LicenseId = (short)19, + Name = "DomainVoider", + PublishedDate = new DateTime(2017, 11, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)47, + UpdatedDate = new DateTime(2019, 4, 10, 23, 58, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/intr0/DomainVoider/raw/master/DomainVoider", + ViewUrlMirror1 = "https://notabug.org/-intr0/DomainVoider/raw/master/DomainVoider", + ViewUrlMirror2 = "http://w2caclgy62idhzyut23ucimqw5tsmfbl4b2iyjzpvngatast2fiqxbyd.onion/domainvoider/DomainVoider.txt" + }, + new + { + Id = (short)1297, + ChatUrl = "https://discord.me/yourduskquibbles", + Description = "Block annoying web elements and reclaim lost screen real estate - Unsuck the web and make it more user friendly!", + HomeUrl = "https://github.com/yourduskquibbles/webannoyances", + IssuesUrl = "https://github.com/yourduskquibbles/webannoyances/issues", + LicenseId = (short)8, + Name = "Web Annoyances Ultralist - CSS Style Modifying Filters", + PublishedDate = new DateTime(2019, 1, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 10, 20, 37, 31, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/css_style_filters.txt" + }, + new + { + Id = (short)1298, + Description = "Contains all data and is only recommended for obsessive cleaning. Compared to Basic Hosts, Full Hosts additionally blocks the following: JS Miner mining, Baidu group statistics all-weather positioning record, various statistical services (only JS, no shielded console), common download hijacking, 360 and Baidu portions of software downloada, CNNIC root certificate hijacking, and religious content sites such as Falun Gong that may cause discomfort", + DescriptionSourceUrl = "https://hosts.nfz.moe/", + EmailAddress = "neofelhz+github@gmail.com", + HomeUrl = "https://github.com/neofelhz/neoHosts", + IssuesUrl = "https://github.com/neofelhz/neoHosts/issues", + LicenseId = (short)2, + Name = "NeoHosts Full", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 21, 2, 46, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hosts.nfz.moe/full/hosts" + }, + new + { + Id = (short)1299, + Description = "Contains all data and is only recommended for obsessive cleaning. Compared to Basic Hosts, Full Hosts additionally blocks the following: JS Miner mining, Baidu group statistics all-weather positioning record, various statistical services (only JS, no shielded console), common download hijacking, 360 and Baidu portions of software downloada, CNNIC root certificate hijacking, and religious content sites such as Falun Gong that may cause discomfort", + DescriptionSourceUrl = "https://hosts.nfz.moe/", + EmailAddress = "neofelhz+github@gmail.com", + HomeUrl = "https://github.com/neofelhz/neoHosts", + IssuesUrl = "https://github.com/neofelhz/neoHosts/issues", + LicenseId = (short)2, + Name = "NeoHosts Basic", + SyntaxId = (short)1, + ViewUrl = "https://hosts.nfz.moe/basic/hosts", + ViewUrlMirror1 = "https://raw.githubusercontent.com/neoFelhz/neohosts/gh-pages/basic/hosts" + }, + new + { + Id = (short)1300, + Description = "Stop Forum Spam is a free service that records reports of spam on forums, blogs and wikis to name a few. All these records are then made available to you search and view but most importantly, to access in an automated way to block suspected spammers before they can get in the front door. Everyone is familiar with more traditional 'solve the word' systems to prevent abuse, Stop Forum Spam is a targeted and specialsed solution to help stop abuse of your website.", + ForumUrl = "https://www.stopforumspam.com/forum/", + HomeUrl = "https://www.stopforumspam.com/", + LicenseId = (short)26, + Name = "StopForumSpam Toxic Domains Whole", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 11, 0, 16, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.stopforumspam.com/downloads/toxic_domains_whole.txt" + }, + new + { + Id = (short)1301, + Description = "This aim to block non-formal hosts that serve all Facebook contents and resources from alternative \"Free Basics\" servers that it happen when you're using on mobile data over the carrier that collaborate with Facebook to have THAT service! Note this is an old version that seems to have a lots of offline domains but keep it for check with dead-hosts, or if you're not sure because most subdomains and CDNs of \"Facebook Zero\" seems to be accessed when you're using mobile data only.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/hosts/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A%22Hosts+File%22", + LicenseId = (short)13, + Name = "Facebook Zero Hosts Block (Test List)", + PublishedDate = new DateTime(2018, 12, 25, 8, 55, 57, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/hosts/test/hosts_facebook0.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/hosts/test/hosts_facebook0.txt" + }, + new + { + Id = (short)1302, + Description = "A custom hosts list that aim to re-block whitelisted domains but seems not trusted by self opinion, this not recommend for general use and company setup.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/hosts/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues?q=label%3A%22Hosts+File%22", + LicenseId = (short)13, + Name = "kowith337's Custom leftover hosts", + PublishedDate = new DateTime(2018, 2, 12, 6, 10, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 3, 12, 28, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/hosts/hosts_leftover.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/hosts/hosts_leftover.txt" + }, + new + { + Id = (short)1303, + Description = "Collections of custom filters (mostly about DOM elements) that not yet categorised or not fit to any topics of the creator's repo yet.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/filterlist/other/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues", + LicenseId = (short)13, + Name = "kowith337's Miscellaneous Annoyance", + PublishedDate = new DateTime(2018, 9, 27, 14, 26, 13, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 5, 17, 22, 49, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/other/MiscAnnoyance.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/other/MiscAnnoyance.txt" + }, + new + { + Id = (short)1304, + Description = "Bring back the \"Square\" layout (similar to Windows 8's metro) because circles and material design is too mainstream.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/filterlist/ubo-css/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues", + LicenseId = (short)13, + Name = "iHateCircles", + PublishedDate = new DateTime(2018, 10, 18, 14, 19, 38, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/ubo-css/iHateCircles.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/ubo-css/iHateCircles.txt" + }, + new + { + Id = (short)1305, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Adv Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/adv", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 3, 2, 0, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/adv/domains" + }, + new + { + Id = (short)1306, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Adv Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/adv", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/adv/urls" + }, + new + { + Id = (short)1307, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Aggressive Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/aggressive", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/aggressive/domains" + }, + new + { + Id = (short)1308, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Aggressive Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/aggressive", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/aggressive/urls" + }, + new + { + Id = (short)1309, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Alcohol Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/alcohol", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/alcohol/domains" + }, + new + { + Id = (short)1310, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Alcohol Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/alcohol", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/alcohol/urls" + }, + new + { + Id = (short)1311, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List AnonVPN Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/anonvpn", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/anonvpn/domains" + }, + new + { + Id = (short)1312, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List AnonVPN Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/anonvpn", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/anonvpn/urls" + }, + new + { + Id = (short)1313, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Automobile Bikes Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/bikes", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/bikes/domains" + }, + new + { + Id = (short)1314, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Automobile Bikes Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/bikes", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/bikes/urls" + }, + new + { + Id = (short)1315, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Automobile Boats Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/boats", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/boats/domains" + }, + new + { + Id = (short)1316, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Automobile Boats Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/boats", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/boats/urls" + }, + new + { + Id = (short)1317, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Automobile Cars Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/cars", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/cars/domains" + }, + new + { + Id = (short)1318, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Automobile Cars Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/cars", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/cars/urls" + }, + new + { + Id = (short)1319, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Automobile Planes Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/planes", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/planes/domains" + }, + new + { + Id = (short)1320, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Automobile Planes Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/automobile/planes", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/automobile/planes/urls" + }, + new + { + Id = (short)1321, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Chat Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/chat", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/chat/domains" + }, + new + { + Id = (short)1322, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Chat Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/chat", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/chat/urls" + }, + new + { + Id = (short)1323, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Costtraps Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/costtraps", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/costtraps/domains" + }, + new + { + Id = (short)1324, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Costtraps Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/costtraps", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/costtraps/urls" + }, + new + { + Id = (short)1325, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Dating Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/dating", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/dating/domains" + }, + new + { + Id = (short)1326, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Dating Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/dating", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/dating/urls" + }, + new + { + Id = (short)1327, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Downloads Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/downloads", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/downloads/domains" + }, + new + { + Id = (short)1328, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Downloads Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/downloads", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/downloads/urls" + }, + new + { + Id = (short)1329, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Drugs Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/drugs", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/drugs/domains" + }, + new + { + Id = (short)1330, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Drugs Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/drugs", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/drugs/urls" + }, + new + { + Id = (short)1331, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Dynamic Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/dynamic", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/dynamic/domains" + }, + new + { + Id = (short)1332, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Dynamic Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/dynamic", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/dynamic/urls" + }, + new + { + Id = (short)1333, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Education Schools Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/education/schools", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/education/schools/domains" + }, + new + { + Id = (short)1334, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Education Schools Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/education/schools", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/education/schools/urls" + }, + new + { + Id = (short)1335, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Banking Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/banking", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/banking/domains" + }, + new + { + Id = (short)1336, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Banking Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/banking", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/banking/urls" + }, + new + { + Id = (short)1337, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Insurance Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/insurance", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/insurance/domains" + }, + new + { + Id = (short)1338, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Insurance Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/insurance", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/insurance/urls" + }, + new + { + Id = (short)1339, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Moneylending Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/moneylending", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/moneylending/domains" + }, + new + { + Id = (short)1340, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Moneylending Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/moneylending", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/moneylending/urls" + }, + new + { + Id = (short)1341, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Other Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/other", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/other/domains" + }, + new + { + Id = (short)1342, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Other Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/other", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/other/urls" + }, + new + { + Id = (short)1343, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Realestate Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/realestate", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/realestate/domains" + }, + new + { + Id = (short)1344, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Realestate Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/realestate", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/realestate/urls" + }, + new + { + Id = (short)1345, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Trading Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/trading", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/trading/domains" + }, + new + { + Id = (short)1346, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Finance Trading Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/finance/trading", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/finance/trading/urls" + }, + new + { + Id = (short)1347, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Fortunetelling Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/fortunetelling", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/fortunetelling/domains" + }, + new + { + Id = (short)1348, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Fortunetelling Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/fortunetelling", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/fortunetelling/urls" + }, + new + { + Id = (short)1349, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Forum Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/forum", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/forum/domains" + }, + new + { + Id = (short)1350, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Forum Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/forum", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/forum/urls" + }, + new + { + Id = (short)1351, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Gamble Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/gamble", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 1, 2, 0, 3, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/gamble/domains" + }, + new + { + Id = (short)1352, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Gamble Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/gamble", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/gamble/urls" + }, + new + { + Id = (short)1353, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Government Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/government", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/government/domains" + }, + new + { + Id = (short)1354, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Government Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/government", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/government/urls" + }, + new + { + Id = (short)1355, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hacking Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hacking", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hacking/domains" + }, + new + { + Id = (short)1356, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hacking Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hacking", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hacking/urls" + }, + new + { + Id = (short)1357, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hobby Cooking Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/cooking", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/cooking/domains" + }, + new + { + Id = (short)1358, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hobby Cooking Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/cooking", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/cooking/urls" + }, + new + { + Id = (short)1359, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hobby Games-misc Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/games-misc", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/games-misc/domains" + }, + new + { + Id = (short)1360, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hobby Games-misc Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/games-misc", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/games-misc/urls" + }, + new + { + Id = (short)1361, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hobby Games-online Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/games-online", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/games-online/domains" + }, + new + { + Id = (short)1362, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hobby Games-online Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/games-online", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/games-online/urls" + }, + new + { + Id = (short)1363, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hobby Gardening Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/gardening", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/gardening/domains" + }, + new + { + Id = (short)1364, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hobby Gardening Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/gardening", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/gardening/urls" + }, + new + { + Id = (short)1365, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hobby Pets Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/pets", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/pets/domains" + }, + new + { + Id = (short)1366, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hobby Pets Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hobby/pets", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hobby/pets/urls" + }, + new + { + Id = (short)1367, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Homestyle Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/homestyle", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/homestyle/domains" + }, + new + { + Id = (short)1368, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Homestyle Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/homestyle", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/homestyle/urls" + }, + new + { + Id = (short)1369, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hospitals Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hospitals", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hospitals/domains" + }, + new + { + Id = (short)1370, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Hospitals Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/hospitals", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/hospitals/urls" + }, + new + { + Id = (short)1371, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Imagehosting Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/imagehosting", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/imagehosting/domains" + }, + new + { + Id = (short)1372, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Imagehosting Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/imagehosting", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/imagehosting/urls" + }, + new + { + Id = (short)1373, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Isp Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/isp", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/isp/domains" + }, + new + { + Id = (short)1374, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Isp Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/isp", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/isp/urls" + }, + new + { + Id = (short)1375, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Jobsearch Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/jobsearch", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/jobsearch/domains" + }, + new + { + Id = (short)1376, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Jobsearch Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/jobsearch", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/jobsearch/urls" + }, + new + { + Id = (short)1377, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Library Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/library", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/library/domains" + }, + new + { + Id = (short)1378, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Library Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/library", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/library/urls" + }, + new + { + Id = (short)1379, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Military Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/military", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/military/domains" + }, + new + { + Id = (short)1380, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Military Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/military", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/military/urls" + }, + new + { + Id = (short)1381, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Models Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/models", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 4, 2, 0, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/models/domains" + }, + new + { + Id = (short)1382, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Models Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/models", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/models/urls" + }, + new + { + Id = (short)1383, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Movies Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/movies", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/movies/domains" + }, + new + { + Id = (short)1384, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Movies Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/movies", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/movies/urls" + }, + new + { + Id = (short)1385, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Music Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/music", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/music/domains" + }, + new + { + Id = (short)1386, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Music Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/music", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/music/urls" + }, + new + { + Id = (short)1387, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List News Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/news", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/news/domains" + }, + new + { + Id = (short)1388, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List News Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/news", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/news/urls" + }, + new + { + Id = (short)1389, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Podcasts Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/podcasts", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/podcasts/domains" + }, + new + { + Id = (short)1390, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Podcasts Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/podcasts", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/podcasts/urls" + }, + new + { + Id = (short)1391, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Politics Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/politics", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/politics/domains" + }, + new + { + Id = (short)1392, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Politics Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/politics", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/politics/urls" + }, + new + { + Id = (short)1393, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Porn Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/porn", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/porn/domains" + }, + new + { + Id = (short)1394, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Porn Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/porn", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 4, 4, 2, 0, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/porn/urls" + }, + new + { + Id = (short)1395, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Radiotv Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/radiotv", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/radiotv/domains" + }, + new + { + Id = (short)1396, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Radiotv Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/radiotv", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/radiotv/urls" + }, + new + { + Id = (short)1397, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Humor Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/humor", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/humor/domains" + }, + new + { + Id = (short)1398, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Humor Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/humor", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/humor/urls" + }, + new + { + Id = (short)1399, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Martialarts Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/martialarts", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/martialarts/domains" + }, + new + { + Id = (short)1400, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Martialarts Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/martialarts", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/martialarts/urls" + }, + new + { + Id = (short)1401, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Restaurants Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/restaurants", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/restaurants/domains" + }, + new + { + Id = (short)1402, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Restaurants Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/restaurants", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/restaurants/urls" + }, + new + { + Id = (short)1403, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Sports Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/sports", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/sports/domains" + }, + new + { + Id = (short)1404, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Sports Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/sports", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/sports/urls" + }, + new + { + Id = (short)1405, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Travel Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/travel", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/travel/domains" + }, + new + { + Id = (short)1406, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Travel Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/travel", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/travel/urls" + }, + new + { + Id = (short)1407, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Wellness Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/wellness", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/wellness/domains" + }, + new + { + Id = (short)1408, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Recreation Wellness Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/recreation/wellness", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/recreation/wellness/urls" + }, + new + { + Id = (short)1409, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Redirector Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/redirector", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/redirector/domains" + }, + new + { + Id = (short)1410, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Redirector Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/redirector", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/redirector/urls" + }, + new + { + Id = (short)1411, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Religion Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/religion", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/religion/domains" + }, + new + { + Id = (short)1412, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Religion Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/religion", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/religion/urls" + }, + new + { + Id = (short)1413, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Remotecontrol Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/remotecontrol", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/remotecontrol/domains" + }, + new + { + Id = (short)1414, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Remotecontrol Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/remotecontrol", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/remotecontrol/urls" + }, + new + { + Id = (short)1415, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Ringtones Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/ringtones", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/ringtones/domains" + }, + new + { + Id = (short)1416, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Ringtones Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/ringtones", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/ringtones/urls" + }, + new + { + Id = (short)1417, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Science Astronomy Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/science/astronomy", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/science/astronomy/domains" + }, + new + { + Id = (short)1418, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Science Astronomy Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/science/astronomy", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/science/astronomy/urls" + }, + new + { + Id = (short)1419, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Science Chemistry Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/science/chemistry", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/science/chemistry/domains" + }, + new + { + Id = (short)1420, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Science Chemistry Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/science/chemistry", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/science/chemistry/urls" + }, + new + { + Id = (short)1421, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Searchengines Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/searchengines", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/searchengines/domains" + }, + new + { + Id = (short)1422, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Searchengines Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/searchengines", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/searchengines/urls" + }, + new + { + Id = (short)1423, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Sex Education Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/sex/education", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/sex/education/domains" + }, + new + { + Id = (short)1424, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Sex Education Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/sex/education", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/sex/education/urls" + }, + new + { + Id = (short)1425, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Sex Lingerie Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/sex/lingerie", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/sex/lingerie/domains" + }, + new + { + Id = (short)1426, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Sex Lingerie Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/sex/lingerie", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/sex/lingerie/urls" + }, + new + { + Id = (short)1427, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Shopping Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/shopping", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 26, 3, 0, 3, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/shopping/domains" + }, + new + { + Id = (short)1428, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Shopping Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/shopping", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/shopping/urls" + }, + new + { + Id = (short)1429, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Socialnet Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/socialnet", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/socialnet/domains" + }, + new + { + Id = (short)1430, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Socialnet Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/socialnet", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/socialnet/urls" + }, + new + { + Id = (short)1431, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Spyware Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/spyware", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/spyware/domains" + }, + new + { + Id = (short)1432, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Spyware Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/spyware", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/spyware/urls" + }, + new + { + Id = (short)1433, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Tracker Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/tracker", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 3, 2, 0, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/tracker/domains" + }, + new + { + Id = (short)1434, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Tracker Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/tracker", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/tracker/urls" + }, + new + { + Id = (short)1435, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Program Updates Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/updatesites", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/updatesites/domains" + }, + new + { + Id = (short)1436, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Program Updates Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/updatesites", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/updatesites/urls" + }, + new + { + Id = (short)1437, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Urlshortener Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/urlshortener", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/urlshortener/domains" + }, + new + { + Id = (short)1438, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Urlshortener Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/urlshortener", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/urlshortener/urls" + }, + new + { + Id = (short)1439, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Violence Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/violence", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/violence/domains" + }, + new + { + Id = (short)1440, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Violence Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/violence", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/violence/urls" + }, + new + { + Id = (short)1441, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Warez Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/warez", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/warez/domains" + }, + new + { + Id = (short)1442, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Warez Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/warez", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/warez/urls" + }, + new + { + Id = (short)1443, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Weapons Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/weapons", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/weapons/domains" + }, + new + { + Id = (short)1444, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Weapons Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/weapons", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/weapons/urls" + }, + new + { + Id = (short)1445, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Webmail Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webmail", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webmail/domains" + }, + new + { + Id = (short)1446, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Webmail Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webmail", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webmail/urls" + }, + new + { + Id = (short)1447, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Webphone Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webphone", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webphone/domains" + }, + new + { + Id = (short)1448, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Webphone Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webphone", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webphone/urls" + }, + new + { + Id = (short)1449, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Webradio Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webradio", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webradio/domains" + }, + new + { + Id = (short)1450, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Webradio Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webradio", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webradio/urls" + }, + new + { + Id = (short)1451, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Webtv Domains", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webtv", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webtv/domains" + }, + new + { + Id = (short)1452, + Description = "Shalla's Blacklists is a collection of URL lists grouped into several categories intended for the usage with URL filters like SquidGuard or Dansguardian.", + HomeUrl = "https://www.shallalist.de/", + LicenseId = (short)5, + Name = "Shalla List Webtv Urls", + PublishedDate = new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/cbuijs/shallalist/tree/master/webtv", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/cbuijs/shallalist/master/webtv/urls" + }, + new + { + Id = (short)1454, + Description = "This list was initially made as a kind gesture to https://github.com/theel0ja, who has been using, recommending, and promoting the lists above. This Nano- and uBO-exclusive list removes all sorts of annoying banners that few other lists take care of, including uncloseable overlays, banners that advertise major browsers, and certain banners that ask if you want to be asked to receive bad browser notifications (It makes sense in context).", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AnnoyingBannersAndOverlays.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Annoying Banners and Overlays List", + PublishedDate = new DateTime(2019, 1, 28, 17, 9, 5, 0, DateTimeKind.Unspecified), + SyntaxId = (short)21, + UpdatedDate = new DateTime(2019, 1, 28, 17, 43, 41, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AnnoyingBannersAndOverlays.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AnnoyingBannersAndOverlays.txt" + }, + new + { + Id = (short)1455, + Description = "Having initially been made in a failed bid to get a 2nd list of mine included in uBlock Origin, it remains online for collection count purposes.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AnnoyancesList", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Annoyances List", + PublishedDate = new DateTime(2019, 2, 10, 8, 37, 20, 0, DateTimeKind.Unspecified), + SyntaxId = (short)21, + UpdatedDate = new DateTime(2019, 2, 10, 8, 37, 20, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AnnoyancesList", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AnnoyancesList" + }, + new + { + Id = (short)1456, + Description = "This list aims to achieve pretty broad (if not overly broad) coverage of social sharing buttons, with perhaps 1/50th~1/100th as many entries as what the biggest anti-'social button' lists out there have.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/SocialShareList.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Lightweight Anti-'Social share' List", + PublishedDate = new DateTime(2019, 2, 10, 9, 17, 29, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 8, 11, 32, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/SocialShareList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/SocialShareList.txt" + }, + new + { + Id = (short)1457, + Description = "The SteamScamSites domains list, but without comments or dead/down domains ! A lighter version, called the Ashes version.", + DescriptionSourceUrl = "https://github.com/PoorPocketsMcNewHold/steamscamsites/blob/master/README.md", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://poorpocketsmcnewhold.github.io/SteamScamSites/", + IssuesUrl = "https://github.com/PoorPocketsMcNewHold/steamscamsites/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)14, + Name = "SteamScamSites Ashes version", + PublishedDate = new DateTime(2019, 2, 9, 12, 56, 49, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 2, 23, 12, 41, 44, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/PoorPocketsMcNewHold/SteamScamSites/master/steamscamsitesashes" + }, + new + { + Id = (short)1458, + Description = "Host file to block ads, tracking and more!", + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND/blacklist", + IssuesUrl = "https://github.com/anudeepND/blacklist/issues", + LicenseId = (short)2, + Name = "anudeepND facebook", + PublishedDate = new DateTime(2017, 11, 25, 9, 12, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 2, 9, 8, 2, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/anudeepND/blacklist/master/facebook.txt" + }, + new + { + Id = (short)1459, + Description = "The alignment of the stars predict that you will use this list, in order to stop listening so much to such completely unfounded predictions anymore, and to get your eyes off the starry skies and onto your life that should be planted firmly on the ground.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAstrologyList.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-Astrology List", + PublishedDate = new DateTime(2019, 2, 11, 16, 42, 44, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 1, 1, 45, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAstrologyList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAstrologyList.txt" + }, + new + { + Id = (short)1460, + Description = "Most of us who are able to read this description, likely have some old relatives who get very easily confused about even the most basic of PC stuff. This list, if implemented on their PCs alongside uBlock Origin, can help you help them stay more safe from old people's tech mistakes, giving you fewer strange help requests from them as well.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/ListForOldPeople.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's List for Old People", + PublishedDate = new DateTime(2019, 2, 12, 1, 6, 24, 0, DateTimeKind.Unspecified), + SyntaxId = (short)21, + UpdatedDate = new DateTime(2019, 2, 24, 16, 23, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/ListForOldPeople.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/ListForOldPeople.txt" + }, + new + { + Id = (short)1461, + Description = "Are you tired of having to look at all the buttons and links with which Amazon promote their account and payment services while you're watching a good stream (i.e. Vinesauce)? Now you won't have to look at all those buttons anymore!", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAmazonListForTwitch.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-Amazon List for Twitch", + PublishedDate = new DateTime(2019, 2, 27, 19, 25, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 2, 27, 19, 25, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAmazonListForTwitch.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAmazonListForTwitch.txt" + }, + new + { + Id = (short)1463, + Description = "Personal hosts list for Samsung Knox-based ad blockers.", + HomeUrl = "https://github.com/CitizenXVIL/Hosts", + IssuesUrl = "https://github.com/CitizenXVIL/Hosts/issues", + LicenseId = (short)5, + Name = "CitizenXVIL Hosts", + PublishedDate = new DateTime(2018, 5, 23, 18, 28, 32, 0, DateTimeKind.Unspecified), + SyntaxId = (short)16, + UpdatedDate = new DateTime(2019, 4, 3, 3, 14, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/CitizenXVIL/Hosts/master/Optimized_hosts_list.txt" + }, + new + { + Id = (short)1464, + Description = "Mobile ad/tracker list based on AdGuard's mobile ad filter.", + HomeUrl = "https://github.com/CitizenXVIL/Hosts", + IssuesUrl = "https://github.com/CitizenXVIL/Hosts/issues", + LicenseId = (short)5, + Name = "CitizenXVIL Hosts Mobile", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/CitizenXVIL/Hosts/master/mobile%20domains.txt" + }, + new + { + Id = (short)1465, + Description = "Experimental list to attempt to block YouTube video ads.", + HomeUrl = "https://github.com/CitizenXVIL/Hosts", + IssuesUrl = "https://github.com/CitizenXVIL/Hosts/issues", + LicenseId = (short)5, + Name = "CitizenXVIL YouTube Hosts", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/CitizenXVIL/Hosts/master/Youtube%20hosts.txt" + }, + new + { + Id = (short)1466, + Description = "Some optimized host files for Knox Adblockers.", + HomeUrl = "https://github.com/Zykreh/vortexhosts", + LicenseId = (short)5, + Name = "Vortex Hosts", + PublishedDate = new DateTime(2019, 2, 9, 9, 25, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)16, + UpdatedDate = new DateTime(2019, 2, 27, 22, 27, 17, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Zykreh/vortexhosts/master/vortex.txt" + }, + new + { + Id = (short)1467, + Description = "Some optimized host files for Knox Adblockers.", + HomeUrl = "https://github.com/Zykreh/vortexhosts", + LicenseId = (short)5, + Name = "Vortex Hosts Energized", + PublishedDate = new DateTime(2019, 2, 9, 11, 50, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)16, + UpdatedDate = new DateTime(2019, 2, 9, 11, 59, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Zykreh/vortexhosts/master/vortex_energized.txt" + }, + new + { + Id = (short)1468, + Description = "Some optimized host files for Knox Adblockers.", + HomeUrl = "https://github.com/Zykreh/vortexhosts", + LicenseId = (short)5, + Name = "Vortex Hosts Experimental", + PublishedDate = new DateTime(2019, 2, 10, 10, 5, 7, 0, DateTimeKind.Unspecified), + SyntaxId = (short)16, + UpdatedDate = new DateTime(2019, 2, 10, 16, 39, 47, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Zykreh/vortexhosts/master/vortex_experimental.txt" + }, + new + { + Id = (short)1469, + Description = "Some optimized host files for Knox Adblockers.", + HomeUrl = "https://github.com/Zykreh/vortexhosts", + LicenseId = (short)5, + Name = "Vortex Hosts Lite", + PublishedDate = new DateTime(2019, 2, 9, 8, 43, 10, 0, DateTimeKind.Unspecified), + SyntaxId = (short)16, + UpdatedDate = new DateTime(2019, 2, 9, 11, 36, 53, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Zykreh/vortexhosts/master/vortex_lite.txt" + }, + new + { + Id = (short)1470, + Description = "Privacy protection at its best.", + HomeUrl = "https://github.com/EnergizedProtection/block", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Xtreme Extension", + PublishedDate = new DateTime(2019, 3, 1, 15, 10, 25, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://block.energized.pro/extensions/xtreme/formats/hosts.txt" + }, + new + { + Id = (short)1471, + HomeUrl = "https://getadhell.com", + LicenseId = (short)5, + Name = "AdHell Standard", + SyntaxId = (short)1, + ViewUrl = "https://getadhell.com/standard-package.txt" + }, + new + { + Id = (short)1473, + HomeUrl = "https://github.com/ookangzheng/blahdns/tree/master/hosts", + IssuesUrl = "https://github.com/ookangzheng/blahdns/issues", + LicenseId = (short)2, + Name = "Blah DNS Hosts blacklist", + PublishedDate = new DateTime(2017, 5, 1, 11, 15, 41, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 10, 15, 6, 57, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/blacklist.txt", + ViewUrlMirror1 = "https://oooo.b-cdn.net/blahdns/adsblock.txt" + }, + new + { + Id = (short)1474, + HomeUrl = "https://github.com/ookangzheng/blahdns/tree/master/hosts", + IssuesUrl = "https://github.com/ookangzheng/blahdns/issues", + LicenseId = (short)2, + Name = "Blah DNS Hosts whitelist", + PublishedDate = new DateTime(2017, 5, 1, 11, 34, 49, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 28, 21, 34, 55, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/whitelist.txt" + }, + new + { + Id = (short)1475, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = (short)2, + Name = "hBlock Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 20, 2, 21, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hblock.molinero.dev/hosts" + }, + new + { + Id = (short)1476, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = (short)2, + Name = "hBlock Hosts for Android", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 20, 3, 1, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hblock.molinero.dev/hosts_android.zip" + }, + new + { + Id = (short)1477, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = (short)2, + Name = "hBlock Hosts RPZ", + SyntaxId = (short)25, + UpdatedDate = new DateTime(2019, 4, 20, 3, 6, 13, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hblock.molinero.dev/hosts_rpz.txt" + }, + new + { + Id = (short)1478, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = (short)2, + Name = "hBlock Hosts Unbound", + SyntaxId = (short)24, + UpdatedDate = new DateTime(2019, 4, 20, 3, 45, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hblock.molinero.dev/hosts_unbound.conf" + }, + new + { + Id = (short)1479, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = (short)2, + Name = "hBlock Hosts DNSMASQ", + SyntaxId = (short)20, + UpdatedDate = new DateTime(2019, 4, 20, 5, 32, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hblock.molinero.dev/hosts_dnsmasq.conf" + }, + new + { + Id = (short)1480, + HomeUrl = "https://github.com/ookangzheng/blahdns/tree/master/hosts", + IssuesUrl = "https://github.com/ookangzheng/blahdns/issues", + LicenseId = (short)2, + Name = "Blah DNS RPZ Blacklist", + PublishedDate = new DateTime(2018, 11, 1, 18, 23, 42, 0, DateTimeKind.Unspecified), + SyntaxId = (short)25, + UpdatedDate = new DateTime(2019, 4, 15, 22, 34, 2, 0, DateTimeKind.Unspecified), + ViewUrl = "https://oooo.b-cdn.net/blahdns/rpz.txt" + }, + new + { + Id = (short)1481, + HomeUrl = "https://github.com/jawz101/MobileAdTrackers", + IssuesUrl = "https://github.com/jawz101/MobileAdTrackers/issues", + LicenseId = (short)5, + Name = "jawz101 MobileAdTrackers", + PublishedDate = new DateTime(2018, 1, 2, 5, 46, 5, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 19, 13, 49, 25, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jawz101/MobileAdTrackers/master/hosts" + }, + new + { + Id = (short)1483, + Description = "A filter list that blocks mobile advertisements and trackers on Japanese properties", + HomeUrl = "https://280blocker.net", + LicenseId = (short)1, + Name = "280blocker adblock domain lists", + SubmissionUrl = "https://docs.google.com/forms/d/e/1FAIpQLScNeZhFrFZt9GhIVGdThGz7oyepcNRKuOi5PJDnsC-awxTeOQ/viewform", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 21, 2, 53, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://280blocker.net/files/280blocker_domain.txt" + }, + new + { + Id = (short)1484, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Torrent", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 9, 23, 8, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/torrent.txt" + }, + new + { + Id = (short)1485, + Description = "An updated list of public BitTorrent trackers", + HomeUrl = "https://github.com/ngosang/trackerslist", + LicenseId = (short)19, + Name = "List of torrent trackers", + PublishedDate = new DateTime(2016, 4, 24, 19, 30, 50, 0, DateTimeKind.Unspecified), + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 4, 20, 22, 6, 39, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt" + }, + new + { + Id = (short)1486, + Description = "An updated list of public BitTorrent trackers", + HomeUrl = "https://github.com/ngosang/trackerslist", + LicenseId = (short)19, + Name = "List of torrent trackers: Blacklist", + PublishedDate = new DateTime(2016, 4, 25, 23, 22, 37, 0, DateTimeKind.Unspecified), + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 2, 24, 23, 10, 59, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ngosang/trackerslist/master/blacklist.txt" + }, + new + { + Id = (short)1487, + HomeUrl = "https://github.com/quedlin/blacklist", + LicenseId = (short)5, + Name = "Quedlin Blacklist", + PublishedDate = new DateTime(2016, 11, 4, 10, 27, 45, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2016, 11, 4, 10, 27, 45, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/quedlin/blacklist/master/domains" + }, + new + { + Id = (short)1490, + Description = "Phishing Domains, urls websites and threats database. We use the PyFunceble testing tool to validate the status of all known Phishing domains and provide stats to reveal how many unique domains used for Phishing are still active.", + HomeUrl = "https://github.com/mitchellkrogza/Phishing.Database", + LicenseId = (short)2, + Name = "Phishing Domain Database", + PublishedDate = new DateTime(2018, 4, 20, 15, 40, 20, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 11, 28, 9, 54, 16, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/phishing-domains-ACTIVE.txt" + }, + new + { + Id = (short)1492, + Description = "The Ultimate hosts file for protecting your computer or device against over a million bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware.", + HomeUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist", + LicenseId = (short)2, + Name = "Ultimate Hosts Blacklist Deny - IPs only", + PublishedDate = new DateTime(2019, 3, 2, 18, 18, 31, 0, DateTimeKind.Unspecified), + SyntaxId = (short)23, + UpdatedDate = new DateTime(2019, 4, 20, 16, 4, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mitchellkrogza/Ultimate.Hosts.Blacklist/master/hosts.deny/hosts0.deny" + }, + new + { + Id = (short)1493, + Description = "Anti-WebMiner protects your PC against web cryptocurrency miners (JS scripts like Coinhive executed in the browser) by modifying Windows hosts file", + HomeUrl = "https://github.com/greatis/Anti-WebMiner/", + IssuesUrl = "https://github.com/greatis/Anti-WebMiner/issues", + LicenseId = (short)19, + Name = "Greatis Anti-WebMiner", + PublishedDate = new DateTime(2017, 9, 26, 14, 10, 4, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2018, 11, 27, 7, 35, 46, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/greatis/Anti-WebMiner/master/blacklist.txt" + }, + new + { + Id = (short)1494, + HomeUrl = "https://www.carl.net", + LicenseId = (short)11, + Name = "Carl's Spam List", + ViewUrl = "https://www.carl.net/spam/access.txt" + }, + new + { + Id = (short)1495, + Description = "Unified hosts combined from wally3k pihole lists and possibly without false positives", + HomeUrl = "https://github.com/tankmohit/UnifiedHosts", + LicenseId = (short)5, + Name = "tankmohit's AllUnifiedHosts", + PublishedDate = new DateTime(2017, 9, 21, 8, 36, 49, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2017, 11, 5, 17, 51, 4, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/tankmohit/UnifiedHosts/master/hosts.all" + }, + new + { + Id = (short)1496, + HomeUrl = "http://www.taz.net.au/Mail/", + LicenseId = (short)5, + Name = "Temporary Autonomous Zone Spam Domains", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 21, 4, 36, 18, 0, DateTimeKind.Unspecified), + ViewUrl = "http://www.taz.net.au/Mail/SpamDomains" + }, + new + { + Id = (short)1497, + Description = "Unified hosts combined from wally3k pihole lists and possibly without false positives", + HomeUrl = "https://github.com/tankmohit/UnifiedHosts", + LicenseId = (short)5, + Name = "tankmohit's WhitelistUnifiedHosts", + PublishedDate = new DateTime(2017, 8, 24, 7, 59, 21, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2017, 8, 27, 14, 22, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/tankmohit/UnifiedHosts/master/whitelist" + }, + new + { + Id = (short)1498, + Description = "How to stop Google Analytics \"Ghost\" Spam using a well curated list of spam referrer domains and web sites. Simple and easy to use with instructions for creating Segments in Google Analytics using our google-exclude files.", + HomeUrl = "https://github.com/mitchellkrogza/Stop.Google.Analytics.Ghost.Spam.HOWTO", + LicenseId = (short)2, + Name = "Stop Google Analytics Ghost Spam Active List", + PublishedDate = new DateTime(2019, 3, 3, 14, 56, 45, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 17, 12, 44, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mitchellkrogza/Stop.Google.Analytics.Ghost.Spam.HOWTO/master/output/domains/ACTIVE/list" + }, + new + { + Id = (short)1499, + Description = "How to stop Google Analytics \"Ghost\" Spam using a well curated list of spam referrer domains and web sites. Simple and easy to use with instructions for creating Segments in Google Analytics using our google-exclude files.", + HomeUrl = "https://github.com/mitchellkrogza/Stop.Google.Analytics.Ghost.Spam.HOWTO", + LicenseId = (short)2, + Name = "Stop Google Analytics Ghost Spam Inactive List", + PublishedDate = new DateTime(2019, 3, 3, 14, 56, 45, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 3, 17, 12, 44, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mitchellkrogza/Stop.Google.Analytics.Ghost.Spam.HOWTO/master/output/domains/INACTIVE/list" + }, + new + { + Id = (short)1500, + HomeUrl = "https://cybercrime-tracker.net", + LicenseId = (short)5, + Name = "Cybercrime List", + SyntaxId = (short)8, + UpdatedDate = new DateTime(2019, 4, 21, 4, 48, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://cybercrime-tracker.net/all.php" + }, + new + { + Id = (short)1501, + Description = "This is a project that provides a pornography URL blacklist", + HomeUrl = "https://github.com/joelotz/URL_Blacklist", + LicenseId = (short)5, + Name = "joelotz URLBlacklist", + PublishedDate = new DateTime(2010, 3, 14, 6, 34, 14, 0, DateTimeKind.Unspecified), + SyntaxId = (short)8, + UpdatedDate = new DateTime(2010, 3, 14, 6, 34, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/joelotz/URL_Blacklist/master/blacklist.csv" + }, + new + { + Id = (short)1502, + Description = "This project generates dnsmasq, bind and unbound zone files to be used in DNS based AD Blockers.", + HomeUrl = "https://github.com/oznu/dns-zone-blacklist", + IssuesUrl = "https://github.com/oznu/dns-zone-blacklist/issues", + LicenseId = (short)5, + Name = "DNS Zone Blacklist Generator BIND", + PublishedDate = new DateTime(2016, 11, 9, 1, 40, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)26, + UpdatedDate = new DateTime(2019, 4, 12, 11, 59, 5, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/oznu/dns-zone-blacklist/master/bind/zones.blacklist" + }, + new + { + Id = (short)1503, + Description = "This project generates dnsmasq, bind and unbound zone files to be used in DNS based AD Blockers.", + HomeUrl = "https://github.com/oznu/dns-zone-blacklist", + IssuesUrl = "https://github.com/oznu/dns-zone-blacklist/issues", + LicenseId = (short)5, + Name = "DNS Zone Blacklist Generator Dnsmasq", + PublishedDate = new DateTime(2016, 11, 9, 1, 40, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2019, 4, 12, 11, 59, 5, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/oznu/dns-zone-blacklist/master/dnsmasq/dnsmasq.blacklist" + }, + new + { + Id = (short)1504, + Description = "This project generates dnsmasq, bind and unbound zone files to be used in DNS based AD Blockers.", + HomeUrl = "https://github.com/oznu/dns-zone-blacklist", + IssuesUrl = "https://github.com/oznu/dns-zone-blacklist/issues", + LicenseId = (short)5, + Name = "DNS Zone Blacklist Generator Unbound", + PublishedDate = new DateTime(2017, 7, 2, 8, 28, 7, 0, DateTimeKind.Unspecified), + SyntaxId = (short)24, + UpdatedDate = new DateTime(2019, 4, 12, 11, 59, 5, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/oznu/dns-zone-blacklist/master/unbound/unbound.blacklist" + }, + new + { + Id = (short)1505, + HomeUrl = "https://github.com/ReddestDream/reddestdream.github.io", + IssuesUrl = "https://github.com/ReddestDream/reddestdream.github.io/issues", + LicenseId = (short)5, + Name = "ReddestDream MinimalHostsBlockerCB", + PublishedDate = new DateTime(2016, 8, 4, 20, 17, 23, 0, DateTimeKind.Unspecified), + SyntaxId = (short)36, + UpdatedDate = new DateTime(2016, 8, 4, 20, 17, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ReddestDream/reddestdream.github.io/master/Projects/MinimalHostsCB/etc/MinimalHostsBlocker/minimalhosts" + }, + new + { + Id = (short)1506, + HomeUrl = "https://github.com/ReddestDream/reddestdream.github.io", + IssuesUrl = "https://github.com/ReddestDream/reddestdream.github.io/issues", + LicenseId = (short)5, + Name = "ReddestDream MinimalHosts", + PublishedDate = new DateTime(2016, 1, 22, 5, 31, 27, 0, DateTimeKind.Unspecified), + SyntaxId = (short)36, + UpdatedDate = new DateTime(2016, 8, 4, 15, 12, 43, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ReddestDream/reddestdream.github.io/master/Projects/MinimalHosts/etc/MinimalHostsBlocker/minimalhosts" + }, + new + { + Id = (short)1507, + Description = "Domain feed of known DGA domains from -2 to +3 days", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YMFSMT9MW2Y6Q", + HomeUrl = "https://osint.bambenekconsulting.com/feeds/", + LicenseId = (short)21, + Name = "DGA domains", + UpdatedDate = new DateTime(2019, 4, 21, 5, 16, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://osint.bambenekconsulting.com/feeds/dga-feed.txt" + }, + new + { + Id = (short)1508, + Description = "This file contains the bulk of the spam domains. It is updated infrequently and therefore need not be downloaded more than once a week. You must not download it more than once a day or your IP address may be blocked without notice.", + DonateUrl = "http://www.joewein.de/sw/bl-text.htm#donate", + HomeUrl = "http://www.joewein.de/sw/bl-text.htm", + LicenseId = (short)5, + Name = "JoeWein's Domain blacklist base", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 21, 13, 0, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://joewein.net/dl/bl/dom-bl-base.txt" + }, + new + { + Id = (short)1509, + Description = "This file contains additions made during the last week or two only. You can download once per day or more, but we currently don't recommend intervals more frequent than hourly.", + DonateUrl = "http://www.joewein.de/sw/bl-text.htm#donate", + HomeUrl = "http://www.joewein.de/sw/bl-text.htm", + LicenseId = (short)5, + Name = "JoeWein's Domain blacklist new", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 21, 13, 53, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://joewein.net/dl/bl/dom-bl.txt" + }, + new + { + Id = (short)1510, + Description = "List of black email addresses.", + DonateUrl = "http://www.joewein.de/sw/bl-text.htm#donate", + HomeUrl = "http://www.joewein.de/sw/bl-text.htm", + LicenseId = (short)5, + Name = "JoeWein's Email sender blacklist", + UpdatedDate = new DateTime(2019, 4, 21, 13, 58, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://joewein.net/dl/bl/from-bl.txt" + }, + new + { + Id = (short)1511, + Description = "This custom Fail2Ban filter and jail will deal with all scans for common WordPress, Joomla and other Web Exploits being scanned for by automated bots and those seeking to find exploitable web sites.", + HomeUrl = "https://github.com/mitchellkrogza/Fail2Ban.WebExploits", + IssuesUrl = "https://github.com/mitchellkrogza/Fail2Ban.WebExploits/issues", + LicenseId = (short)2, + Name = "Fail2Ban WebExploits", + PublishedDate = new DateTime(2018, 4, 19, 9, 30, 38, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2018, 5, 8, 9, 8, 42, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mitchellkrogza/Fail2Ban.WebExploits/master/input-source/exploits.list" + }, + new + { + Id = (short)1512, + Description = "This is a community list with a blacklist of IP addresses.", + HomeUrl = "https://www.badips.com/", + IssuesUrl = "https://www.badips.com/documentation#3", + LicenseId = (short)2, + Name = "BadIPs", + UpdatedDate = new DateTime(2019, 4, 21, 15, 18, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.badips.com/info" + }, + new + { + Id = (short)1513, + Description = "Black list for Squid proxy.", + HomeUrl = "https://github.com/oleksiig/Squid-BlackList/", + IssuesUrl = "https://www.badips.com/documentation#3", + LicenseId = (short)5, + Name = "Gulchenko's SquidBlackList", + PublishedDate = new DateTime(2014, 3, 2, 17, 16, 3, 0, DateTimeKind.Unspecified), + SyntaxId = (short)8, + UpdatedDate = new DateTime(2017, 7, 4, 18, 55, 24, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/oleksiig/Squid-BlackList/master/denied_ext.conf" + }, + new + { + Id = (short)1517, + Description = "The Ultimate hosts file for protecting your computer or device against over a million bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware.", + HomeUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist", + IssuesUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/issues", + LicenseId = (short)2, + Name = "Ultimate Hosts Blacklist (IPs)", + PublishedDate = new DateTime(2019, 3, 2, 18, 18, 31, 0, DateTimeKind.Unspecified), + SyntaxId = (short)9, + UpdatedDate = new DateTime(2019, 4, 20, 16, 4, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mitchellkrogza/Ultimate.Hosts.Blacklist/master/ips/ips0.list" + }, + new + { + Id = (short)1520, + Description = "The Ultimate hosts file for protecting your computer or device against over a million bad web sites. Protect your children and family from gaining access to bad web sites and protect your devices and pc from being infected with Malware or Ransomware. Raw versions in 4 parts can be found at https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/tree/master/superhosts.deny", + HomeUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist", + IssuesUrl = "https://github.com/mitchellkrogza/Ultimate.Hosts.Blacklist/issues", + LicenseId = (short)2, + Name = "Ultimate Hosts Blacklist Deny - Superhosts", + PublishedDate = new DateTime(2019, 3, 6, 20, 4, 34, 0, DateTimeKind.Unspecified), + SyntaxId = (short)23, + UpdatedDate = new DateTime(2019, 4, 21, 16, 4, 36, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hosts.ubuntu101.co.za/superhosts.deny" + }, + new + { + Id = (short)1523, + Description = "This is a comprehensive hosts file (IPv4) which blocks known ad, exploit, malware, and tracking servers. It is pulled from MVPS, PGL Yoyo, Malware Domain List, Energized and EasyList, along with some supplementary entries for increased protection against telemetry, and additions for mobile platforms. It is then merged, sorted and deduped. This list is compatible with all operating systems that make use of a hosts file (obviously this includes Windows, OS X, GNU/Linux and more). It works great with mobile VPN ad-blocking solutions too.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = (short)44, + Name = "Combined Privacy Block Lists HOSTS (IPv4)", + PublishedDate = new DateTime(2019, 3, 11, 22, 39, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 15, 8, 52, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/newhosts-final.hosts" + }, + new + { + Id = (short)1524, + Description = "This is a DAT-format IP block list suitable for use in torrent clients like Halite for Windows. The list is merged from BlueTack levels 1 and 2, then deduped and sorted. This will come in especially handy on public trackers.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = (short)44, + Name = "Combined Privacy Block Lists IPs DAT-format", + PublishedDate = new DateTime(2017, 10, 21, 0, 57, 14, 0, DateTimeKind.Unspecified), + SyntaxId = (short)15, + UpdatedDate = new DateTime(2019, 4, 8, 8, 56, 38, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/combined-final-win.dat" + }, + new + { + Id = (short)1525, + Description = "This is a P2P-format IP block list suitable for use in torrent clients like qBitTorrent and Transmission under any OS. The list is merged from BlueTack levels 1 and 2, then deduped and sorted. This will also come in especially handy on public trackers.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = (short)44, + Name = "Combined Privacy Block Lists IPs P2P-format", + PublishedDate = new DateTime(2017, 10, 21, 0, 57, 14, 0, DateTimeKind.Unspecified), + SyntaxId = (short)15, + UpdatedDate = new DateTime(2019, 4, 8, 8, 56, 38, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/combined-final.p2p" + }, + new + { + Id = (short)1526, + Description = "Block advertisements.", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (Unbound)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)24, + UpdatedDate = new DateTime(2019, 4, 5, 21, 32, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=unbound&showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)1527, + Description = "Block advertisements.", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (BIND)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)26, + UpdatedDate = new DateTime(2019, 4, 5, 21, 37, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=bindconfig&showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)1528, + Description = "Filter that enables removing of the ads from websites with English content or content in languages that lack separate AdGuard lists.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#english-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IsDeleted = true, + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)40, + Name = "AdGuard Base Filter without EasyList (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 5, 21, 43, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/2_without_easylist.txt" + }, + new + { + Id = (short)1529, + HomeUrl = "https://easylist.to/", + LicenseId = (short)3, + Name = "KoreanList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 5, 21, 48, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/koreanlist.txt" + }, + new + { + Id = (short)1530, + Description = "Blocks every chat or helpdesk pop up in your browser.", + EmailAddress = "hello@hellogoodbye.app", + HomeUrl = "https://hellogoodbye.app/", + IssuesUrl = "https://github.com/bcye/Hello-Goodbye/issues", + LicenseId = (short)4, + Name = "Hello, Goodbye!", + PublishedDate = new DateTime(2019, 3, 17, 4, 29, 7, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 4, 7, 20, 7, 39, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bcye/Hello-Goodbye/master/filterlist.txt" + }, + new + { + Id = (short)1531, + Description = "List for bad isueads for public like adware and popup/ads that are exploited by hackers.", + HomeUrl = "https://github.com/kano1/I/", + IssuesUrl = "https://github.com/kano1/I/issues/", + LicenseId = (short)5, + Name = "Adware Filter Scrip", + PublishedDate = new DateTime(2019, 3, 15, 14, 18, 25, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 11, 12, 37, 30, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kano1/I/master/adware_Scrip.txt" + }, + new + { + Id = (short)1532, + Description = "List for keloger, cookie collector, malware tracker and other spyware for suspicious.", + HomeUrl = "https://github.com/kano1/Kano/", + IssuesUrl = "https://github.com/kano1/Kano/issues/", + LicenseId = (short)5, + Name = "Spyware Filter Scrip", + PublishedDate = new DateTime(2019, 3, 15, 14, 19, 36, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 11, 12, 16, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kano1/Kano/master/Spyware_Scrip.txt" + }, + new + { + Id = (short)1533, + Description = "Filters to address issues specific to legacy versions of uBO.", + DescriptionSourceUrl = "https://github.com/uBlockOrigin/uAssets/blob/master/filters/legacy.txt", + HomeUrl = "https://github.com/uBlockOrigin/uAssets", + IssuesUrl = "https://github.com/uBlockOrigin/uAssets/issues", + LicenseId = (short)4, + Name = "uAssets Legacy", + PublishedDate = new DateTime(2019, 3, 15, 15, 49, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 16, 20, 53, 3, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/legacy.txt" + }, + new + { + Id = (short)1534, + EmailAddress = "wduk10@hotmail.com", + HomeUrl = "https://hostsfile.mine.nu/", + LicenseId = (short)34, + Name = "The Hosts File Project IPs", + SyntaxId = (short)9, + UpdatedDate = new DateTime(2005, 9, 24, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hostsfile.mine.nu/hosts.ips" + }, + new + { + Id = (short)1535, + Description = "As someone who is a translation validator for WordPress.com and WordPress' phone apps, this list fixes some minor botherances to make the process of going through hundreds of strings and suggestions slightly easier. So now I'm sharing them with the world as well.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WordPressTranslatorAssistant.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Assistant list for WordPress validators and translators", + PublishedDate = new DateTime(2018, 3, 27, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 27, 4, 4, 6, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WordPressTranslatorAssistant.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/WordPressTranslatorAssistant.txt" + }, + new + { + Id = (short)1536, + Description = "A general ad & tracking domain blocklist for pihole.", + HomeUrl = "https://github.com/RooneyMcNibNug/pihole-stuff", + LicenseId = (short)14, + Name = "SNAFU List", + PublishedDate = new DateTime(2019, 3, 14, 19, 15, 34, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 4, 15, 20, 28, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/RooneyMcNibNug/pihole-stuff/master/SNAFU.txt" + }, + new + { + Id = (short)1537, + Description = "EasyPrivacy is an optional supplementary filter list that completely removes all forms of tracking from the internet, including web bugs, tracking scripts and information collectors, thereby protecting your personal data.", + DescriptionSourceUrl = "https://easylist.to/", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyPrivacy (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-msie.adblockplus.org/easyprivacy.tpl" + }, + new + { + Id = (short)1538, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyList Without Element Hiding Rules (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 18, 22, 48, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylist_noelemhide.tpl" + }, + new + { + Id = (short)1539, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyTest (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 18, 22, 57, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easytest.tpl" + }, + new + { + Id = (short)1540, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyList Polish (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 18, 23, 2, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistpolish.tpl" + }, + new + { + Id = (short)1541, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "Acceptable Ads (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 18, 23, 6, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/exceptionrules.tpl" + }, + new + { + Id = (short)1542, + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "Adware Filters (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 18, 23, 11, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/adwarefilters.tpl" + }, + new + { + Id = (short)1543, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "KoreanList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 18, 23, 15, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/koreanlist.tpl" + }, + new + { + Id = (short)1544, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyList Portuguese (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 18, 23, 19, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistportuguese.tpl" + }, + new + { + Id = (short)1545, + Description = "Finnish supplement list for EasyList.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri.txt", + HomeUrl = "https://github.com/wiltteri/subscriptions", + LicenseId = (short)11, + Name = "Wiltteri (TPL)", + PublishedDate = new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri.tpl" + }, + new + { + Id = (short)1546, + Description = "Finnish supplement list for EasyList.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri.txt", + HomeUrl = "https://github.com/wiltteri/subscriptions", + LicenseId = (short)11, + Name = "Wiltteri Reborn (TPL)", + PublishedDate = new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/wiltteri/subscriptions/master/wiltteri-reborn.tpl" + }, + new + { + Id = (short)1547, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "IndianList (TPL)", + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 18, 23, 25, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/indianlist.tpl" + }, + new + { + Id = (short)1548, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "EasyList Spanish + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 18, 23, 29, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/easylistspanish+easylist.txt" + }, + new + { + Id = (short)1549, + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)4, + Name = "Wiltteri + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 18, 23, 49, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-msie.adblockplus.org/wiltteri+easylist.txt" + }, + new + { + Id = (short)1550, + Description = "Do you have a high-res or portrait monitor, and are feeling bothered by how websites still think that everyone are using low-res landscape monitors? Well, here's how to stretch them out like a piece of gum!", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WebsiteStretcherVertical.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Website Stretcher - Vertical Edition", + PublishedDate = new DateTime(2019, 3, 29, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 29, 17, 54, 49, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WebsiteStretcherVertical.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/WebsiteStretcherVertical.txt" + }, + new + { + Id = (short)1551, + Description = "Do you have a huge high-resolution monitor, and are feeling bothered by how websites still think that everyone are using 768-1080px monitors? Well, here's how to stretch them out like a piece of gum!", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WebsiteStretcher4K.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Website Stretcher - 4K and 5K Edition", + PublishedDate = new DateTime(2019, 3, 29, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)21, + UpdatedDate = new DateTime(2019, 3, 29, 10, 37, 31, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/WebsiteStretcher4K.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/WebsiteStretcher4K.txt" + }, + new + { + Id = (short)1552, + Description = "Reddit can have some good places and posts, but unfortunately 95% of it is also a large pile of echo chambers whose only equivalent is 8chan. So if you only browse Reddit for its humouristical and artistical subreddits, this list will massively help you focus on those things.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/RedditTrashRemovalService.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Reddit Trash Removal Service", + PublishedDate = new DateTime(2019, 3, 30, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 17, 3, 53, 52, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/RedditTrashRemovalService.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/RedditTrashRemovalService.txt" + }, + new + { + Id = (short)1554, + Description = "So you're sitting there reading a newssite, and then you find big banners that try to tell you the exact points in time you're supposed to pray? If you want to feel less stressed and less like a slave of the clock, then this list is for you.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiPrayerTimesList.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Prayer times' List", + PublishedDate = new DateTime(2019, 4, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 1, 18, 42, 7, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiPrayerTimesList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiPrayerTimesList.txt" + }, + new + { + Id = (short)1555, + Description = "BEBASID can help open web pages that are blocked by the Indonesian government by using the hosts file.", + DescriptionSourceUrl = "https://github.com/gvoze32/unblockhostid#unblockhostid", + DonateUrl = "https://github.com/bebasid/bebasid/#donasi-kami", + HomeUrl = "https://github.com/bebasid/bebasid/", + IssuesUrl = "https://github.com/bebasid/bebasid/issues", + LicenseId = (short)2, + Name = "BEBASID", + PublishedDate = new DateTime(2017, 6, 23, 13, 44, 9, 0, DateTimeKind.Unspecified), + SyntaxId = (short)14, + ViewUrl = "https://raw.githubusercontent.com/bebasid/bebasid/master/releases/hosts" + }, + new + { + Id = (short)1556, + Description = "Prevent Game of Thrones spoilers", + DescriptionSourceUrl = "https://raw.githubusercontent.com/ColumWalsh/unsullied/master/unsullied.txt", + DonateUrl = "https://www.svp.ie/get-involved/donate/single-donation.aspx", + HomeUrl = "https://github.com/ColumWalsh/unsullied", + IssuesUrl = "https://github.com/ColumWalsh/unsullied/issues", + LicenseId = (short)2, + Name = "Unsullied", + PublishedDate = new DateTime(2019, 4, 6, 17, 25, 19, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 7, 23, 39, 26, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ColumWalsh/unsullied/master/unsullied.txt" + }, + new + { + Id = (short)1557, + Description = "Android AdBlock Hosts file for /etc/hosts", + HomeUrl = "https://github.com/DataMaster-2501/DataMaster-Android-AdBlock-Hosts", + IssuesUrl = "https://github.com/DataMaster-2501/DataMaster-Android-AdBlock-Hosts/issues", + LicenseId = (short)4, + Name = "DataMaster Android AdBlock Hosts", + PublishedDate = new DateTime(2017, 9, 10, 3, 35, 12, 0, DateTimeKind.Unspecified), + SyntaxId = (short)35, + UpdatedDate = new DateTime(2019, 4, 14, 7, 58, 22, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DataMaster-2501/DataMaster-Android-AdBlock-Hosts/master/hosts" + }, + new + { + Id = (short)1558, + Description = "Filters for blocking pop-ups and anti-adblock bypass.", + DescriptionSourceUrl = "https://github.com/bogachenko/fuckfuckadblock", + EmailAddress = "bogachenkove@gmail.com", + HomeUrl = "https://github.com/bogachenko/fuckfuckadblock", + IssuesUrl = "https://github.com/bogachenko/fuckfuckadblock/issues", + LicenseId = (short)2, + Name = "Fuck Fuckadblock", + PublishedDate = new DateTime(2019, 3, 20, 7, 29, 20, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 14, 20, 55, 35, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bogachenko/fuckfuckadblock/master/fuckfuckadblock.txt" + }, + new + { + Id = (short)1559, + Description = "This hosts file blocks the BBC News website Breaking News banner", + DescriptionSourceUrl = "https://raw.githubusercontent.com/BreakingTheNews/BreakingTheNews.github.io/master/hosts", + HomeUrl = "https://github.com/BreakingTheNews/BreakingTheNews.github.io", + IssuesUrl = "https://github.com/BreakingTheNews/BreakingTheNews.github.io/issues", + LicenseId = (short)5, + Name = "Breaking the News", + PublishedDate = new DateTime(2016, 3, 6, 13, 36, 59, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2016, 3, 6, 13, 36, 59, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/BreakingTheNews/BreakingTheNews.github.io/master/hosts" + }, + new + { + Id = (short)1560, + Description = "Block Bitcoin Mining in browser (webs and extensions)", + DescriptionSourceUrl = "https://github.com/ruvelro/Halt-and-Block-Mining/blob/master/README.md", + HomeUrl = "https://github.com/ruvelro/Halt-and-Block-Mining", + IssuesUrl = "https://github.com/ruvelro/Halt-and-Block-Mining/issues", + LicenseId = (short)5, + Name = "Halt-and-Block-Mining", + PublishedDate = new DateTime(2017, 9, 22, 10, 46, 9, 0, DateTimeKind.Unspecified), + SyntaxId = (short)27, + UpdatedDate = new DateTime(2018, 3, 18, 17, 7, 8, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/ruvelro/Halt-and-Block-Mining/master/HBmining.bat" + }, + new + { + Id = (short)1561, + Description = "A list of 400+ Admiral domains. These are provided for educational and research purposes only.", + DescriptionSourceUrl = "https://github.com/jkrejcha/AdmiraList/", + HomeUrl = "https://github.com/jkrejcha/AdmiraList/", + IssuesUrl = "https://github.com/jkrejcha/AdmiraList/issues", + LicenseId = (short)5, + Name = "AdmiraList", + PublishedDate = new DateTime(2018, 11, 1, 22, 37, 32, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 1, 31, 22, 51, 4, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/jkrejcha/AdmiraList/master/AdmiraList.txt" + }, + new + { + Id = (short)1562, + Description = "Constantly updated filter list for uBlock Origin. Let's make sites cleaner and reading more comfortable!", + DescriptionSourceUrl = "https://github.com/mtxadmin/ublock/issues", + HomeUrl = "https://github.com/mtxadmin/ublock/", + IssuesUrl = "https://github.com/mtxadmin/ublock/issues", + LicenseId = (short)2, + Name = "Yet another small uBlock filter list", + PublishedDate = new DateTime(2018, 12, 2, 17, 15, 52, 0, DateTimeKind.Unspecified), + SyntaxId = (short)21, + UpdatedDate = new DateTime(2020, 2, 6, 13, 7, 24, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/mtxadmin/ublock/master/it" + }, + new + { + Id = (short)1563, + Description = "Hosts file for annoying ads", + DescriptionSourceUrl = "https://github.com/xorcan/hosts", + HomeUrl = "https://github.com/xorcan/hosts", + IssuesUrl = "https://github.com/xorcan/hosts/issues", + LicenseId = (short)4, + Name = "xorcan Türk ad-list (Turkish)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/xorcan/hosts/master/xhosts.txt" + }, + new + { + Id = (short)1564, + Description = "We hear so much talk about \"fake news\" nowadays, but we never hear any talk about non-news, such as C-tier celebrities either expecting offspring or giving birth to such. This list will aid in removing such kinds of non-news.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiCelebBirthList", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Newsstories about celebs giving birth' List", + PublishedDate = new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiCelebBirthList", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiCelebBirthList" + }, + new + { + Id = (short)1565, + Description = "While it was admirable that places like GOG, Humble Bundle, and Steam began selling movies and books, their categories for such quickly became a dumping ground for useless indie filler. No one needs three book bundles a month about how to write JavaScript, nor do they need a cashgrab \"documentary\" about bronies. This list is for those who once again want to reclaim such stores in the name of videogames.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GamestoreMovieRemover.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "List for removing movies and books from videogame storefronts", + PublishedDate = new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GamestoreMovieRemover.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/GamestoreMovieRemover.txt" + }, + new + { + Id = (short)1566, + Description = "This ad blocker list aims to block mobile ads which includes in-app ads.", + DescriptionSourceUrl = "https://github.com/biroloter/Mobile-Ad-Hosts#mobile-ad-hosts", + HomeUrl = "https://github.com/biroloter/Mobile-Ad-Hosts", + IssuesUrl = "https://github.com/biroloter/Mobile-Ad-Hosts/issues", + LicenseId = (short)19, + Name = "Mobile-Ad-Hosts", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2018, 3, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/biroloter/Mobile-Ad-Hosts/master/hosts" + }, + new + { + Id = (short)1567, + Description = "EasyList is the primary subscription that removes adverts from web pages in English language. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + DescriptionSourceUrl = "https://filters.adtidy.org/extension/ublock/filters/101_optimized.txt", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "EasyList (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)3, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/101_optimized.txt" + }, + new + { + Id = (short)1568, + Description = "Filter that enables removing of the ads from websites with English content or content in languages that lack separate AdGuard lists. The Optimized version is based on opt-in telemetry, is light on memory and comments, and gets below iOS/Safari filter limits.", + DescriptionSourceUrl = "https://filters.adtidy.org/extension/chromium/filters/2_optimized.txt", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Base Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/2_optimized.txt" + }, + new + { + Id = (short)1569, + Description = "Liste FR + AdGuard French filter. Filter list that specifically removes ads on websites in French language. The Optimized version is based on opt-in telemetry, is light on memory and comments, and gets below iOS/Safari filter limits.", + DescriptionSourceUrl = "https://filters.adtidy.org/extension/chromium/filters/16_optimized.txt", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard French Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/16_optimized.txt" + }, + new + { + Id = (short)1570, + Description = "EasyList Germany + AdGuard German filter. Filter list that specifically removes ads on websites in German language. The Optimized version is based on opt-in telemetry, is light on memory and comments, and gets below iOS/Safari filter limits.", + DescriptionSourceUrl = "https://filters.adtidy.org/extension/chromium/filters/6_optimized.txt", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard German Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/6_optimized.txt" + }, + new + { + Id = (short)1573, + HomeUrl = "https://github.com/qwIvan/privoxy-adfilter", + IssuesUrl = "https://github.com/qwIvan/privoxy-adfilter/issues", + LicenseId = (short)5, + Name = "Privoxy Adfilter", + SyntaxId = (short)19, + UpdatedDate = new DateTime(2017, 9, 28, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/qwIvan/privoxy-adfilter/master/adfilter.action" + }, + new + { + Id = (short)1574, + Description = "Constantly updated hosts file. Good addition for uBlock Origin filters in a browser", + DescriptionSourceUrl = "https://github.com/mtxadmin/ublock/issues", + HomeUrl = "https://github.com/mtxadmin/ublock/blob/master/docs/hosts_file_en.md", + IssuesUrl = "https://github.com/mtxadmin/ublock/issues", + LicenseId = (short)2, + Name = "Yet another small hosts file", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/mtxadmin/ublock/master/hosts.txt" + }, + new + { + Id = (short)1575, + Description = "Do you wish to remove distracting buttons, Amazon Prime features, and display more chat comments at once, all at the same time? Then this list is your dream come true.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Twitch: Even More Pure Viewing Experience", + PublishedDate = new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)21, + UpdatedDate = new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/TwitchEvenMorePureViewingExperience.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/TwitchEvenMorePureViewingExperience.txt" + }, + new + { + Id = (short)1576, + Description = "This list is a proof-of-concept for Nano and uBO only (Not AdGuard), which aims to replace websites' custom cursors with the default OS cursor.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Custom cursors' List", + PublishedDate = new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-'Custom%20cursors'%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-'Custom%20cursors'%20List.txt" + }, + new + { + Id = (short)1577, + DonateUrl = "https://opencollective.com/adnauseam", + HomeUrl = "https://github.com/dhowe/uAssets", + LicenseId = (short)4, + Name = "AdNauseam Filters", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/dhowe/uAssets/master/filters/adnauseam.txt" + }, + new + { + Id = (short)1578, + Description = "This is a long list of domains accociated with facebook taken from https://github.com/jmdugan/blocklists", + DescriptionSourceUrl = "https://raw.githubusercontent.com/fabianmoronzirfas/block-facebook/master/block-facebook.lsrules", + HomeUrl = "https://github.com/fabianmoronzirfas/block-facebook", + IssuesUrl = "https://github.com/fabianmoronzirfas/block-facebook/issues", + LicenseId = (short)28, + Name = "Little Snitch Block Facebook Rule Set", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/fabianmoronzirfas/block-facebook/master/block-facebook.lsrules" + }, + new + { + Id = (short)1579, + Description = "Originally made as a proof-of-concept to see how few entries that a modern-day adblocker would need to block ads, this list aims for at least 90% of EasyList's coverage with less than 0.1% as many entries.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Extremely Condensed Adblocking List", + PublishedDate = new DateTime(2019, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/ExtremelyCondensedList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/ExtremelyCondensedList.txt" + }, + new + { + Id = (short)1581, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for AdGuard)", + PublishedDate = new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersAdGuard.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersAdGuard.txt" + }, + new + { + Id = (short)1582, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO and AdGuard users should use the other versions instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for AdBlock and Adblock Plus)", + PublishedDate = new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + UpdatedDate = new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersABP.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersABP.txt" + }, + new + { + Id = (short)1583, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for Privoxy)", + PublishedDate = new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)19, + UpdatedDate = new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersPrivoxy.action", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersPrivoxy.action" + }, + new + { + Id = (short)1584, + Description = "This is a slimmer version of \"Dandelion Sprout's Nordic Filters\", intended for users of software tools that doesn't support adblocker syntaxes. It chiefly targets scams and malware on Norwegian or Danish sites, as well as some advert and tracking servers.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (dnsmasq)", + PublishedDate = new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersDnsmasq.conf", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersDnsmasq.conf" + }, + new + { + Id = (short)1585, + Description = "This is a slimmer version of \"Dandelion Sprout's Nordic Filters\", intended for users of software tools that doesn't support adblocker syntaxes. It chiefly targets scams and malware on Norwegian or Danish sites, as well as some advert and tracking servers.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (The «hosts.deny» version)", + PublishedDate = new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)23, + UpdatedDate = new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersHostsDeny.deny", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersHostsDeny.deny" + }, + new + { + Id = (short)1586, + Description = "Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. There's also additional categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout's%20Anti-Malware%20List.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Anti-Malware List (for Adblock Plus and AdBlock)", + PublishedDate = new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareABP.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareABP.txt" + }, + new + { + Id = (short)1587, + Description = "Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. There's also additional categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout's%20Anti-Malware%20List.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Anti-Malware List (for AdGuard)", + PublishedDate = new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareAdGuard.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareAdGuard.txt" + }, + new + { + Id = (short)1588, + Description = "There's categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout's%20Anti-Malware%20List.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Anti-Malware List (TPL)", + PublishedDate = new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareTPL.tpl", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareTPL.tpl" + }, + new + { + Id = (short)1589, + Description = "Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. There's also additional categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout's%20Anti-Malware%20List.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Anti-Malware List (for Privoxy)", + PublishedDate = new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)19, + UpdatedDate = new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwarePrivoxy.action", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwarePrivoxy.action" + }, + new + { + Id = (short)1590, + Description = "There's categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Anti-Malware List (Hosts)", + PublishedDate = new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareHosts.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareHosts.txt" + }, + new + { + Id = (short)1591, + Description = "Are you a non-user of Hangouts, and are tired of seeing the uncloseable Hangouts section on Gmail, and various Hangouts buttons and pages? Then this is the list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Google Hangouts' List", + PublishedDate = new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-'Google%20Hangouts'%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-'Google%20Hangouts'%20List.txt" + }, + new + { + Id = (short)1592, + Description = "So you're browsing Reddit or Twitch, and you're seeing an interesting info link? Well… about that link… this list will turn links to the biggest YouTube uploads of Rick Astley's «Never Gonna Give You Up» into a bright red colour, thus helping you steer clear of being rickrolled.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Rickroll Link Identifier", + PublishedDate = new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)17, + UpdatedDate = new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/RickrollLinkIdentifier.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/RickrollLinkIdentifier.txt" + }, + new + { + Id = (short)1593, + Description = "This is a version of \"Dandelion Sprout's Nordic Filters\" for advanced tech users ONLY! It aims to not whitelist any trackers, but at the cost of some web elements being broken, and the presence of page warnings on aggregate/cashback site links.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (without tracker whitelistings)", + PublishedDate = new DateTime(2019, 6, 5, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 6, 5, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersPrivacy.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersPrivacy.txt" + }, + new + { + Id = (short)1594, + Description = "AntiSocial Blacklist is an extensive collection of potentially malicious domains. We work hard scouring the internet looking for servers that are trying to impersonate common brands and the companies you do business with. Using our data, we then use our cloud platform to protect vulnerable computer users. You may not spot the IDN characters in iCłoud.com or the zero in Micr0Soft.com - But AntiSocial Blacklist will.", + EmailAddress = "Contact@TheAntiSocialEngineer.com", + HomeUrl = "https://theantisocialengineer.com/blacklist/", + LicenseId = (short)5, + Name = "The AntiSocial Engineer Blacklist", + SyntaxId = (short)2, + ViewUrl = "https://theantisocialengineer.com/AntiSocial_Blacklist_Community_V1.txt" + }, + new + { + Id = (short)1595, + Description = "The Blocklist to filter Phishing.", + HomeUrl = "https://phishing.army/", + LicenseId = (short)13, + Name = "Phishing Army", + SyntaxId = (short)2, + ViewUrl = "https://phishing.army/download/phishing_army_blocklist.txt" + }, + new + { + Id = (short)1596, + LicenseId = (short)5, + Name = "De Hakkelaar's Cryptojacking Campaign List", + SyntaxId = (short)2, + ViewUrl = "https://dehakkelaar.nl/lists/cryptojacking_campaign.list.txt" + }, + new + { + Id = (short)1597, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = (short)5, + Name = "OISD", + SyntaxId = (short)2, + ViewUrl = "https://dbl.oisd.nl/", + ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dbl.txt", + ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dbl.txt" + }, + new + { + Id = (short)1598, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = (short)5, + Name = "OISD (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://hosts.oisd.nl/", + ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/hosts.txt", + ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/hosts.txt" + }, + new + { + Id = (short)1599, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = (short)5, + Name = "OISD Light", + SyntaxId = (short)2, + ViewUrl = "https://dblmobile.oisd.nl/", + ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dbl_light.txt", + ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dbl_light.txt" + }, + new + { + Id = (short)1600, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = (short)5, + Name = "OISD Light (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://hostsmobile.oisd.nl/", + ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/hosts_light.txt", + ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/hosts_light.txt" + }, + new + { + Id = (short)1601, + Description = "Currently blocking ad serving and malware domains.", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://github.com/joeylane/hosts", + IssuesUrl = "https://github.com/joeylane/hosts/issues", + LicenseId = (short)5, + Name = "Joey Lane's Hosts", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/joeylane/hosts/master/hosts" + }, + new + { + Id = (short)1603, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (Online)", + SyntaxId = (short)8, + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-online.txt", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt" + }, + new + { + Id = (short)1604, + Description = "Have you ever been watching «Pinkie Cooper and the Jet Set Pets» on DailyMotion, but you keep getting distracted by all the trend-based recommendations below the video player? This list will help focus your attention on the video instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "DailyMotion Simplicity", + PublishedDate = new DateTime(2019, 6, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/DailyMotionSimplicity.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/DailyMotionSimplicity.txt" + }, + new + { + Id = (short)1605, + Description = "«Powerpuff Girls», especially the 90's-00's seasons, is a cartoon that taught children such values as beating others senseless, extrajudicial violence, vigilante mob beatings, the expendability of entire neighbourhoods, and discrimination against past offenders. If you too are absolutely embarrassed by ever having watched that show, here's a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Powerpuff Girls' List", + PublishedDate = new DateTime(2019, 6, 22, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiPPGList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiPPGList.txt" + }, + new + { + Id = (short)1606, + Description = "Office Online, which is effectively a free lite version of Microsoft Office, was a pretty nice and kind move by Microsoft. However, they seem to think that quick access to Skype from it is essential for project communication, which is less than desirable for those who've moved on to e.g. Discord or MeWe. Here's a list that will make your Office Online experience Skype-free.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-Skype List for Office Online", + PublishedDate = new DateTime(2019, 6, 22, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-Skype%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Anti-Skype%20List.txt" + }, + new + { + Id = (short)1607, + Description = "HostsY generated hosts files", + HomeUrl = "https://github.com/Laicure/HostsY_hosts", + IssuesUrl = "https://github.com/Laicure/HostsY_hosts/issues", + LicenseId = (short)5, + Name = "HostsY Hosts", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/Laicure/HostsY_hosts/master/shithosts" + }, + new + { + Id = (short)1608, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_base/sb_unified_hosts_base.lsrules" + }, + new + { + Id = (short)1609, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Fakenews + Gambling + Porn + Social (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling-porn-social/sb_unified_hosts_fakenews-gambling-porn-social.lsrules" + }, + new + { + Id = (short)1610, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Fakenews + Gambling + Porn (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling-porn/sb_unified_hosts_fakenews-gambling-porn.lsrules" + }, + new + { + Id = (short)1611, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Fakenews + Gambling + Social (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling-social/sb_unified_hosts_fakenews-gambling-social.lsrules" + }, + new + { + Id = (short)1612, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Fakenews + Gambling (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling/sb_unified_hosts_fakenews-gambling.lsrules" + }, + new + { + Id = (short)1613, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Fakenews + Porn + Social (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-porn-social/sb_unified_hosts_fakenews-porn-social.lsrules" + }, + new + { + Id = (short)1614, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Fakenews + Porn (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-porn/sb_unified_hosts_fakenews-porn.lsrules" + }, + new + { + Id = (short)1615, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Fakenews + Social (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-social/sb_unified_hosts_fakenews-social.lsrules" + }, + new + { + Id = (short)1616, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Fakenews (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews/sb_unified_hosts_fakenews.lsrules" + }, + new + { + Id = (short)1617, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Gambling + Porn + Social (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_gambling-porn-social/sb_unified_hosts_gambling-porn-social.lsrules" + }, + new + { + Id = (short)1618, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Gambling + Porn (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_gambling-porn/sb_unified_hosts_gambling-porn.lsrules" + }, + new + { + Id = (short)1619, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Gambling + Social (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_gambling-social/sb_unified_hosts_gambling-social.lsrules" + }, + new + { + Id = (short)1620, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Gambling (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_gambling/sb_unified_hosts_gambling.lsrules" + }, + new + { + Id = (short)1621, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Porn + Social (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_porn-social/sb_unified_hosts_porn-social.lsrules" + }, + new + { + Id = (short)1622, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Porn (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_porn/sb_unified_hosts_porn.lsrules" + }, + new + { + Id = (short)1623, + Description = "This repo provide rule groups for Little Snitch based on unified host list to block ads, malware, fake news and porn", + HomeUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups", + IssuesUrl = "https://github.com/naveednajam/Little-Snitch---Rule-Groups/issues", + LicenseId = (short)4, + Name = "Unified Hosts + Social (Little Snitch)", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_social/sb_unified_hosts_social.lsrules" + }, + new + { + Id = (short)1624, + HomeUrl = "https://github.com/jostyee/littlesnitch-rules", + IssuesUrl = "https://github.com/jostyee/littlesnitch-rules/issues", + LicenseId = (short)4, + Name = "jostyee's Blocklist", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/jostyee/littlesnitch-rules/master/blocklist.lsrules" + }, + new + { + Id = (short)1625, + Description = "Personal blocklist for Chinese sites", + HomeUrl = "https://github.com/jostyee/littlesnitch-rules", + IssuesUrl = "https://github.com/jostyee/littlesnitch-rules/issues", + LicenseId = (short)4, + Name = "jostyee's Blocklist China", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/jostyee/littlesnitch-rules/master/blocklist-china.lsrules" + }, + new + { + Id = (short)1626, + Description = "Rules for Chrome, Firefox, and Safari.", + HomeUrl = "https://github.com/bdougherty/little-snitch-rules", + IssuesUrl = "https://github.com/bdougherty/little-snitch-rules/issues", + LicenseId = (short)2, + Name = "Browsers", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/bdougherty/little-snitch-rules/master/rules/browsers.lsrules" + }, + new + { + Id = (short)1627, + Description = "Adblock rules for Little Snitch by ThuanLe", + HomeUrl = "https://github.com/ldt116/little-snitch-vietnamese-ad-block-rules", + IssuesUrl = "https://github.com/ldt116/little-snitch-vietnamese-ad-block-rules/issues", + LicenseId = (short)5, + Name = "Vietnamese Ad Block by ThuanLe", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/ldt116/little-snitch-vietnamese-ad-block-rules/master/vietnamese-ad-block.lsrules" + }, + new + { + Id = (short)1628, + HomeUrl = "https://github.com/balupton/littlesnitch-filters", + IssuesUrl = "https://github.com/balupton/littlesnitch-filters/issues", + LicenseId = (short)11, + Name = "balupton's Blocklist", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/balupton/littlesnitch-filters/master/blocklist.lsrules" + }, + new + { + Id = (short)1629, + HomeUrl = "https://github.com/balupton/littlesnitch-filters", + IssuesUrl = "https://github.com/balupton/littlesnitch-filters/issues", + LicenseId = (short)11, + Name = "balupton's CDN Whitelist", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/balupton/littlesnitch-filters/master/whitelist-cdn.lsrules" + }, + new + { + Id = (short)1630, + Description = "A set of rules for Little Snitch (4.1 or higher)", + HomeUrl = "https://github.com/jaydorsey/little_snitch_rules", + IssuesUrl = "https://github.com/jaydorsey/little_snitch_rules/issues", + LicenseId = (short)5, + Name = "Jay Dorsey's Little Snitch Block List", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/jaydorsey/little_snitch_rules/master/jaydorsey.lsrules" + }, + new + { + Id = (short)1631, + HomeUrl = "https://github.com/newyork10023/Little_Snitch", + IssuesUrl = "https://github.com/newyork10023/Little_Snitch/issues", + LicenseId = (short)4, + Name = "Block All All", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/newyork10023/Little_Snitch/master/Block_All_All.lsrules" + }, + new + { + Id = (short)1632, + HomeUrl = "https://github.com/Kr00lIX/little-snitch-rules", + IssuesUrl = "https://github.com/Kr00lIX/little-snitch-rules/issues", + LicenseId = (short)5, + Name = "Kr00lIX's Tracking List", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/Kr00lIX/little-snitch-rules/master/Tracking.lsrules" + }, + new + { + Id = (short)1633, + HomeUrl = "https://github.com/Kr00lIX/little-snitch-rules", + IssuesUrl = "https://github.com/Kr00lIX/little-snitch-rules/issues", + LicenseId = (short)5, + Name = "Kr00lIX's Sync Limit Rules", + SyntaxId = (short)18, + ViewUrl = "https://raw.githubusercontent.com/Kr00lIX/little-snitch-rules/master/SyncLimit.lsrules" + }, + new + { + Id = (short)1634, + Description = "List of 'trackers' from https://better.fyi/trackers", + HomeUrl = "https://gitlab.com/jamujr/lsrg", + IssuesUrl = "https://gitlab.com/jamujr/lsrg/issues", + LicenseId = (short)5, + Name = "Trackers Top 500", + SyntaxId = (short)18, + ViewUrl = "https://gitlab.com/jamujr/lsrg/raw/master/trackers-top-500.lsrules" + }, + new + { + Id = (short)1635, + Description = "This aggregate list currently targets hateful/scamming religious preachers, astrology, and prayer time listings on mainstream websites.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Anti-'Religious insanity' List", + PublishedDate = new DateTime(2019, 6, 28, 16, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)17, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout's%20Anti-Religion%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Dandelion%20Sprout's%20Anti-Religion%20List.txt" + }, + new + { + Id = (short)1636, + Description = "This is a dual-compatibility list for domains-list tools and uBlock Origin, which intends to target and prevent access to groups and individuals that preach things that are either very strange, very hateful, or that promote economical scams.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Insane religious preachers' List", + PublishedDate = new DateTime(2019, 6, 28, 16, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)48, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiPreacherList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiPreacherList.txt" + }, + new + { + Id = (short)1637, + Description = "This is a somewhat alternate approach to the usual anti-comment-section lists, as this list only removes those comment sections that are filled with exceptionally bad comments.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Awful comments' List", + PublishedDate = new DateTime(2019, 6, 28, 16, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAwfulCommentsList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAwfulCommentsList.txt" + }, + new + { + Id = (short)1638, + Description = "This file is useful to unblock some websites that blocked by internet positive or so. You can also say it bypass, it's easy to use.", + DescriptionSourceUrl = "https://github.com/Hakame-kun/uBlock-Filters-Indonesia/tree/master/Windows%20Host", + HomeUrl = "https://github.com/Hakame-kun/uBlock-Filters-Indonesia", + IssuesUrl = "https://github.com/Hakame-kun/uBlock-Filters-Indonesia/issues", + LicenseId = (short)5, + Name = "Hakame-kun's Windows Host", + SyntaxId = (short)14, + UpdatedDate = new DateTime(2019, 4, 16, 23, 19, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Hakame-kun/uBlock-Filters-Indonesia/master/Windows%20Host/hosts" + }, + new + { + Id = (short)1639, + Description = "Google AMP (Accelerated Mobile Pages) block list.", + DescriptionSourceUrl = "https://www.github.developerdan.com/hosts/lists/amp-hosts-extended.txt", + HomeUrl = "https://www.github.developerdan.com/hosts/", + IssuesUrl = "https://github.com/lightswitch05/hosts/issues", + LicenseId = (short)18, + Name = "AMP Hosts", + PublishedDate = new DateTime(2018, 7, 19, 11, 3, 56, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 3, 13, 15, 29, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.github.developerdan.com/hosts/lists/amp-hosts-extended.txt" + }, + new + { + Id = (short)1640, + Description = "\"uMatrix Recipes\" is a collection of rules that you can use to fix some popular websites by whitelisting the 3rd-party requests that are critical for the websites to function.", + HomeUrl = "https://github.com/kristerkari/umatrix-recipes", + IssuesUrl = "https://github.com/kristerkari/umatrix-recipes/issues", + LicenseId = (short)5, + Name = "Krister Kari's uMatrix Recipes", + PublishedDate = new DateTime(2017, 9, 20, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)7, + UpdatedDate = new DateTime(2018, 3, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kristerkari/umatrix-recipes/master/README.md" + }, + new + { + Id = (short)1641, + Description = "These are rules I've exported from my installation of uMatrix. By publishing them on GitHub, I am releasing them into the public domain.", + DescriptionSourceUrl = "https://github.com/L2G/umatrix-rules/blob/master/README.md", + HomeUrl = "https://github.com/L2G/umatrix-rules", + IssuesUrl = "https://github.com/L2G/umatrix-rules/issues", + LicenseId = (short)20, + Name = "L2G's uMatrix Rules", + PublishedDate = new DateTime(2017, 3, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)7, + UpdatedDate = new DateTime(2015, 6, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/L2G/umatrix-rules/master/my-umatrix-rules.txt" + }, + new + { + Id = (short)1642, + Description = "Another custom recipes for uMatrix. Note that I have a custom default setup and not be same like stock or out-of-box settings, please make sure to look the recipe first and also my default settings before apply. I will not responsible about breakage, both from my default settings and recipes, your need to fix by your own or contact experienced users of uMatrix extension.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/ruleset/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues", + LicenseId = (short)13, + Name = "Ruleset for Thai sites", + SyntaxId = (short)51, + UpdatedDate = new DateTime(2019, 3, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/ruleset/recipes_th.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/ruleset/recipes_th.txt" + }, + new + { + Id = (short)1643, + Description = "Another custom recipes for uMatrix. Note that I have a custom default setup and not be same like stock or out-of-box settings, please make sure to look the recipe first and also my default settings before apply. I will not responsible about breakage, both from my default settings and recipes, your need to fix by your own or contact experienced users of uMatrix extension.", + DescriptionSourceUrl = "https://github.com/kowith337/PersonalFilterListCollection/blob/master/ruleset/readme.md", + HomeUrl = "https://github.com/kowith337/PersonalFilterListCollection", + IssuesUrl = "https://github.com/kowith337/PersonalFilterListCollection/issues", + LicenseId = (short)13, + Name = "Kowith's Self Custom Ruleset", + SyntaxId = (short)51, + UpdatedDate = new DateTime(2019, 3, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/ruleset/recipes_custom.txt", + ViewUrlMirror1 = "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/ruleset/recipes_custom.txt" + }, + new + { + Id = (short)1644, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = (short)8, + Name = "migueldemoura's uMatrix Recipes", + SyntaxId = (short)51, + ViewUrl = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/uMatrix/recipes" + }, + new + { + Id = (short)1645, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = (short)8, + Name = "migueldemoura's Hosts - Ads & Tracking", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/Hosts/ads-tracking" + }, + new + { + Id = (short)1646, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = (short)8, + Name = "migueldemoura's Hosts - Ads & Tracking - Breaking", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/Hosts/ads-tracking-breaking" + }, + new + { + Id = (short)1647, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = (short)8, + Name = "migueldemoura's Hosts - Malware", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/Hosts/malware" + }, + new + { + Id = (short)1648, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = (short)8, + Name = "migueldemoura's uBlock List", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/uBlock/list" + }, + new + { + Id = (short)1649, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = (short)8, + Name = "migueldemoura's uBlock List - Facebook Groups-Events", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/uBlock/facebook/groups-events" + }, + new + { + Id = (short)1650, + HomeUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets", + IssuesUrl = "https://github.com/migueldemoura/ublock-umatrix-rulesets/issues", + LicenseId = (short)8, + Name = "migueldemoura's uBlock List - Facebook Messenger", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/migueldemoura/ublock-umatrix-rulesets/master/uBlock/facebook/messenger" + }, + new + { + Id = (short)1651, + HomeUrl = "https://github.com/themagicteeth/umatrix-recipes", + IssuesUrl = "https://github.com/themagicteeth/umatrix-recipes/issues", + LicenseId = (short)5, + Name = "themagicteeth's uMatrix Recipes", + SyntaxId = (short)51, + UpdatedDate = new DateTime(2018, 3, 5, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/themagicteeth/umatrix-recipes/master/recipes.txt" + }, + new + { + Id = (short)1652, + HomeUrl = "https://github.com/dfkt/umatrix-rules", + IssuesUrl = "https://github.com/dfkt/umatrix-rules/issues", + LicenseId = (short)5, + Name = "dfkt's uMatrix Rules", + SyntaxId = (short)7, + UpdatedDate = new DateTime(2016, 1, 28, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/dfkt/umatrix-rules/master/my-umatrix-rules.txt" + }, + new + { + Id = (short)1653, + HomeUrl = "https://github.com/david1davidson/uMatrixMasterList", + IssuesUrl = "https://github.com/david1davidson/uMatrixMasterList/issues", + LicenseId = (short)5, + Name = "uMatrix Master List", + SyntaxId = (short)7, + UpdatedDate = new DateTime(2016, 1, 28, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/david1davidson/uMatrixMasterList/master/ruleset.txt" + }, + new + { + Id = (short)1656, + HomeUrl = "https://github.com/invasy/umatrix-ruleset", + IssuesUrl = "https://github.com/invasy/umatrix-ruleset/issues", + LicenseId = (short)5, + Name = "Vasiliy Polyakov's Custom Ruleset Recipes", + SyntaxId = (short)51, + UpdatedDate = new DateTime(2019, 6, 16, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/invasy/umatrix-ruleset/master/ruleset.txt" + }, + new + { + Id = (short)1657, + HomeUrl = "https://github.com/stephengeorgewest/my-umatrix-rules", + IssuesUrl = "https://github.com/stephengeorgewest/my-umatrix-rules/issues", + LicenseId = (short)11, + Name = "Stephen George West's uMatrix Rules", + SyntaxId = (short)7, + UpdatedDate = new DateTime(2016, 1, 28, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/stephengeorgewest/my-umatrix-rules/master/my-umatrix-rules.txt" + }, + new + { + Id = (short)1658, + HomeUrl = "https://github.com/tranhoangcore/uMatrix-Rules", + IssuesUrl = "https://github.com/tranhoangcore/uMatrix-Rules/issues", + LicenseId = (short)5, + Name = "Hoang Nguyen's uMatrix Rules", + SyntaxId = (short)7, + UpdatedDate = new DateTime(2019, 4, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/tranhoangcore/uMatrix-Rules/master/my-umatrix-rules.txt" + }, + new + { + Id = (short)1659, + HomeUrl = "https://github.com/dadav/umatrix-rules/", + IssuesUrl = "https://github.com/dadav/umatrix-rules/issues", + LicenseId = (short)5, + Name = "dadav's uMatrix Rules", + SyntaxId = (short)7, + UpdatedDate = new DateTime(2019, 4, 23, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/dadav/umatrix-rules/master/my-rules.txt" + }, + new + { + Id = (short)1660, + HomeUrl = "https://github.com/bzsparks/uMatrix", + IssuesUrl = "https://github.com/bzsparks/uMatrix/issues", + LicenseId = (short)5, + Name = "bzspark's uMatrix Rules", + SyntaxId = (short)7, + UpdatedDate = new DateTime(2018, 6, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bzsparks/uMatrix/master/my-umatrix-rules.txt" + }, + new + { + Id = (short)1661, + Description = "Blocks trackers and analytics in Windows 7", + HomeUrl = "https://github.com/Strappazzon/teleme7ry", + IssuesUrl = "https://github.com/Strappazzon/teleme7ry/issues", + LicenseId = (short)2, + Name = "Strappazzon's Tracking list for Windows 7", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 7, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Strappazzon/teleme7ry/master/rules.txt" + }, + new + { + Id = (short)1662, + Description = "Blocks annoyances on web pages including cookie notices, modals and other useless elements", + HomeUrl = "https://github.com/Strappazzon/filterlists", + IsDeleted = true, + IssuesUrl = "https://github.com/Strappazzon/filterlists/issues", + LicenseId = (short)2, + Name = "Strappazzon's Annoyances filter list", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 7, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Strappazzon/filterlists/master/Filterlists/Annoyances.txt" + }, + new + { + Id = (short)1663, + Description = "Fixes what my current subscriptions broke", + HomeUrl = "https://github.com/Strappazzon/filterlists", + IsDeleted = true, + IssuesUrl = "https://github.com/Strappazzon/filterlists/issues", + LicenseId = (short)2, + Name = "Strappazzon's Unbreak", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 7, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/Strappazzon/filterlists/master/Filterlists/Unbreak.txt" + }, + new + { + Id = (short)1664, + Description = "URLhaus is a project from abuse.ch with the goal of sharing malicious URLs that are being used for malware distribution.", + HomeUrl = "https://urlhaus.abuse.ch/", + LicenseId = (short)28, + Name = "abuse.ch URLhaus Malicious URL Blocklist", + SyntaxId = (short)8, + ViewUrl = "https://urlhaus.abuse.ch/downloads/text/" + }, + new + { + Id = (short)1665, + Description = "URLhaus is a project from abuse.ch with the goal of sharing malicious URLs that are being used for malware distribution.", + HomeUrl = "https://urlhaus.abuse.ch/", + LicenseId = (short)28, + Name = "abuse.ch URLhaus Malicious URL Blocklist (RPZ)", + SyntaxId = (short)25, + ViewUrl = "https://urlhaus.abuse.ch/downloads/rpz/" + }, + new + { + Id = (short)1666, + Description = "List of fraudulent French sites. Other related sites.", + HomeUrl = "https://github.com/CryptoFR/crypto-scams-fr", + IssuesUrl = "https://github.com/CryptoFR/crypto-scams-fr/issues", + LicenseId = (short)5, + Name = "CryptoScamsFR Misc", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/CryptoFR/crypto-scams-fr/master/misc.txt" + }, + new + { + Id = (short)1667, + Description = "List of fraudulent French sites. Sites related to cryptocurrencies.", + HomeUrl = "https://github.com/CryptoFR/crypto-scams-fr", + IssuesUrl = "https://github.com/CryptoFR/crypto-scams-fr/issues", + LicenseId = (short)5, + Name = "CryptoScamsFR Websites", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/CryptoFR/crypto-scams-fr/master/websites.txt" + }, + new + { + Id = (short)1668, + HomeUrl = "https://github.com/brasstax/RHEL-StreetPass-Relay", + IssuesUrl = "https://github.com/brasstax/RHEL-StreetPass-Relay/issues", + LicenseId = (short)5, + Name = "SPOOF-ATTWIFI - Pidora version (dnsmasq portion)", + SyntaxId = (short)20, + UpdatedDate = new DateTime(2013, 10, 20, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/brasstax/RHEL-StreetPass-Relay/master/spoof-attwifi/dnsmasq.conf" + }, + new + { + Id = (short)1669, + HomeUrl = "https://github.com/farrokhi/adblock-iran", + IssuesUrl = "https://github.com/farrokhi/adblock-iran/issues", + LicenseId = (short)27, + Name = "BSTF (Babak's Strict Trackers Filterlist)", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/farrokhi/adblock-iran/master/additional-trackers.txt", + ViewUrlMirror1 = "https://rawcdn.githack.com/farrokhi/adblock-iran/master/additional-trackers.txt" + }, + new + { + Id = (short)1670, + Description = "Blocks Korean regional advertisements and trackers.", + HomeUrl = "https://github.com/yous/YousList", + IssuesUrl = "https://github.com/yous/YousList/issues", + LicenseId = (short)24, + Name = "YousList Hosts", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/yous/YousList/master/hosts.txt" + }, + new + { + Id = (short)1671, + Description = "Romanian ad block filtering list.", + DescriptionSourceUrl = "https://github.com/tcptomato/ROad-Block", + EmailAddress = "contact@adblock.ro", + ForumUrl = "https://muut.com/i/adblockro/comments", + HomeUrl = "https://www.adblock.ro/", + IssuesUrl = "https://github.com/tcptomato/ROad-Block/issues", + LicenseId = (short)2, + Name = "ROad-Block", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/tcptomato/ROad-Block/master/road-block-filters.txt" + }, + new + { + Id = (short)1672, + Description = "Romanian ad block filtering list.", + DescriptionSourceUrl = "https://github.com/tcptomato/ROad-Block", + EmailAddress = "contact@adblock.ro", + ForumUrl = "https://muut.com/i/adblockro/comments", + HomeUrl = "https://www.adblock.ro/", + IssuesUrl = "https://github.com/tcptomato/ROad-Block/issues", + LicenseId = (short)2, + Name = "ROad-Kill", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/tcptomato/ROad-Block/master/road-kill-filters.txt" + }, + new + { + Id = (short)1673, + Description = "Completely block Google and its services .", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://github.com/nickspaargaren/no-google/raw/master/pihole-google.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/pihole-google.txt" + }, + new + { + Id = (short)1674, + Description = "Completely block Google and its services .", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/google-domains", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/google-domains" + }, + new + { + Id = (short)1675, + Description = "Completely block Google analytics services .", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google analytics (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/analyticsparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/analyticsparsed" + }, + new + { + Id = (short)1676, + Description = "Completely block Google analytics services .", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google analytics (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/analytics.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/analytics.txt" + }, + new + { + Id = (short)1677, + Description = "Completely block Android services .", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Android (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/androidparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/androidparsed" + }, + new + { + Id = (short)1678, + Description = "Completely block Android services .", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Android (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/android.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/android.txt" + }, + new + { + Id = (short)1679, + Description = "Completely block Google DNS services .", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google DNS (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/dnsparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/dnsparsed" + }, + new + { + Id = (short)1680, + Description = "Completely block Google DNS services .", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google DNS (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/dns.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/dns.txt" + }, + new + { + Id = (short)1681, + Description = "Completely block Google search domains.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google search (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/domainsparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/domainsparsed" + }, + new + { + Id = (short)1682, + Description = "Completely block Google search domains.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google search (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/domains.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/domains.txt" + }, + new + { + Id = (short)1683, + Description = "Completely block DoubleClick services.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | DoubleClick (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/doubleclickparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/doubleclickparsed" + }, + new + { + Id = (short)1684, + Description = "Completely block DoubleClick services.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "no-google | DoubleClick (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/doubleclick.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/doubleclick.txt" + }, + new + { + Id = (short)1685, + Description = "Completely block Firebase services.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Firebase (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/firebaseparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/firebaseparsed" + }, + new + { + Id = (short)1686, + Description = "Completely block Firebase services.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Firebase (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/firebase.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/firebase.txt" + }, + new + { + Id = (short)1687, + Description = "Completely block Google fonts services.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google fonts (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/fontsparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/fontsparsed" + }, + new + { + Id = (short)1688, + Description = "Completely block Firebase services.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google fonts (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/fonts.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/fonts.txt" + }, + new + { + Id = (short)1689, + Description = "Completely block general Google domains.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "no-google | General Google domains (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/generalparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/generalparsed" + }, + new + { + Id = (short)1690, + Description = "Completely block general Google domains.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | General Google domains (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/general.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/general.txt" + }, + new + { + Id = (short)1691, + Description = "Completely block Gmail services.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Gmail (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/mailparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/mailparsed" + }, + new + { + Id = (short)1692, + Description = "Completely block Gmail services.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Gmail (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/mail.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/mail.txt" + }, + new + { + Id = (short)1693, + Description = "Completely block Google products.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google products (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/productsparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/productsparsed" + }, + new + { + Id = (short)1694, + Description = "Completely block Google products.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google products (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/products.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/products.txt" + }, + new + { + Id = (short)1695, + Description = "Completely block Google proxies.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google proxies (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/proxiesparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/proxiesparsed" + }, + new + { + Id = (short)1696, + Description = "Completely block Google products.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google| Google proxies (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/proxies.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/proxies.txt" + }, + new + { + Id = (short)1697, + Description = "Completely block Google shorteners.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google shorteners (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/shortlinksparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/shortlinksparsed" + }, + new + { + Id = (short)1698, + Description = "Completely block Google shorteners.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Google shorteners (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/shortlinks.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/shortlinks.txt" + }, + new + { + Id = (short)1699, + Description = "Completely block Youtube.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Youtube (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/youtubeparsed", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/youtubeparsed" + }, + new + { + Id = (short)1700, + Description = "Completely block Youtube.", + DescriptionSourceUrl = "https://github.com/nickspaargaren/no-google", + EmailAddress = "poorpocketsmcnewhold@pm.me", + HomeUrl = "https://github.com/nickspaargaren/no-google", + IssuesUrl = "https://github.com/nickspaargaren/no-google/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)11, + Name = "No Google | Youtube (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/nickspaargaren/no-google/master/categories/youtube.txt", + ViewUrlMirror2 = "https://framagit.org/PoorPocketsMcNewHold/no-google/raw/master/categories/youtube.txt" + }, + new + { + Id = (short)1701, + HomeUrl = "https://asc.hk/", + LicenseId = (short)5, + Name = "ASC DeiG", + SyntaxId = (short)1, + ViewUrl = "https://asc.hk/adplus.txt" + }, + new + { + Id = (short)1702, + HomeUrl = "https://npc.0am.jp/", + LicenseId = (short)7, + Name = "NPC 0AM Hosts", + SyntaxId = (short)1, + ViewUrl = "https://npc.0am.jp/hosts.php?dl=1" + }, + new + { + Id = (short)1703, + Description = "Domain name filters.", + HomeUrl = "https://in0de.synology.me", + IsDeleted = true, + LicenseId = (short)5, + Name = "Synology's pwn", + SyntaxId = (short)28, + ViewUrl = "https://in0de.synology.me/pwn.txt" + }, + new + { + Id = (short)1704, + Description = "Domain name hosts for Pi-hole.", + HomeUrl = "https://in0de.synology.me", + IsDeleted = true, + LicenseId = (short)5, + Name = "Synology's own", + SyntaxId = (short)2, + ViewUrl = "https://in0de.synology.me/own.txt" + }, + new + { + Id = (short)1706, + Description = "Hosts file for blocking spyware, ads, analytics and tracking on German websites and domains.", + HomeUrl = "https://gameindustry.de/", + LicenseId = (short)9, + Name = "GameIndustryDE Hosts", + SyntaxId = (short)1, + ViewUrl = "https://www.gameindustry.eu/files/hosts.txt" + }, + new + { + Id = (short)1707, + Description = "Categorized hosts files for DNS based content blocking. This is meant to be used as a regional component of a more comprehensive hosts list, such as Steven Black's hosts.", + HomeUrl = "https://github.com/tiuxo/hosts/", + IssuesUrl = "https://github.com/tiuxo/hosts/issues", + LicenseId = (short)24, + Name = "hosts-jp Ads", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/tiuxo/hosts/master/ads" + }, + new + { + Id = (short)1708, + Description = "Categorized hosts files for DNS based content blocking. This is meant to be used as a regional component of a more comprehensive hosts list, such as Steven Black's hosts.", + HomeUrl = "https://github.com/tiuxo/hosts/", + IssuesUrl = "https://github.com/tiuxo/hosts/issues", + LicenseId = (short)24, + Name = "hosts-jp Porn", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/tiuxo/hosts/master/porn" + }, + new + { + Id = (short)1709, + Description = "Categorized hosts files for DNS based content blocking. This is meant to be used as a regional component of a more comprehensive hosts list, such as Steven Black's hosts.", + HomeUrl = "https://github.com/tiuxo/hosts/", + IssuesUrl = "https://github.com/tiuxo/hosts/issues", + LicenseId = (short)24, + Name = "hosts-jp Social", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/tiuxo/hosts/master/social" + }, + new + { + Id = (short)1710, + HomeUrl = "https://www.botvrij.eu/", + LicenseId = (short)5, + Name = "Botvrij IOC List", + SyntaxId = (short)2, + ViewUrl = "https://www.botvrij.eu/data/ioclist.hostname.raw" + }, + new + { + Id = (short)1711, + HomeUrl = "https://zonefiles.io/", + LicenseId = (short)5, + Name = "Zonefiles Compromised Domains Live", + SyntaxId = (short)2, + ViewUrl = "https://zonefiles.io/f/compromised/domains/live/" + }, + new + { + Id = (short)1712, + HomeUrl = "https://github.com/abc45628/hosts/", + IssuesUrl = "https://github.com/abc45628/hosts/issues", + LicenseId = (short)5, + Name = "abc45628 Hosts", + SyntaxId = (short)36, + ViewUrl = "https://raw.githubusercontent.com/abc45628/hosts/master/hosts" + }, + new + { + Id = (short)1713, + HomeUrl = "https://github.com/jdlingyu/ad-wars/", + IssuesUrl = "https://github.com/jdlingyu/ad-wars/issues", + LicenseId = (short)5, + Name = "Ad Wars (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/jdlingyu/ad-wars/master/hosts" + }, + new + { + Id = (short)1714, + HomeUrl = "https://github.com/XionKzn/PiHole-Lists/", + IssuesUrl = "https://github.com/XionKzn/PiHole-Lists/issues", + LicenseId = (short)5, + Name = "PiHole Lists - Quad9", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Quad9.txt" + }, + new + { + Id = (short)1715, + HomeUrl = "https://github.com/XionKzn/PiHole-Lists/", + IssuesUrl = "https://github.com/XionKzn/PiHole-Lists/issues", + LicenseId = (short)5, + Name = "PiHole Lists - Yahoo Ad Servers", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Yahoo_Ad_Servers.txt" + }, + new + { + Id = (short)1716, + HomeUrl = "https://github.com/XionKzn/PiHole-Lists/", + IssuesUrl = "https://github.com/XionKzn/PiHole-Lists/issues", + LicenseId = (short)5, + Name = "PiHole Lists - Spyware", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/PiHole_HOSTS_Spyware.txt" + }, + new + { + Id = (short)1717, + HomeUrl = "https://github.com/XionKzn/PiHole-Lists/", + IssuesUrl = "https://github.com/XionKzn/PiHole-Lists/issues", + LicenseId = (short)5, + Name = "PiHole Lists - Cerber Ransomware", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Cerber_Ransomware.txt" + }, + new + { + Id = (short)1718, + HomeUrl = "https://github.com/XionKzn/PiHole-Lists/", + IssuesUrl = "https://github.com/XionKzn/PiHole-Lists/issues", + LicenseId = (short)5, + Name = "PiHole Lists - Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Blocklist.txt" + }, + new + { + Id = (short)1719, + Description = "A personal blocklist curated by KurzGedanke.", + DonateUrl = "https://blog.kurzgedanke.me/donate/", + HomeUrl = "https://github.com/KurzGedanke/kurzBlock/", + IssuesUrl = "https://github.com/KurzGedanke/kurzBlock/issues", + LicenseId = (short)2, + Name = "kurzBlock", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/KurzGedanke/kurzBlock/master/kurzBlock.txt" + }, + new + { + Id = (short)1720, + Description = "Blocklist for suspicious websites involved with possible tracking, spam, or malware; meant to supplement mainstream blocklists.", + HomeUrl = "https://github.com/VernonStow/Filterlist/", + IssuesUrl = "https://github.com/VernonStow/Filterlist/issues", + LicenseId = (short)5, + Name = "Grayware Filterlist", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/VernonStow/Filterlist/master/Filterlist.txt" + }, + new + { + Id = (short)1721, + Description = "My personal blocklist of iOS tracking, telemetry, and advertising domains.", + HomeUrl = "https://github.com/jakejarvis/ios-trackers/", + IssuesUrl = "https://github.com/jakejarvis/ios-trackers/issues", + LicenseId = (short)2, + Name = "iOS Tracker Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/jakejarvis/ios-trackers/master/blocklist.txt" + }, + new + { + Id = (short)1722, + Description = "Evil domains for our Collective Hosts File Project that are not present in any other lists.", + HomeUrl = "https://github.com/hell-sh/Evil-Domains", + IssuesUrl = "https://github.com/hell-sh/Evil-Domains/issues", + LicenseId = (short)11, + Name = "Evil Domains", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/hell-sh/Evil-Domains/master/evil-domains.txt" + }, + new + { + Id = (short)1723, + Description = "Ads and Tracker which other lists may not found", + HomeUrl = "https://github.com/pirat28/IHateTracker/", + IssuesUrl = "https://github.com/pirat28/IHateTracker/issues", + LicenseId = (short)2, + Name = "I Hate Tracker", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/pirat28/IHateTracker/master/iHateTracker.txt" + }, + new + { + Id = (short)1724, + HomeUrl = "https://github.com/parseword/nolovia/", + IssuesUrl = "https://github.com/parseword/nolovia/issues", + LicenseId = (short)5, + Name = "Nolovia Supplemental Bad Host Index blacklist file", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/parseword/nolovia/master/skel/hosts-nolovia.txt" + }, + new + { + Id = (short)1725, + Description = "The following servers have been identified as part of various state-sponsored malware campaigns.", + HomeUrl = "https://github.com/parseword/nolovia/", + IssuesUrl = "https://github.com/parseword/nolovia/issues", + LicenseId = (short)5, + Name = "Nolovia state-sponsored malware blacklist file", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/parseword/nolovia/master/skel/hosts-government-malware.txt" + }, + new + { + Id = (short)1726, + Description = "This filter disables 'dodgy' sites My Way!", + HomeUrl = "https://github.com/callmenemo491/DodgySiteBlocker/", + IssuesUrl = "https://github.com/callmenemo491/DodgySiteBlocker/issues", + LicenseId = (short)2, + Name = "DodgySiteBlocker", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/callmenemo491/DodgySiteBlocker/master/DodgySiteBlocker.txt" + }, + new + { + Id = (short)1727, + Description = "Burner domains are short-lived domains, registered by criminals (under a phony name). Don't put legitimate domains here, even if they contain malware.", + HomeUrl = "https://github.com/gwillem/magento-malware-scanner/", + IssuesUrl = "https://github.com/gwillem/magento-malware-scanner/issues", + LicenseId = (short)4, + Name = "Magento Malware Skanner - Burner Domains", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/gwillem/magento-malware-scanner/master/rules/burner-domains.txt" + }, + new + { + Id = (short)1728, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = (short)32, + Name = "Soteria nou's domain list - Ads", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/ads.txt" + }, + new + { + Id = (short)1729, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = (short)32, + Name = "Soteria nou's domain list - Affiliates", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/affiliate.txt" + }, + new + { + Id = (short)1730, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = (short)32, + Name = "Soteria nou's domain list - Analytics", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/analytics.txt" + }, + new + { + Id = (short)1731, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = (short)32, + Name = "Soteria nou's domain list - Enrichments", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/enrichments.txt" + }, + new + { + Id = (short)1732, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = (short)32, + Name = "Soteria nou's domain list - Fake sites", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/fake.txt" + }, + new + { + Id = (short)1733, + Description = "This repository contains lists of domains that very likely serve ads, analytics scripts, tracking pixels, widgets (webpage plugins), content enrichment (begging for mail subscription, sharing abilities), and represent affiliate or fake webpages. Usually lists get at least a monthly update.", + HomeUrl = "https://github.com/soteria-nou/domain-list", + IssuesUrl = "https://github.com/soteria-nou/domain-list/issues", + LicenseId = (short)32, + Name = "Soteria nou's domain list - Widgets", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/soteria-nou/domain-list/master/widgets.txt" + }, + new + { + Id = (short)1734, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Pro", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/hosts.txt" + }, + new + { + Id = (short)1735, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Pro (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/domains.txt" + }, + new + { + Id = (short)1736, + Description = "AdGuard Home is one of the tools for the future, or at least it is for those who know how to set up and use a Raspberry Pi. However, its current internal structure discards virtually every $-using block rule (e.g. EasyList), which makes EasyList and similar lists virtually useless in AdGuard Home, despite how many of the entries would be ≥90% as functional without them. So until the AdGuard Home team implements a better way to deal with $ values, here's my intermissional list to work around it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's AdGuard Home Compilation List", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AdGuard%20Home%20Compilation%20List/AdGuardHomeCompilationList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AdGuard%20Home%20Compilation%20List/AdGuardHomeCompilationList.txt" + }, + new + { + Id = (short)1737, + Description = "Are you pro-metric and are tired of seeing imperial unites all over the English-language parts of the internet? If so, then here's a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Imperial Units Remover", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Imperial%20Units%20Remover.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Imperial%20Units%20Remover.txt" + }, + new + { + Id = (short)1738, + Description = "Most anti-malware lists are pretty big and can cover a 5- or 6-digit amount of specific domains. But my list hereby claims to remove more than 25% of all known malware sites with just a 2-digit amount of entries. This is mostly done by blocking top-level domains that have become devastatingly abused by spammers, usually because they allowed for free and uncontrolled domain registrations. There's also additional categories that cover unusual malware and phishing domains that very few other lists seem to cover.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout's%20Anti-Malware%20List.txt", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Anti-Malware List (for AdGuard Home)", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareAdGuardHome.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareAdGuardHome.txt" + }, + new + { + Id = (short)1739, + Description = "Hosts file to avoid advertisement display on website.", + DescriptionSourceUrl = "https://warui.intaa.net/adhosts/", + HomeUrl = "https://warui.intaa.net/adhosts/", + LicenseId = (short)5, + Name = "Warui Hosts (Unbound)", + SubmissionUrl = "https://warui.intaa.net/adhosts/#fh5co-blog-section", + SyntaxId = (short)24, + UpdatedDate = new DateTime(2019, 4, 13, 10, 0, 14, 0, DateTimeKind.Unspecified), + ViewUrl = "https://warui.intaa.net/adhosts/local_zone.conf.txt" + }, + new + { + Id = (short)1740, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Social Extension", + PublishedDate = new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://block.energized.pro/extensions/social/formats/hosts.txt" + }, + new + { + Id = (short)1741, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Lite Extension", + PublishedDate = new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://block.energized.pro/extensions/porn-lite/formats/hosts.txt" + }, + new + { + Id = (short)1742, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Regional Extension", + PublishedDate = new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified), + ViewUrl = "https://block.energized.pro/extensions/regional/formats/hosts.txt" + }, + new + { + Id = (short)1743, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Spark Protection (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/spark/formats/domains.txt", + ViewUrlMirror1 = "https://blokada.org/mirror/v5/energized/spark/hosts.txt" + }, + new + { + Id = (short)1744, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Go Protection (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/bluGo/formats/domains.txt" + }, + new + { + Id = (short)1745, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Protection (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/blu/formats/domains.txt", + ViewUrlMirror1 = "https://blokada.org/mirror/v5/energized/blu/hosts.txt" + }, + new + { + Id = (short)1746, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Basic Protection (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/basic/formats/domains.txt", + ViewUrlMirror1 = "https://blokada.org/mirror/v5/energized/basic/hosts.txt" + }, + new + { + Id = (short)1747, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Protection (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/porn/formats/domains.txt" + }, + new + { + Id = (short)1748, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Ultimate Protection (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/ultimate/formats/domains.txt" + }, + new + { + Id = (short)1749, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Unified Protection (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/unified/formats/domains.txt" + }, + new + { + Id = (short)1750, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Xtreme Extension (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/extensions/xtreme/formats/domains.txt" + }, + new + { + Id = (short)1751, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Social Extension (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/extensions/social/formats/domains.txt" + }, + new + { + Id = (short)1752, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Lite Extension (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/extensions/porn-lite/formats/domains.txt" + }, + new + { + Id = (short)1753, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Regional Extension (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/extensions/regional/formats/domains.txt", + ViewUrlMirror1 = "https://blokada.org/mirror/v5/energized/regional/hosts.txt" + }, + new + { + Id = (short)1754, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Spark Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/spark/formats/filter" + }, + new + { + Id = (short)1755, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Go Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/bluGo/formats/filter" + }, + new + { + Id = (short)1756, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/blu/formats/filter" + }, + new + { + Id = (short)1757, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Basic Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/basic/formats/filter" + }, + new + { + Id = (short)1758, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/porn/formats/filter" + }, + new + { + Id = (short)1759, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Ultimate Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/ultimate/formats/filter" + }, + new + { + Id = (short)1760, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Unified Protection (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/unified/formats/filter" + }, + new + { + Id = (short)1761, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Xtreme Extension (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/extensions/xtreme/formats/filter" + }, + new + { + Id = (short)1762, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Social Extension (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/extensions/social/formats/filter" + }, + new + { + Id = (short)1763, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Lite Extension (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/extensions/porn-lite/formats/filter" + }, + new + { + Id = (short)1764, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Regional Extension (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://block.energized.pro/extensions/regional/formats/filter" + }, + new + { + Id = (short)1765, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Spark Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/spark/formats/dnsmasq.conf" + }, + new + { + Id = (short)1766, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Go Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/bluGo/formats/dnsmasq.conf" + }, + new + { + Id = (short)1767, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/blu/formats/dnsmasq.conf" + }, + new + { + Id = (short)1768, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Basic Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/basic/formats/dnsmasq.conf" + }, + new + { + Id = (short)1769, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/porn/formats/dnsmasq.conf" + }, + new + { + Id = (short)1770, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Ultimate Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/ultimate/formats/dnsmasq.conf" + }, + new + { + Id = (short)1771, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Unified Protection (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/unified/formats/dnsmasq.conf" + }, + new + { + Id = (short)1772, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Xtreme Extension (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/extensions/xtreme/formats/dnsmasq.conf" + }, + new + { + Id = (short)1773, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Social Extension (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/extensions/social/formats/dnsmasq.conf" + }, + new + { + Id = (short)1774, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Lite Extension (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/extensions/porn-lite/formats/dnsmasq.conf" + }, + new + { + Id = (short)1775, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Regional Extension (dnsmasq)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://block.energized.pro/extensions/regional/formats/dnsmasq.conf" + }, + new + { + Id = (short)1776, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Spark Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/spark/formats/unbound.conf" + }, + new + { + Id = (short)1777, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Go Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/bluGo/formats/unbound.conf" + }, + new + { + Id = (short)1778, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/blu/formats/unbound.conf" + }, + new + { + Id = (short)1779, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Basic Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/basic/formats/unbound.conf" + }, + new + { + Id = (short)1780, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/porn/formats/unbound.conf" + }, + new + { + Id = (short)1781, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Ultimate Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/ultimate/formats/unbound.conf" + }, + new + { + Id = (short)1782, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Unified Protection (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/unified/formats/unbound.conf" + }, + new + { + Id = (short)1783, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Xtreme Extension (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/extensions/xtreme/formats/unbound.conf" + }, + new + { + Id = (short)1784, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Social Extension (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/extensions/social/formats/unbound.conf" + }, + new + { + Id = (short)1785, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Lite Extension (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/extensions/porn-lite/formats/unbound.conf" + }, + new + { + Id = (short)1786, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Regional Extension (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://block.energized.pro/extensions/regional/formats/unbound.conf" + }, + new + { + Id = (short)1787, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "True Lite Hosts from Energized. Only 1MB in Size.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Spark Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/spark/formats/rpz.txt" + }, + new + { + Id = (short)1788, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Blu Go. Another Lite Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Go Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/bluGo/formats/rpz.txt" + }, + new + { + Id = (short)1789, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Liteweight Protection. Best for Android/iOS Users.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Blu Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/blu/formats/rpz.txt" + }, + new + { + Id = (short)1790, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Basic Protection. Basic Protection to keep you safe in a balanced way!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Basic Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/basic/formats/rpz.txt" + }, + new + { + Id = (short)1791, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Pornware Blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/porn/formats/rpz.txt" + }, + new + { + Id = (short)1792, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware & Malware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Ultimate Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/ultimate/formats/rpz.txt" + }, + new + { + Id = (short)1793, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Unified Protection (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/unified/formats/rpz.txt" + }, + new + { + Id = (short)1794, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Energized Adware, Malware & Pornware Blocking. Flagship Pack from Energized.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Xtreme Extension (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/extensions/xtreme/formats/rpz.txt" + }, + new + { + Id = (short)1795, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Block social apps and sites", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Social Extension (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/extensions/social/formats/rpz.txt" + }, + new + { + Id = (short)1796, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Lite pornware blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Porn Lite Extension (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/extensions/porn-lite/formats/rpz.txt" + }, + new + { + Id = (short)1797, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Regional annoyance blocking.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized Regional Extension (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://block.energized.pro/extensions/regional/formats/rpz.txt" + }, + new + { + Id = (short)1798, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "Malicious IP protection.", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/block", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/block/issues", + LicenseId = (short)2, + Name = "Energized IP Extension", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)32, + ViewUrl = "https://block.energized.pro/extensions/ips/formats/list.txt" + }, + new + { + Id = (short)1799, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List - Arabic Only", + PublishedDate = new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + ViewUrl = "https://raw.githubusercontent.com/abp-filters/abp-filters-anti-cv/master/arabic.txt" + }, + new + { + Id = (short)1800, + LicenseId = (short)5, + Name = "Rixcloud Rules", + SyntaxId = (short)29, + ViewUrl = "https://cdn.rixcloud.io/Quantumult/Rules/Default.conf" + }, + new + { + Id = (short)1801, + HomeUrl = "https://github.com/lhie1/Rules/", + IssuesUrl = "https://github.com/lhie1/Rules/issues", + LicenseId = (short)19, + Name = "Lhie1's Auto Rules", + SyntaxId = (short)29, + ViewUrl = "https://raw.githubusercontent.com/lhie1/Rules/master/Auto/REJECT.conf" + }, + new + { + Id = (short)1802, + HomeUrl = "https://github.com/HParis/SSEncrypt/", + IssuesUrl = "https://github.com/HParis/SSEncrypt/issues", + LicenseId = (short)5, + Name = "SSEncrypt Adblock", + SyntaxId = (short)29, + ViewUrl = "https://raw.githubusercontent.com/HParis/SSEncrypt/master/full-reject.list" + }, + new + { + Id = (short)1803, + HomeUrl = "https://github.com/scomper/surge-list/", + IssuesUrl = "https://github.com/scomper/surge-list/issues", + LicenseId = (short)5, + Name = "Scomper Surge List Reject", + SyntaxId = (short)29, + ViewUrl = "https://raw.githubusercontent.com/scomper/surge-list/master/reject.list" + }, + new + { + Id = (short)1804, + HomeUrl = "https://github.com/ConnersHua/Profiles/tree/master", + IssuesUrl = "https://github.com/ConnersHua/Profiles/tree/master/issues", + LicenseId = (short)2, + Name = "ConnersHua Advertising Ruleset", + SyntaxId = (short)29, + ViewUrl = "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge/Ruleset/Advertising.list" + }, + new + { + Id = (short)1805, + HomeUrl = "https://github.com/ConnersHua/Profiles/tree/master", + IsDeleted = true, + IssuesUrl = "https://github.com/ConnersHua/Profiles/tree/master/issues", + LicenseId = (short)2, + Name = "ConnersHua Pro Ruleset", + SyntaxId = (short)29, + ViewUrl = "https://raw.githubusercontent.com/ConnersHua/Profiles/master/Shadow/Pro.conf" + }, + new + { + Id = (short)1806, + Description = "The mission is to report any and all attacks to the respective abuse departments of the infected PCs/servers, to ensure that the responsible provider can inform their customer about the infection and disable the attacker. ", + DonateUrl = "https://flattr.com/@blocklist.de", + HomeUrl = "https://www.blocklist.de/en/index.html", + LicenseId = (short)5, + Name = "BlocklistDE All", + SyntaxId = (short)9, + ViewUrl = "https://lists.blocklist.de/lists/all.txt" + }, + new + { + Id = (short)1807, + Description = "Its main purpose is to block SSH bruteforce attacks via firewall.", + HomeUrl = "http://danger.rulez.sk/index.php/bruteforceblocker/", + LicenseId = (short)5, + Name = "DangerRulezSK Brute Force Blocker", + SyntaxId = (short)9, + ViewUrl = "http://danger.rulez.sk/projects/bruteforceblocker/blist.php" + }, + new + { + Id = (short)1808, + HomeUrl = "https://rules.emergingthreats.net/", + LicenseId = (short)5, + Name = "EmergingThreats Compromised IPs", + SyntaxId = (short)9, + ViewUrl = "https://rules.emergingthreats.net/blockrules/compromised-ips.txt" + }, + new + { + Id = (short)1809, + HomeUrl = "https://rules.emergingthreats.net/", + LicenseId = (short)5, + Name = "EmergingThreats Block IPs", + SyntaxId = (short)32, + ViewUrl = "https://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt" + }, + new + { + Id = (short)1810, + Description = "GreenSnow is a team consisting of the best specialists in computer security, we harvest a large number of IPs from different computers located around the world.", + HomeUrl = "https://greensnow.co/", + LicenseId = (short)5, + Name = "Greensnow Blocklist", + SyntaxId = (short)9, + ViewUrl = "https://blocklist.greensnow.co/greensnow.txt" + }, + new + { + Id = (short)1811, + HomeUrl = "https://www.binarydefense.com/", + LicenseId = (short)32, + Name = "Binary Defense Systems Artillery Threat Intelligence Feed and Banlist Feed", + SyntaxId = (short)9, + ViewUrl = "https://www.binarydefense.com/banlist.txt" + }, + new + { + Id = (short)1813, + Description = "CINS Army is a way for our company to give back to the community by sharing valuable threat intelligence harvested from our CINS system. The CINS Army list is a subset of the CINS Active Threat Intelligence ruleset, and consists of IP addresses that meet one of two basic criteria: 1) The IP's recent Rogue Packet score factor is very poor, or 2) The IP has tripped a designated number of 'trusted' alerts across a given number of our Sentinels deployed around the world.", + HomeUrl = "https://cinsscore.com/", + LicenseId = (short)5, + Name = "CINS Army Bad Guys", + SyntaxId = (short)9, + ViewUrl = "https://cinsscore.com/list/ci-badguys.txt" + }, + new + { + Id = (short)1814, + Description = "This list target huge international websites that clutter search engine results with misinformation, unfounded articles, and/or contempt for humanity. While designed for use with «Google Hit Hider by Domain» to remove search results, it can also be used with other domains-list tools if you want more thorough blocking of them.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Remover for Mainstream Tabloid and Alt-Right Sites", + SyntaxId = (short)48, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/TabloidRemover.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/TabloidRemover.txt" + }, + new + { + Id = (short)1815, + Description = "Have you ever been searching for rare PC parts, but a lot the sites you visit refuse to tell you the murderous prices they charge unless you sign up as a member with them? Now you won't feel infuriated by it anymore! While this list is designed for «Google Hit Hider by Domain» to remove search results, it can also be used with other domains-list tools if you want more thorough blocking of them.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'PC component price hiders' List", + SyntaxId = (short)48, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiPCPriceHiderList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiPCPriceHiderList.txt" + }, + new + { + Id = (short)1816, + Description = "Additional regex list blocking scam and phising Polish sites for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).", + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://kadantiscam.netlify.com/", + IssuesUrl = "https://github.com/PolishFiltersTeam/KADhosts/issues", + LicenseId = (short)8, + Name = "KADhole", + SubmissionUrl = "https://kadantiscam.netlify.com/#contact", + SyntaxId = (short)30, + ViewUrl = "https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhole.txt" + }, + new + { + Id = (short)1817, + Description = "Polish regex list blocking ads and tracking sites for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).", + DonateUrl = "https://patronite.pl/polskiefiltry", + EmailAddress = "errors@certyficate.it", + HomeUrl = "https://www.certyficate.it/", + IssuesUrl = "https://github.com/MajkiIT/polish-ads-filter/issues", + LicenseId = (short)9, + Name = "Polish Regex Filters for Pi-hole", + SubmissionUrl = "https://www.certyficate.it/kontakt/", + SyntaxId = (short)30, + ViewUrl = "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/hostfile_regex.txt" + }, + new + { + Id = (short)1818, + Description = "Mmotti's regex list blocking ads and tracking sites for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).", + HomeUrl = "https://github.com/mmotti/pihole-regex", + IssuesUrl = "https://github.com/mmotti/pihole-regex/issues", + LicenseId = (short)5, + Name = "Mmoti's Regex Filters for Pi-hole", + SyntaxId = (short)30, + ViewUrl = "https://raw.githubusercontent.com/mmotti/pihole-regex/master/regex.list" + }, + new + { + Id = (short)1819, + Description = "A programmatically expanded block list for Facebook, Messenger, Instagram, and WhatsApp", + DescriptionSourceUrl = "https://www.github.developerdan.com/hosts/lists/facebook-extended.txt", + HomeUrl = "https://www.github.developerdan.com/hosts/", + IssuesUrl = "https://github.com/lightswitch05/hosts/issues", + LicenseId = (short)18, + Name = "Facebook Hosts", + PublishedDate = new DateTime(2019, 8, 26, 19, 49, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 8, 26, 19, 49, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://www.github.developerdan.com/hosts/lists/facebook-extended.txt" + }, + new + { + Id = (short)1822, + Description = "The following list is individual IP Addresses that have attempted to attack our servers. These IP addresses are currently recommended as a DENY, REJECT or BLOCK on your firewalls.", + DonateUrl = "https://www.cruzit.com/hth.php", + HomeUrl = "https://www.cruzit.com/wbl.php", + LicenseId = (short)5, + Name = "Cruzit Server Blocklist", + SyntaxId = (short)9, + ViewUrl = "https://www.cruzit.com/xxwbl2txt.php" + }, + new + { + Id = (short)1823, + LicenseId = (short)5, + Name = "Unsubscore Blacklist", + SyntaxId = (short)9, + ViewUrl = "http://www.unsubscore.com/blacklist.txt" + }, + new + { + Id = (short)1824, + DonateUrl = "bitcoin:1FzxJBxy3fJDv5PLGqbdN9TrQ79LE9UEtB", + HomeUrl = "https://myip.ms/", + LicenseId = (short)5, + Name = "MyIP Blacklist", + SyntaxId = (short)33, + ViewUrl = "https://myip.ms/files/blacklist/general/latest_blacklist.txt" + }, + new + { + Id = (short)1825, + Description = "Sites engaged in illegal pharmacy activities.", + LicenseId = (short)5, + Name = "hpHosts PHA (IPs)", + SyntaxId = (short)9, + ViewUrl = "https://iplists.firehol.org/files/hphosts_pha.ipset" + }, + new + { + Id = (short)1827, + Description = "Sites engaged in the selling or distribution of bogus or fraudulent applications and/or provision of fraudulent services.", + LicenseId = (short)5, + Name = "hpHosts FSA (IPs)", + SyntaxId = (short)9, + ViewUrl = "https://iplists.firehol.org/files/hphosts_fsa.ipset" + }, + new + { + Id = (short)1828, + Description = "Sites engaged in astroturfing (otherwise known as grass roots marketing) or spamming.", + LicenseId = (short)5, + Name = "hpHosts GRM (IPs)", + SyntaxId = (short)9, + ViewUrl = "https://iplists.firehol.org/files/hphosts_grm.ipset" + }, + new + { + Id = (short)1829, + Description = "Sites engaged in the housing, development or distribution of exploits, including but not limited to exploitation of browser, software (inclusive of website software such as CMS), operating system exploits as well as those engaged in exploits via social engineering.", + LicenseId = (short)5, + Name = "hpHosts EXP (IPs)", + SyntaxId = (short)9, + ViewUrl = "https://iplists.firehol.org/files/hphosts_exp.ipset" + }, + new + { + Id = (short)1830, + Description = "Sites engaged in malware distribution.", + LicenseId = (short)5, + Name = "hpHosts EMD (IPs)", + SyntaxId = (short)9, + ViewUrl = "https://iplists.firehol.org/files/hphosts_emd.ipset" + }, + new + { + Id = (short)1831, + Description = "This classification is assigned for domains being used for advert or tracking purposes.", + LicenseId = (short)5, + Name = "hpHosts ATS (IPs)", + SyntaxId = (short)9, + ViewUrl = "https://iplists.firehol.org/files/hphosts_ats.ipset" + }, + new + { + Id = (short)1832, + Description = "Pepe the Frog, while beloved by many internet memers, has also become the go-to symbol of many horrendous alt-right movements, culminating in Frenworld and Clown World. If you're worried that people who use him do not have the best intentions, this is how to avoid both him and them.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-Pepe List", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiPepeList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiPepeList.txt" + }, + new + { + Id = (short)1833, + Description = "Dark theme for filterlists.com for uBO & AdGuard", + EmailAddress = "hawkeye116477@gmail.com", + HomeUrl = "https://github.com/hawkeye116477/FilterListsDarkMode", + IssuesUrl = "https://github.com/hawkeye116477/FilterListsDarkMode/issues", + LicenseId = (short)8, + Name = "FilterLists Dark Mode", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/hawkeye116477/FilterListsDarkMode/master/DarkFilterLists.txt" + }, + new + { + Id = (short)1834, + Description = "A filter list for those annoying \"Subscribe to our push notifications\" popups.", + DonateUrl = "https://ko-fi.com/caffeinewriter", + HomeUrl = "https://github.com/caffeinewriter/DontPushMe", + IssuesUrl = "https://github.com/caffeinewriter/DontPushMe/issues", + LicenseId = (short)11, + Name = "Don't Push Me", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/caffeinewriter/DontPushMe/master/filterlist.txt" + }, + new + { + Id = (short)1835, + Description = "List containing auto-translated site clones of StackOverflow and other services.", + HomeUrl = "https://github.com/Nebula-Mechanica/Anti-AutoTranslation-List", + IssuesUrl = "https://github.com/Nebula-Mechanica/Anti-AutoTranslation-List/issues", + LicenseId = (short)11, + Name = "Anti-AutoTranslation-List", + PublishedDate = new DateTime(2019, 8, 29, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/Nebula-Mechanica/Anti-AutoTranslation-List/master/anti-autotranslation-list.txt", + ViewUrlMirror1 = "https://gitcdn.xyz/repo/Nebula-Mechanica/Anti-AutoTranslation-List/master/anti-autotranslation-list.txt", + ViewUrlMirror2 = "https://rawcdn.githack.com/Nebula-Mechanica/Anti-AutoTranslation-List/master/anti-autotranslation-list.txt" + }, + new + { + Id = (short)1836, + Description = "A blocklist of ads, trackers, malware, and IP grabbers", + DescriptionSourceUrl = "https://github.com/Cybo1927/Hosts", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = (short)11, + Name = "Cybo's Hosts", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Hosts" + }, + new + { + Id = (short)1838, + Description = "A blocklist of ads, trackers, malware, and IP grabbers", + DescriptionSourceUrl = "https://github.com/Cybo1927/Hosts", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = (short)11, + Name = "Cybo's Anti Social", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti%20Social" + }, + new + { + Id = (short)1839, + Description = "A blocklist of ads, trackers, malware, and IP grabbers", + DescriptionSourceUrl = "https://github.com/Cybo1927/Hosts", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = (short)11, + Name = "Cybo's Anti Verizon", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti%20Verizon" + }, + new + { + Id = (short)1840, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for AdGuard Home)", + PublishedDate = new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + UpdatedDate = new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersAdGuardHome.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersAdGuardHome.txt" + }, + new + { + Id = (short)1841, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for Pi-hole)", + PublishedDate = new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)30, + UpdatedDate = new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersPiHole.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersPiHole.txt" + }, + new + { + Id = (short)1842, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for Shadowsocks)", + PublishedDate = new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)29, + UpdatedDate = new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersSocks5.list", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersSocks5.list" + }, + new + { + Id = (short)1843, + Description = "Ad Filter list for uBlock Origin.", + HomeUrl = "https://github.com/secretsnow/Ad-Filters/", + LicenseId = (short)28, + Name = "secretsnow-adfilters", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/secretsnow/Ad-Filters/master/Ad%20Filters.txt" + }, + new + { + Id = (short)1844, + Description = "A simple program made for blocking ads that appear in the MoTD of any Source game (or any other game that also has Pinion, MOTDgd, Unikrn and VPPGamingNetwork appear elsewhere).", + HomeUrl = "https://github.com/some-username-here1/motd-adblock/", + LicenseId = (short)4, + Name = "motd-adblock", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/some-username-here1/motd-adblock/master/motd-adblock" + }, + new + { + Id = (short)1845, + HomeUrl = "https://github.com/T4Tea/ADPMobileFilter/", + LicenseId = (short)5, + Name = "ADP Mobile Filter", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/T4Tea/ADPMobileFilter/master/ADPMobileFilter.txt" + }, + new + { + Id = (short)1846, + Description = "Blocking ads and trackers on various macedonian websites.", + HomeUrl = "https://github.com/RandomAdversary/Macedonian-adBlock-Filters", + LicenseId = (short)2, + Name = "Macedonian adBlock Filters", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/RandomAdversary/Macedonian-adBlock-Filters/master/Filters" + }, + new + { + Id = (short)1847, + Description = "nothingblock blocks unnecessary element to have 'nothing more to take away'.", + HomeUrl = "https://github.com/dorjmi/nothingblock", + LicenseId = (short)33, + Name = "nothingblock filter", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/dorjmi/nothingblock/master/filter.txt" + }, + new + { + Id = (short)1848, + Description = "Additional Filters for browser extension based adblockers like uBlock Origin, mainly for Chinese mainland internet service, respectively for privacy, advertisement and interruption elements. Including some obvious trackers which could be found&confirmed by novices in network development easily, and should been listed&blocked YEARS ago.", + HomeUrl = "https://github.com/Crystal-RainSlide/AdditionalFiltersCN", + LicenseId = (short)5, + Name = "AdditionalFiltersCN", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/Crystal-RainSlide/AdditionalFiltersCN/master/CN.txt" + }, + new + { + Id = (short)1849, + Description = "Automatic ABP rules.", + HomeUrl = "https://github.com/jiayiming/jCleanList/", + LicenseId = (short)2, + Name = "jCleanList", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/jiayiming/jCleanList/master/jCleanList_all.txt" + }, + new + { + Id = (short)1850, + Description = "This site specializes in custom filtering rules to supplement official rules and enhance the effectiveness of web ad blocking.", + HomeUrl = "https://n2o.io/p/quarklist/", + LicenseId = (short)2, + Name = "QuarkList", + SyntaxId = (short)3, + ViewUrl = "https://n2o.io/p/quarklist/dist/quarklist.txt" + }, + new + { + Id = (short)1852, + Description = "A filter for uBO that aims to remove regional Thai ads, tracking, scams and badware.", + HomeUrl = "https://github.com/adblock-thai/thai-ads-filter", + LicenseId = (short)2, + Name = "Thai Ads Filters", + SyntaxId = (short)4, + ViewUrl = "https://adblock-thai.github.io/thai-ads-filter/subscription.txt" + }, + new + { + Id = (short)1853, + Description = "A filter that aims to remove annoyances and unnecessary bloat.", + HomeUrl = "https://github.com/adblock-thai/thai-ads-filter", + LicenseId = (short)2, + Name = "Thai Annoyance Filters", + SyntaxId = (short)4, + ViewUrl = "https://adblock-thai.github.io/thai-ads-filter/annoyance.txt" + }, + new + { + Id = (short)1854, + Description = "Custom Ad Filters. Can be used in uBlock Origin.", + HomeUrl = "https://github.com/masterinspire/Master-AdRules", + LicenseId = (short)13, + Name = "Master Inspire", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/masterinspire/Master-AdRules/master/Master-AdRules.txt" + }, + new + { + Id = (short)1856, + Description = "This is an Adblock Plus filter list that removes all comment sections from homepages.", + HomeUrl = "https://github.com/lutoma/nocomments", + LicenseId = (short)5, + Name = "nocomments", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/lutoma/nocomments/master/abp.txt" + }, + new + { + Id = (short)1857, + Description = "This is a filter to complement 280blocker by finding advertisements that are not blocked by 280blocker.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kakuchou-filter", + LicenseId = (short)20, + Name = "Nanj Kakuchou Filter - Supplement Rules", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/nanj-adguard2/nanj-kakuchou-filter/master/supplement-rules.txt" + }, + new + { + Id = (short)1858, + Description = "DNS rule filters to strengthen ad blocking.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kakuchou-filter", + LicenseId = (short)20, + Name = "Nanj Kakuchou Filter - DNS Rules", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/nanj-adguard2/nanj-kakuchou-filter/master/DNS-rules.txt" + }, + new + { + Id = (short)1859, + Description = "This is a filter that eradicates what 280blocker will not support in the future.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kakuchou-filter", + LicenseId = (short)20, + Name = "Nanj Kakuchou Filter - Paranoid Rules", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/nanj-adguard2/nanj-kakuchou-filter/master/paranoid-rules.txt" + }, + new + { + Id = (short)1860, + Description = "This is a filter to fix bugs in AdGuard for Android when using Japanese websites / Japanese apps / 280blocker.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kaishuu-filter", + LicenseId = (short)20, + Name = "Nanj Kaishuu Filter", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/nanj-adguard2/nanj-kaishuu-filter/master/nanj-kaishuu-filter.txt" + }, + new + { + Id = (short)1861, + Description = "This is a filter to fix bugs in AdGuard for Android when using Japanese websites / Japanese apps / 280blocker.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kaishuu-filter", + LicenseId = (short)20, + Name = "Nanj Kaishuu DNS Filter", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/nanj-adguard2/nanj-kaishuu-filter/master/nanj-kaishuu-dns-filter.txt" + }, + new + { + Id = (short)1862, + Description = "This is a filter to fix bugs in AdGuard for Android when using Japanese websites / Japanese apps / 280blocker.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kaishuu-filter", + LicenseId = (short)1, + Name = "280blocker + Nanj Kakuchou", + SyntaxId = (short)3, + ViewUrl = "https://280blocker.net/files/280blocker_adblock_nanj.txt" + }, + new + { + Id = (short)1863, + Description = "This is a filter to fix bugs in AdGuard for Android when using Japanese websites / Japanese apps / 280blocker.", + HomeUrl = "https://github.com/nanj-adguard2/nanj-kaishuu-filter", + LicenseId = (short)1, + Name = "280blocker + Nanj Kakuchou - Supplement Rules", + SyntaxId = (short)3, + ViewUrl = "https://280blocker.net/files/280blocker_adblock_nanj_supp.txt" + }, + new + { + Id = (short)1864, + Description = "This is a quick list of Ad-blocking filters for Sri Lankan web sites. Use this to complement Easylist filters.", + HomeUrl = "https://github.com/Ayesh/Adblock-Sinhala/", + LicenseId = (short)8, + Name = "Adblock Sinhala", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/Ayesh/Adblock-Sinhala/master/filters.txt" + }, + new + { + Id = (short)1865, + HomeUrl = "https://github.com/zonprox/adblock/", + LicenseId = (short)5, + Name = "ABPVN Advanced", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/zonprox/adblock/master/abpvnplus.txt" + }, + new + { + Id = (short)1866, + Description = "A combined list of all the Ad Domains.", + DonateUrl = "https://www.patreon.com/laniksj/overview", + HomeUrl = "https://github.com/LanikSJ/ubo-filters", + LicenseId = (short)4, + Name = "Ad Domains Filter List", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/LanikSJ/ubo-filters/master/filters/combined-filters.txt" + }, + new + { + Id = (short)1867, + Description = "This is just my List of sites I frequently visit.", + DonateUrl = "https://www.patreon.com/laniksj/overview", + HomeUrl = "https://github.com/LanikSJ/ubo-filters", + LicenseId = (short)4, + Name = "Lanik's uBO Filter List", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/LanikSJ/ubo-filters/master/filters/ubo-filters.txt" + }, + new + { + Id = (short)1868, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = (short)4, + Name = "BlockConvert (Adblockers)", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/adblock.txt" + }, + new + { + Id = (short)1869, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = (short)4, + Name = "BlockConvert (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/hosts.txt" + }, + new + { + Id = (short)1870, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = (short)4, + Name = "BlockConvert (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/domains.txt" + }, + new + { + Id = (short)1871, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = (short)4, + Name = "BlockConvert (IPs)", + SyntaxId = (short)9, + ViewUrl = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/ip_blocklist.txt" + }, + new + { + Id = (short)1872, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = (short)4, + Name = "BlockConvert (RPZ)", + SyntaxId = (short)25, + ViewUrl = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/domains.rpz" + }, + new + { + Id = (short)1873, + Description = "Malware, advert and tracking blacklist", + HomeUrl = "https://github.com/mkb2091/blockconvert", + LicenseId = (short)4, + Name = "BlockConvert (Whitelist domains)", + SyntaxId = (short)50, + ViewUrl = "https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/whitelist_domains.txt" + }, + new + { + Id = (short)1876, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (RPZ)", + PublishedDate = new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)25, + UpdatedDate = new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersRPZ.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersRPZ.txt" + }, + new + { + Id = (short)1877, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (Unbound)", + PublishedDate = new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)24, + UpdatedDate = new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersUnbound.conf", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersUnbound.conf" + }, + new + { + Id = (short)1878, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO users should use the regular version instead. Note: This list does not actually block any mining-related stuff.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (for MinerBlock)", + PublishedDate = new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)13, + UpdatedDate = new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersForMinerBlock.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersForMinerBlock.txt" + }, + new + { + Id = (short)1879, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (Domains)", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 10, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-domains.txt", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-domains.txt", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-domains.txt" + }, + new + { + Id = (short)1880, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (Online Domains)", + SyntaxId = (short)2, + UpdatedDate = new DateTime(2019, 10, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-domains-online.txt", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-domains-online.txt", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-domains-online.txt" + }, + new + { + Id = (short)1881, + HomeUrl = "https://github.com/angelics/pfbng", + IssuesUrl = "https://github.com/angelics/pfbng/issues", + LicenseId = (short)5, + Name = "pfbng Ads", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/angelics/pfbng/master/ads/ads-domain-list.txt" + }, + new + { + Id = (short)1882, + HomeUrl = "https://github.com/blocktastic/pihole", + IssuesUrl = "https://github.com/blocktastic/pihole/issues", + LicenseId = (short)5, + Name = "Blocktastic Pi-Hole Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocktastic/pihole/master/blocktastic.txt" + }, + new + { + Id = (short)1886, + Description = "This is a Pi-hole list to block unwanted domains that serve ads on Macedonian websites.", + HomeUrl = "https://github.com/cchevy/macedonian-pi-hole-blocklist", + IssuesUrl = "https://github.com/cchevy/macedonian-pi-hole-blocklist/issues", + LicenseId = (short)5, + Name = "Macedonian Pi-hole Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/cchevy/macedonian-pi-hole-blocklist/master/hosts.txt" + }, + new + { + Id = (short)1887, + Description = "This is a list of hosts I have found to be used for ads, malware, etc.", + HomeUrl = "https://github.com/chrisjudk/hosts", + IssuesUrl = "https://github.com/chrisjudk/hosts/issues", + LicenseId = (short)2, + Name = "chrisjudk Hosts", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/chrisjudk/hosts/master/hosts" + }, + new + { + Id = (short)1888, + HomeUrl = "https://github.com/DavidTai780/AdGuard-Home-Private-Rules", + IssuesUrl = "https://github.com/DavidTai780/AdGuard-Home-Private-Rules/issues", + LicenseId = (short)5, + Name = "Custom Hosts Domain Filter for AdGuard", + SyntaxId = (short)47, + ViewUrl = "https://agh.lite.dcod.ml/hosts.php" + }, + new + { + Id = (short)1890, + HomeUrl = "https://github.com/deletescape/noads", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = (short)35, + Name = "noads.online Switzerland specific filters", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/deletescape/noads/master/lists/add-switzerland.txt" + }, + new + { + Id = (short)1891, + HomeUrl = "https://github.com/deletescape/noads", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = (short)35, + Name = "noads.online anti scumware list", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/deletescape/noads/master/lists/fo-scumware.txt" + }, + new + { + Id = (short)1892, + HomeUrl = "https://github.com/deletescape/noads", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = (short)35, + Name = "noads.online AdGuard Home Megalist", + SyntaxId = (short)47, + ViewUrl = "https://lists.noads.online/lists/compilation.txt" + }, + new + { + Id = (short)1893, + HomeUrl = "https://github.com/deletescape/noads", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = (short)35, + Name = "noads.online whitelist", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/deletescape/noads/master/lists/unbreak.txt" + }, + new + { + Id = (short)1894, + Description = "This is the \"SAFE LIST\" tested to not break legitimate functionality for commonly used software", + HomeUrl = "https://github.com/dex4k/dex4kblocklist", + IsDeleted = true, + IssuesUrl = "https://github.com/dex4k/dex4kblocklist/issues", + LicenseId = (short)5, + Name = "dex4k Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/dex4k/dex4kblocklist/master/dex4kblocklist.txt" + }, + new + { + Id = (short)1895, + Description = "This is a secondary blocklist created as, although I believe the blocking to be legitimate, blocking these domains can break popular apps", + HomeUrl = "https://github.com/dex4k/dex4kblocklist", + IsDeleted = true, + IssuesUrl = "https://github.com/dex4k/dex4kblocklist/issues", + LicenseId = (short)5, + Name = "dex4k Blocklist Extras", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/dex4k/dex4kblocklist/master/dex4kblocklistextras.txt" + }, + new + { + Id = (short)1896, + Description = "Blocks ads and trackers, and anything inbetween.", + HomeUrl = "https://github.com/DRSDavidSoft/additional-hosts", + IssuesUrl = "https://github.com/DRSDavidSoft/additional-hosts/issues", + LicenseId = (short)2, + Name = "Additional Hosts - Adservers and Trackers", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/DRSDavidSoft/additional-hosts/master/domains/blacklist/adservers-and-trackers.txt" + }, + new + { + Id = (short)1897, + Description = "Blocks various scams and popups when visiting Iranian websites. E.g. fake Download buttons, Pop-unders, etc", + HomeUrl = "https://github.com/DRSDavidSoft/additional-hosts", + IssuesUrl = "https://github.com/DRSDavidSoft/additional-hosts/issues", + LicenseId = (short)2, + Name = "Additional Hosts - Unwanted Iranian", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/DRSDavidSoft/additional-hosts/master/domains/blacklist/unwanted-iranian.txt" + }, + new + { + Id = (short)1898, + Description = "For use in a tool like Pi-hole. Covers manually spotted trackers, marketing bullshit and other nuisances. May be considered a bit aggressive — but not too much. Shouldn't break any sites.", + HomeUrl = "https://github.com/herrbischoff/trackers", + IssuesUrl = "https://github.com/herrbischoff/trackers/issues", + LicenseId = (short)11, + Name = "Manually Spotted Trackers and Other Nuisances", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/herrbischoff/trackers/master/trackers.txt" + }, + new + { + Id = (short)1899, + HomeUrl = "https://github.com/javabean/dnsmasq-antispy", + IssuesUrl = "https://github.com/javabean/dnsmasq-antispy/issues", + LicenseId = (short)5, + Name = "Ghostery Bugs (dnsmasq)", + SyntaxId = (short)20, + ViewUrl = "https://raw.githubusercontent.com/javabean/dnsmasq-antispy/master/dnsmasq.ghostery_bugs.conf" + }, + new + { + Id = (short)1900, + HomeUrl = "https://github.com/javabean/dnsmasq-antispy", + IssuesUrl = "https://github.com/javabean/dnsmasq-antispy/issues", + LicenseId = (short)5, + Name = "ZZ Extra Servers Manual", + SyntaxId = (short)20, + ViewUrl = "https://raw.githubusercontent.com/javabean/dnsmasq-antispy/master/dnsmasq.zz-extra-servers-manual.conf" + }, + new + { + Id = (short)1901, + Description = "This is a uBO compilation list for those who've grown very tired of how online cartoon fans and communities generally agree on sharing the same opinions on which shows to either praise as the second coming of Winston Churchill, or hate so much as to send death threats to the creators of them. If you like actually good cartoons (e.g. the comedic, preschool, and/or European ones), here's a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Cartoon Hipster' List", + SyntaxId = (short)21, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiCartoonHipsterList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiCartoonHipsterList.txt" + }, + new + { + Id = (short)1902, + Description = "These are my own additional annoying domains. For use with StevenBlack, may break randomly.", + HomeUrl = "https://github.com/meinhimmel/hosts", + IssuesUrl = "https://github.com/meinhimmel/hosts/issues", + LicenseId = (short)2, + Name = "meinhimmel Hosts", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/meinhimmel/hosts/master/hosts" + }, + new + { + Id = (short)1903, + Description = "Custom blocklist to include in the main list.", + HomeUrl = "https://github.com/mhhakim/pihole-blocklist", + IssuesUrl = "https://github.com/mhhakim/pihole-blocklist/issues", + LicenseId = (short)5, + Name = "mhhakim Pihole Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/mhhakim/pihole-blocklist/master/custom-blocklist.txt" + }, + new + { + Id = (short)1904, + HomeUrl = "https://github.com/Phentora/AdguardPersonalList", + IssuesUrl = "https://github.com/Phentora/AdguardPersonalList/issues", + LicenseId = (short)5, + Name = "Adguard Personal List", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/Phentora/AdguardPersonalList/master/blocklist.txt" + }, + new + { + Id = (short)1906, + Description = "A public hosts file for blocking known ads, trackers, and malware domains across the internet.", + HomeUrl = "https://github.com/Rhys-H/hosts-list", + IssuesUrl = "https://github.com/Rhys-H/hosts-list/issues", + LicenseId = (short)5, + Name = "Rhys-H Hosts-List", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/Rhys-H/hosts-list/master/HostsList.txt" + }, + new + { + Id = (short)1907, + Description = "BlackList of domains hosting advertisements & other nasty purposes.", + HomeUrl = "https://github.com/smed79/blacklist", + IssuesUrl = "https://github.com/smed79/blacklist/issues", + LicenseId = (short)6, + Name = "smed79 BlackList", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/smed79/blacklist/master/hosts.txt" + }, + new + { + Id = (short)1908, + Description = "Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists.", + HomeUrl = "https://github.com/stamparm/maltrail", + IssuesUrl = "https://github.com/stamparm/maltrail/issues", + LicenseId = (short)2, + Name = "Maltrail - Potentially Unwanted Applications", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/stamparm/maltrail/master/trails/static/suspicious/pua.txt" + }, + new + { + Id = (short)1909, + HomeUrl = "https://github.com/svetlyobg/svet-custom-domains", + IssuesUrl = "https://github.com/svetlyobg/svet-custom-domains/issues", + LicenseId = (short)5, + Name = "Svet Custom Domains", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/svetlyobg/svet-custom-domains/master/ads-domains" + }, + new + { + Id = (short)1910, + HomeUrl = "https://github.com/svetlyobg/svet-custom-domains", + IssuesUrl = "https://github.com/svetlyobg/svet-custom-domains/issues", + LicenseId = (short)5, + Name = "Svet Custom Domains (IPs)", + SyntaxId = (short)9, + ViewUrl = "https://raw.githubusercontent.com/svetlyobg/svet-custom-domains/master/ads-IPs" + }, + new + { + Id = (short)1911, + Description = "Cycle-jerk antivirus/ad sites", + HomeUrl = "https://github.com/tomzuu/blacklist-named", + IssuesUrl = "https://github.com/tomzuu/blacklist-named/issues", + LicenseId = (short)5, + Name = "Blacklist Named - Ads", + SyntaxId = (short)26, + ViewUrl = "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/ad.sites.conf" + }, + new + { + Id = (short)1912, + Description = "Speaks for itself", + HomeUrl = "https://github.com/tomzuu/blacklist-named", + IssuesUrl = "https://github.com/tomzuu/blacklist-named/issues", + LicenseId = (short)5, + Name = "Blacklist Named - Phishing", + SyntaxId = (short)26, + ViewUrl = "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/phishing.sites.conf" + }, + new + { + Id = (short)1913, + Description = "Pushy crappy service advertisers that just won't let it go", + HomeUrl = "https://github.com/tomzuu/blacklist-named", + IssuesUrl = "https://github.com/tomzuu/blacklist-named/issues", + LicenseId = (short)5, + Name = "Blacklist Named - Pushing", + SyntaxId = (short)26, + ViewUrl = "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/pushing.sites.conf" + }, + new + { + Id = (short)1914, + Description = "List below is all domains I've captured that Samsung Smart TVs use to do anything other than watch YouTtube, Netflix, and Google Play. Block all of them for total privacy and no ads. Note the comments.", + HomeUrl = "https://github.com/UnbendableStraw/samsungnosnooping", + IssuesUrl = "https://github.com/UnbendableStraw/samsungnosnooping/issues", + LicenseId = (short)5, + Name = "Samsung No Snooping", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/UnbendableStraw/samsungnosnooping/master/README.md" + }, + new + { + Id = (short)1915, + HomeUrl = "https://github.com/unchartedsky/adguard-kr", + IssuesUrl = "https://github.com/unchartedsky/adguard-kr/issues", + LicenseId = (short)5, + Name = "AdGuard KR", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/unchartedsky/adguard-kr/master/adguard-kr.txt" + }, + new + { + Id = (short)1916, + Description = "Custom block list annoying ads, trackers, scam sites etc. for Pi-hole (DNS Blocking)", + HomeUrl = "https://github.com/xlimit91/xlimit91-block-list", + IssuesUrl = "https://github.com/xlimit91/xlimit91-block-list/issues", + LicenseId = (short)5, + Name = "xlimit91 Block List for Pi-Hole", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/xlimit91/xlimit91-block-list/master/blacklist.txt" + }, + new + { + Id = (short)1917, + Description = "Custom block list annoying ads, trackers, scam sites etc. for Pi-hole (DNS Blocking)", + HomeUrl = "https://github.com/xlimit91/xlimit91-block-list", + IssuesUrl = "https://github.com/xlimit91/xlimit91-block-list/issues", + LicenseId = (short)5, + Name = "xlimit91 Block List for Pi-Hole (Regex)", + SyntaxId = (short)30, + ViewUrl = "https://raw.githubusercontent.com/xlimit91/xlimit91-block-list/master/regex.list" + }, + new + { + Id = (short)1918, + HomeUrl = "https://github.com/ZYX2019/host-block-list", + IssuesUrl = "https://github.com/ZYX2019/host-block-list/issues", + LicenseId = (short)5, + Name = "ZYX2019 Host Block List", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/ZYX2019/host-block-list/master/Custom.txt" + }, + new + { + Id = (short)1919, + Description = "Blocklist for Ad Redirects", + HomeUrl = "https://github.com/zznidar/BAR", + IssuesUrl = "https://github.com/zznidar/BAR/issues", + LicenseId = (short)4, + Name = "BAR-List (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/zznidar/BAR/master/BAR-list" + }, + new + { + Id = (short)1920, + Description = "Blocklist for Ad Redirects", + HomeUrl = "https://github.com/zznidar/BAR", + IssuesUrl = "https://github.com/zznidar/BAR/issues", + LicenseId = (short)4, + Name = "BAR-List (URLs)", + SyntaxId = (short)8, + ViewUrl = "https://raw.githubusercontent.com/zznidar/BAR/master/URLs_full" + }, + new + { + Id = (short)1921, + Description = "Ads and tracking hosts I have seen around the Internet. Some are rare. Some are popular.", + HomeUrl = "https://infinitytec.github.io/blocklists/blocklists.html", + IssuesUrl = "https://github.com/infinitytec/blocklists/issues", + LicenseId = (short)2, + Name = "infinitytec's blocklists - Ads and Trackers", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/infinitytec/blocklists/master/ads-and-trackers.txt" + }, + new + { + Id = (short)1922, + Description = "Because they don't deserve your traffic.", + HomeUrl = "https://infinitytec.github.io/blocklists/blocklists.html", + IssuesUrl = "https://github.com/infinitytec/blocklists/issues", + LicenseId = (short)2, + Name = "infinitytec's blocklists - Scams and Phishing", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/infinitytec/blocklists/master/scams-and-phishing.txt" + }, + new + { + Id = (short)1923, + HomeUrl = "https://github.com/chimbori/lite-apps", + IssuesUrl = "https://github.com/chimbori/lite-apps/issues", + LicenseId = (short)5, + Name = "Lite App Manifests - Coin Miners", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Coin%20Miners/UserSuggested.txt" + }, + new + { + Id = (short)1924, + HomeUrl = "https://github.com/chimbori/lite-apps", + IssuesUrl = "https://github.com/chimbori/lite-apps/issues", + LicenseId = (short)5, + Name = "Lite App Manifests - Paid Content Links", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Adware%20and%20Malware/PaidContentLinks.txt" + }, + new + { + Id = (short)1925, + HomeUrl = "https://github.com/chimbori/lite-apps", + IssuesUrl = "https://github.com/chimbori/lite-apps/issues", + LicenseId = (short)5, + Name = "Lite App Manifests - User Suggested Adware and Malware", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Adware%20and%20Malware/UserSuggested.txt" + }, + new + { + Id = (short)1926, + HomeUrl = "https://github.com/jackrabbit335/UsefulLinuxShellScripts", + IssuesUrl = "https://github.com/jackrabbit335/UsefulLinuxShellScripts/issues", + LicenseId = (short)4, + Name = "Useful Linux Shell Scripts - Blacklist", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/jackrabbit335/UsefulLinuxShellScripts/master/Hosts%20%26%20sourcelist/blacklist.txt" + }, + new + { + Id = (short)1927, + Description = "My custom blocklists for pihole", + HomeUrl = "https://github.com/Th3M3/blocklists", + IssuesUrl = "https://github.com/Th3M3/blocklists/issues", + LicenseId = (short)5, + Name = "Th3M3 Blocklists - Malware", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/Th3M3/blocklists/master/malware.list" + }, + new + { + Id = (short)1928, + Description = "My custom blocklists for pihole", + HomeUrl = "https://github.com/Th3M3/blocklists", + IssuesUrl = "https://github.com/Th3M3/blocklists/issues", + LicenseId = (short)5, + Name = "Th3M3 Blocklists - Tracking & Ads", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/Th3M3/blocklists/master/tracking%26ads.list" + }, + new + { + Id = (short)1929, + Description = "I have a pretty long resumé when it comes to translating programs, apps, and websites; but what could be done with websites that don't accept uncommisioned translations or even any translations at all? The solution is of course to create an ungodly nightmare of a CSS style list for uBO and AdGuard, that uses a meticulously surrealistic CSS workaround to replace parts of existing site objects with new objects!", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Norwegian Fan Translations for Untranslatable Websites", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianFanTranslations.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianFanTranslations.txt" + }, + new + { + Id = (short)1930, + Description = "Much like there's now lists for AdGuard Home and Pi-hole to block ads on smart-TVs, here's an attempt from me at doing the same for videogame consoles with AdGuard Home. Enjoy.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Game Console Adblock List", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GameConsoleAdblockList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/GameConsoleAdblockList.txt" + }, + new + { + Id = (short)1931, + Description = "We all hate advertising banners on pages when surfing the web, A proxy such as Squid can used to block these without the need to install any additional software on end users systems. This saves bandwidth as well as protects your privacy from tracking site etc.", + HomeUrl = "https://www.thedumbterminal.co.uk/services/squidblockedsites.html", + LicenseId = (short)5, + Name = "The Dumb Terminal's Squid blocked sites", + SyntaxId = (short)2, + ViewUrl = "http://www.thedumbterminal.co.uk/files/services/squidblockedsites/blocked.txt" + }, + new + { + Id = (short)1932, + LicenseId = (short)5, + Name = "Windscribe Clickbait", + SyntaxId = (short)2, + ViewUrl = "https://assets.windscribe.com/custom_blocklists/clickbait.txt" + }, + new + { + Id = (short)1933, + Description = "This repository is www.mypdns.org self maintained list of domains that needs to be blocked for various reasons.", + HomeUrl = "https://gitlab.com/my-privacy-dns/matrix/matrix/", + LicenseId = (short)43, + Name = "My Privacy DNS Matrix - Adware", + SyntaxId = (short)2, + ViewUrl = "https://gitlab.com/dns-firewall/dns/matrix/matrix/raw/master/source/adware/domains.list" + }, + new + { + Id = (short)1934, + Description = "This repository is www.mypdns.org self maintained list of domains that needs to be blocked for various reasons.", + HomeUrl = "https://gitlab.com/my-privacy-dns/matrix/matrix/", + LicenseId = (short)43, + Name = "My Privacy DNS Matrix - Tracking", + SyntaxId = (short)2, + ViewUrl = "https://gitlab.com/dns-firewall/dns/matrix/matrix/raw/master/source/tracking/domains.list" + }, + new + { + Id = (short)1935, + Description = "The list contains domains (FQDN) collected over the last seven days by the web application. From any of these domains has been downloaded and analyzed a suspicious binary file.", + HomeUrl = "https://infosec.cert-pa.it/", + LicenseId = (short)5, + Name = "CERT-PA Domains", + SyntaxId = (short)2, + ViewUrl = "https://infosec.cert-pa.it/analyze/listdomains.txt" + }, + new + { + Id = (short)1936, + HomeUrl = "https://hashdd.com/", + LicenseId = (short)5, + Name = "VXVault (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://lists.hashdd.com/hashdd/vxvault-urllist/hosts" + }, + new + { + Id = (short)1937, + Description = "Fake online shops and a lot of other things are collected here.", + LicenseId = (short)5, + Name = "fakeinet.com Scam, Fakes and frauds of Internet URL list", + SyntaxId = (short)1, + ViewUrl = "https://pastebin.com/raw/UP3s7pEB" + }, + new + { + Id = (short)1938, + HomeUrl = "https://github.com/YanFung/Ads/", + LicenseId = (short)5, + Name = "Mobile Ads", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/YanFung/Ads/master/Mobile.txt" + }, + new + { + Id = (short)1939, + LicenseId = (short)14, + Name = "Anti-PopAds (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/yhonay/antipopads/master/hosts" + }, + new + { + Id = (short)1940, + HomeUrl = "https://andnixsh.com/", + LicenseId = (short)5, + Name = "Andnixsh's Hosts", + SyntaxId = (short)1, + ViewUrl = "https://repo.andnixsh.com/adblocker/hosts" + }, + new + { + Id = (short)1941, + HomeUrl = "https://github.com/huanz/surge-hosts", + IssuesUrl = "https://github.com/huanz/surge-hosts/issues", + LicenseId = (short)5, + Name = "NoOnMe's List for Surge", + SyntaxId = (short)29, + ViewUrl = "https://raw.githubusercontent.com/huanz/surge-hosts/master/surge.conf" + }, + new + { + Id = (short)1942, + LicenseId = (short)19, + Name = "B Tasker (Unbound)", + SyntaxId = (short)24, + ViewUrl = "https://www.bentasker.co.uk/adblock/autolist.txt" + }, + new + { + Id = (short)1943, + LicenseId = (short)19, + Name = "B Tasker (Adblockers)", + SyntaxId = (short)28, + ViewUrl = "https://www.bentasker.co.uk/adblock/adblock_compiled.txt" + }, + new + { + Id = (short)1944, + HomeUrl = "https://www.bentasker.co.uk/adblock/", + LicenseId = (short)19, + Name = "B Tasker (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://www.bentasker.co.uk/adblock/blockeddomains.txt" + }, + new + { + Id = (short)1945, + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist/", + LicenseId = (short)2, + Name = "PiHole Blocklist SmartTV (Regex extension)", + SyntaxId = (short)30, + ViewUrl = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/regex.list" + }, + new + { + Id = (short)1946, + Description = "The one and only rule set applied by AnonymousPoster is this on blockrules.txt in complementary to EasyList.", + HomeUrl = "https://gitlab.com/AnonymousPoster/ublockorigin-rules", + LicenseId = (short)40, + Name = "AnonymousPoster – Andblock Rules", + SyntaxId = (short)3, + ViewUrl = "https://anonymousposter.gitlab.io/ublockorigin-rules/blockrules.txt" + }, + new + { + Id = (short)1947, + Description = "Personal rules for URLRedirector.", + HomeUrl = "https://github.com/ivysrono/URLRedirectorRules/", + LicenseId = (short)5, + Name = "Ivysrono's URLRedirector Rules", + SyntaxId = (short)31, + ViewUrl = "https://raw.githubusercontent.com/ivysrono/URLRedirectorRules/master/Directly.json" + }, + new + { + Id = (short)1948, + LicenseId = (short)2, + Name = "Fengyc's URLRedirector Rules", + SyntaxId = (short)31, + ViewUrl = "https://raw.githubusercontent.com/fengyc/URLRedirector/master/tools/rules.json" + }, + new + { + Id = (short)1949, + LicenseId = (short)2, + Name = "Fengyc's URLRedirector Rules - Geekzu", + SyntaxId = (short)31, + ViewUrl = "https://raw.githubusercontent.com/fengyc/URLRedirector/master/tools/rules_geekzu.json" + }, + new + { + Id = (short)1950, + Description = "Block advertisements.", + DonateUrl = "https://www.patreon.com/blocklist", + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/adservers/", + LicenseId = (short)40, + Name = "Peter Lowe's List (RPZ)", + PolicyUrl = "https://pgl.yoyo.org/as/policy.php", + SyntaxId = (short)25, + UpdatedDate = new DateTime(2019, 4, 5, 21, 32, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=rpz&showintro=1&mimetype=plaintext" + }, + new + { + Id = (short)1951, + Description = "This is a list of unusually strange and/or presumed hostile IP addresses that thought it'd be a good idea to port scan or otherwise mistreat my publicly accessible AdGuard Home server, without having anything even close to a good reason for doing so.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Disallowed Clients for AdGuard Home in Particular", + SyntaxId = (short)32, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AdGuardHomeDisallowedIPs.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AdGuardHomeDisallowedIPs.txt" + }, + new + { + Id = (short)1952, + Description = "Twitter is a place full of distractions, strange things, and people you'd want to stay 200km away from at all times. If you wish to focus strictly on the 2% of Twitter that is actually any good nowadays, here's a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Twitter: Pure Reading Experience", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/TwitterPureReadingExperience.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/TwitterPureReadingExperience.txt" + }, + new + { + Id = (short)1953, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Complete (Adblockers)", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/adblock.txt" + }, + new + { + Id = (short)1954, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Mini (Adblockers)", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/mini/adblock.txt" + }, + new + { + Id = (short)1955, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Pro (Adblockers)", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/adblock.txt" + }, + new + { + Id = (short)1956, + Description = "A blocklist to protect users against untrustworthy retail sites.", + DescriptionSourceUrl = "https://github.com/durablenapkin/scamblocklist", + HomeUrl = "https://github.com/durablenapkin/scamblocklist", + IssuesUrl = "https://github.com/durablenapkin/scamblocklist/issues", + LicenseId = (short)2, + Name = "Scam Blocklist", + PublishedDate = new DateTime(2019, 10, 30, 17, 27, 37, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/durablenapkin/scamblocklist/issues/new/choose", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2019, 11, 1, 5, 32, 39, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/durablenapkin/scamblocklist/master/hosts.txt" + }, + new + { + Id = (short)1957, + Description = "A list of filters for use with the various Kiss sites.", + HomeUrl = "https://github.com/Yumire/kiss-filters/", + LicenseId = (short)5, + Name = "Kiss Filters", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Yumire/kiss-filters/master/filters.txt" + }, + new + { + Id = (short)1958, + Description = "Filters to fix common issues with 9Anime and block malicious code", + HomeUrl = "https://gitlab.com/Sorrow-San/9anime-adblock-filters/", + LicenseId = (short)5, + Name = "9Anime Filter-list: No Banner Ads", + SyntaxId = (short)4, + ViewUrl = "https://gitlab.com/Sorrow-San/9anime-adblock-filters/raw/master/9Anime%20filter%20list" + }, + new + { + Id = (short)1959, + Description = "A hosts file to connect to the third-party DS/Wii online servers hosted by RiiConnect24 and Wiimmfi. Can be used for Nintendo DS games and WiiConnect24. Unfortunately doesn't work for Wii games.", + HomeUrl = "https://github.com/RiiConnect24/DNS-Server/", + LicenseId = (short)5, + Name = "RiiConnect24/Wiimmfi List for Users of AdGuard Home and Pi-Hole", + SyntaxId = (short)14, + ViewUrl = "https://raw.githubusercontent.com/RiiConnect24/DNS-Server/master/dns_zones-hosts.txt" + }, + new + { + Id = (short)1960, + Description = "Darklist.de is an IP blacklist that uses multiple sensors to identify network attacks (e.g. SSH brute force) and spam incidents. All reports are evaluated and in case of too many incidents the responsible IP holder is informed to solve the problem. After reporting an incident as solved the IP is removed from the blacklist.", + HomeUrl = "https://www.darklist.de/", + LicenseId = (short)5, + Name = "DarklistDE IP Blacklist", + SyntaxId = (short)32, + ViewUrl = "https://www.darklist.de/raw.php" + }, + new + { + Id = (short)1961, + HomeUrl = "https://github.com/xorcan/hosts/", + LicenseId = (short)4, + Name = "xorcan Türk element-ad-list (Turkish)", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/xorcan/hosts/master/xelement.txt" + }, + new + { + Id = (short)1962, + HomeUrl = "https://github.com/xorcan/hosts/", + LicenseId = (short)4, + Name = "xorcan Türk harmful ip-list (Turkish)", + SyntaxId = (short)9, + ViewUrl = "https://raw.githubusercontent.com/xorcan/hosts/master/xips.txt" + }, + new + { + Id = (short)1963, + Description = "Filters to fix common issues with 9Anime and block malicious code", + HomeUrl = "https://gitlab.com/Sorrow-San/9anime-adblock-filters/", + LicenseId = (short)5, + Name = "9Anime Filter-list: Banners Allowed", + SyntaxId = (short)4, + ViewUrl = "https://gitlab.com/Sorrow-San/9anime-adblock-filters/raw/master_with_banners/9Anime%20filter%20list" + }, + new + { + Id = (short)1964, + Description = "Adventure Time is a very popular cartoon made by completely inexperienced art students who disregard young viewers and insert it full of adult morals and completely nonsensical plotlines instead. This list is how to get an arm's length away from it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Adventure Time' List", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAdventureTimeList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAdventureTimeList.txt" + }, + new + { + Id = (short)1965, + Description = "Do you feel unfairly targeted by relatively non-threatening pastes on «Have I Been Pwned»? Perhaps you once used your E-mail address in the actual goddamn E-mail field on 4chan 7 years ago, or you're part of a large E-mail-based DnD group? Or maybe for any other reason? In that case, this list will make Have I Been Pwned largely ignore any paste results for your E-mail address(es).", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Have I Been Pwned Paste Remover", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/HaveIBeenPwnedPasteRemover.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/HaveIBeenPwnedPasteRemover.txt" + }, + new + { + Id = (short)1966, + Description = "PornHub is a site full of distractions and things that you are quite literally not into. If you wish to focus on the things there that you really are into, you can use this list.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "PornHub: Pure Trail Mix Experience", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/PornHubPureTrailMixExperience.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/PornHubPureTrailMixExperience.txt" + }, + new + { + Id = (short)1967, + Description = "This is a list to remove the kinds of ads that very few well-established international adblocker lists would want to remove, due to many of them not meeting those lists' strict criteria of what an ad actually is. So that's where this list comes into play.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Ad Removal List for Unusual Ads", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AdRemovalListForUnusualAds.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AdRemovalListForUnusualAds.txt" + }, + new + { + Id = (short)1968, + Description = "Blocks empty leftover boxes.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#annoyances-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Annoyances Filter - Remains Only", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/AdguardTeam/AdguardFilters/master/AnnoyancesFilter/sections/remains.txt" + }, + new + { + Id = (short)1969, + Description = "Rules for blocking push notifications.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#annoyances-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Annoyances Filter - Push Notifications Only", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/AdguardTeam/AdguardFilters/master/AnnoyancesFilter/sections/push-notifications.txt" + }, + new + { + Id = (short)1970, + Description = "Banners of mobile apps for the sites.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#annoyances-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Annoyances Filter - Mobile App Only", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/AdguardTeam/AdguardFilters/master/AnnoyancesFilter/sections/mobile-app.txt" + }, + new + { + Id = (short)1971, + Description = "These rules are against all kinds of ad blocking reinjection/circumvention scripts, which does not affect the functioning of site", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#annoyances-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Annoyances Filter - Anti-Adblock Only", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/AdguardTeam/AdguardFilters/master/AnnoyancesFilter/sections/antiadblock.txt" + }, + new + { + Id = (short)1972, + Description = "This was made as a proof-of-concept to see if the IP-based entries of major adblock lists, could be used to create an IP adblocker list for IP blockers, despite how IP lists are normally only meant to block malware, E-mail spam, or port scanners.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "IP Entries from Adblock Lists", + SyntaxId = (short)32, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AdGuard%20Home%20Compilation%20List/AdGuardHomeCompilationListIPs.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AdGuard%20Home%20Compilation%20List/AdGuardHomeCompilationListIPs.txt" + }, + new + { + Id = (short)1973, + Description = "As someone who lives in Norway, which is not an Amazon core country, I became increasingly annoyed at how they hid away shipping fees from me, and even more annoyed when they barred third-party sellers from shipping abroad. Thus I deleted my Amazon account in protest, and to this day I refuse to make a new one.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-Amazon List for Twitch (Domains version)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other%20domains%20versions/AntiAmazonListForTwitchDomains.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/AntiAmazonListForTwitchDomains.txt" + }, + new + { + Id = (short)1974, + Description = "As someone who lives in Norway, which is not an Amazon core country, I became increasingly annoyed at how they hid away shipping fees from me, and even more annoyed when they barred third-party sellers from shipping abroad. Thus I deleted my Amazon account in protest, and to this day I refuse to make a new one.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-Amazon List for Twitch («Hosts» version)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other%20domains%20versions/AntiAmazonListForTwitchHosts.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/AntiAmazonListForTwitchHosts.txt" + }, + new + { + Id = (short)1975, + Description = "Do you feel that Friendship is Magic overstayed its welcome? Here's a list that'll let you keep more of a distance to it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-FіМ list (Domains version)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other%20domains%20versions/AntiF%25D1%2596%25D0%259C%2520ListDomains.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/AntiF%25D1%2596%25D0%259C%2520ListDomains.txt" + }, + new + { + Id = (short)1976, + Description = "A lot of trashy \"reviewers\" and \"forums\" seem to have an extremely unhealthy fascination with trashing the same few cartoons over and over for no reason other than group pressure, making a lot of the internet a pretty unhealthy place to discuss and research cartoons on. Here's how to get away from such places.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Hivemind cartoon trashing' List", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiHivemindCartoonTrashingList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiHivemindCartoonTrashingList.txt" + }, + new + { + Id = (short)1977, + Description = "A lot of trashy \"reviewers\" and \"forums\" seem to have an extremely unhealthy fascination with trashing the same few cartoons over and over for no reason other than group pressure, making a lot of the internet a pretty unhealthy place to discuss and research cartoons on. Here's how to get away from such places.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Hivemind cartoon trashing' List (Domains version)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other%20domains%20versions/AntiHivemindCartoonTrashingListDomains.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/AntiHivemindCartoonTrashingListDomains.txt" + }, + new + { + Id = (short)1978, + Description = "Steven Universe is a cartoon about a Mary Sue boy tagging along with racist xenophobic aliens to fight other racist xenophobic aliens for no good reason, all of whom are also bad parental figures. Here's a list to get a breather break from it.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Steven Universe' List (Domains version)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other%20domains%20versions/AntiStevenUniverseListDomains.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/AntiStevenUniverseListDomains.txt" + }, + new + { + Id = (short)1979, + Description = "Are you tired of being nagged on by websites, that say \"Log in to read more\"? With this list, you'll be much less nagged on from now own.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Browse websites without logging in (for AdGuard Home)", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other%20domains%20versions/BrowseWebsitesWithoutLoggingInAGH.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/BrowseWebsitesWithoutLoggingInAGH.txt" + }, + new + { + Id = (short)1980, + Description = "Are you tired of being nagged on by websites, that say \"Log in to read more\"? With this list, you'll be much less nagged on from now own.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Browse websites without logging in (Domains version)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other%20domains%20versions/BrowseWebsitesWithoutLoggingInDomains.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/BrowseWebsitesWithoutLoggingInDomains.txt" + }, + new + { + Id = (short)1981, + Description = "Do you like to browse casually through different Wikia wikis, but are tired of FANDOM promotions, promotions for movies that you don't care about, and narrow article bodies? Then this list will save your day.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Wikia: Pure Browsing Experience (Domains version)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other%20domains%20versions/WikiaPureBrowsingExperienceDomains.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/WikiaPureBrowsingExperienceDomains.txt" + }, + new + { + Id = (short)1983, + Description = "On the internet, quite a lot of erotic art seems to have been made for people with zero self-confidence whatsoever. And for highly inexplicable reasons, a lot of online netizens seem to deeply crave to become the subjects of (or imposing) slavery, abuse, imprisonment, blatant rape, mauling, squishing, critical infections, death, and brutal death, among other things. If you are a sufficiently functional sentient being that you become physically sick from such notions (which you have all rights to get sick for), this list is how to lift yourself above such things.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Overly submissive erotica' List", + SyntaxId = (short)21, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiSubmissiveEroticaList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiSubmissiveEroticaList.txt" + }, + new + { + Id = (short)1984, + Description = "Imgur is an image uploading site that tries far, far too hard to be a meme site. Here's a list that will revert it back to being an image uploading site again.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Imgur: Pure Imagery Experience", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/ImgurPureImageryExperience.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/ImgurPureImageryExperience.txt" + }, + new + { + Id = (short)1985, + Description = "AdGuard's official DNS server to remove ads and trackers. Believed to be using \"AdGuard DNS Filter\". Links that didn't fit in the Subscribe button URL texts, include 176.103.130.131 — 2a00:5a60::ad1:0ff — 2a00:5a60::ad2:0ff", + EmailAddress = "support@adguard.com", + HomeUrl = "https://adguard.com/adguard-dns/overview.html", + LicenseId = (short)5, + Name = "AdGuard DNS — Standard", + SyntaxId = (short)22, + ViewUrl = "https://dns.adguard.com/dns-query", + ViewUrlMirror1 = "tls://dns.adguard.com", + ViewUrlMirror2 = "176.103.130.130" + }, + new + { + Id = (short)1986, + Description = "AdGuard's official DNS server to remove ads, trackers, and porn. Believed to be using \"AdGuard DNS Filter\", as well as AdGuard's Safe Search and anti-porn serverside lookups. Links that didn't fit in the Subscribe button URL texts, include 176.103.130.134 — 2a00:5a60::bad1:0ff — 2a00:5a60::bad2:0ff", + EmailAddress = "support@adguard.com", + HomeUrl = "https://adguard.com/adguard-dns/overview.html", + LicenseId = (short)5, + Name = "AdGuard DNS — Family Protection", + SyntaxId = (short)22, + ViewUrl = "https://dns-family.adguard.com/dns-query", + ViewUrlMirror1 = "tls://dns-family.adguard.com", + ViewUrlMirror2 = "176.103.130.132" + }, + new + { + Id = (short)1987, + Description = "Twitch is a platform to stream videogames, everyday life, and advertisements disguised as gaming expos. But at least from a traditional standpoint, many Twitch userbase in-jokes have taken forms that would've been considered racist in many other settings, including emotes that are used to accuse black people of being terrorists, women of being whiny, or businessmen game characters of being Jewish. If you wish for a more squeaky-clean experience that simply considers humans to be humans, here's a list for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Say No to Racism on Twitch", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/SayNoToRacismOnTwitch.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/SayNoToRacismOnTwitch.txt" + }, + new + { + Id = (short)1988, + Description = "This list aims to restore MeWe to its late 2017 state, before public post sharing and the «Pages» function eroded its carefree walled gardens.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "MeWe Happy Time Fun Club", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/MeWeHappyTimeFunClub.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/MeWeHappyTimeFunClub.txt" + }, + new + { + Id = (short)1989, + Description = "Are you desperate to get some quality time with your brother or dad, who is so much into Pokémon GO that they play it to this day while hacking around from the couch? Here's how to get that quality time back… unless they just switch to 4G instead, in which case you're screwed. May also work against 'Harry Potter: Wizards Unite' and 'Ingress Prime'", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Pokémon No-GO Zone", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Pok%C3%A9monNoGOZone.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Pok%C3%A9monNoGOZone.txt" + }, + new + { + Id = (short)1990, + Description = "Are you tired of having to scroll so much on websites, or you want to keep your eyes on more text and content at once? If so, this list will help you a little extra bit with that.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Empty Padding Remover", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/EmptyPaddingRemover.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/EmptyPaddingRemover.txt" + }, + new + { + Id = (short)1991, + Description = "The font situation on many Japanese websites is kind-of absolutely atrocious. They use super-stiff janky fonts resemblant of Windows 95 or Amiga. And even worse, many of the sites also default to the stiff Japanese fonts' atrocious Latin letter types. Here's how to use the sites in a way that is compatible with the 3rd decade of the 21st century.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Japanese Text Softener", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/JapaneseTextSoftener.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/JapaneseTextSoftener.txt" + }, + new + { + Id = (short)1992, + LicenseId = (short)2, + Name = "Prigent Sects", + SyntaxId = (short)2, + ViewUrl = "https://dsi.ut-capitole.fr/blacklists/download/sect.tar.gz" + }, + new + { + Id = (short)1993, + LicenseId = (short)2, + Name = "Prigent Astrology", + SyntaxId = (short)2, + ViewUrl = "https://dsi.ut-capitole.fr/blacklists/download/astrology.tar.gz" + }, + new + { + Id = (short)1994, + LicenseId = (short)2, + Name = "Prigent Shorteners", + SyntaxId = (short)2, + ViewUrl = "https://dsi.ut-capitole.fr/blacklists/download/shortener.tar.gz" + }, + new + { + Id = (short)1995, + LicenseId = (short)2, + Name = "Prigent Gambling", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/assets/mirror/ut1-gambling.txt" + }, + new + { + Id = (short)1996, + Description = "This is used to block all .g00. and .g01. crap that domains like msn.com and sportingnews.com use to obfuscate loaded/loading resources", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = (short)11, + Name = "Cybo's Anti-g00", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti%20g00" + }, + new + { + Id = (short)1997, + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = (short)11, + Name = "Cybo's Anti Third Party HTTP", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti%20Third-Party%20HTTP" + }, + new + { + Id = (short)1998, + Description = "Block maps, location analytics, and GPS services", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = (short)11, + Name = "Cybo's Anti Location Tracking", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Anti/Anti%20Location%20Tracking" + }, + new + { + Id = (short)2000, + Description = "Use this file to prevent your computer from connecting to selected internet hosts. This is an easy and effective way to protect you from many types of spyware, reduces bandwidth use, blocks certain pop-up traps, prevents user tracking by way of \"web bugs\" embedded in spam, provides partial protection to IE from certain web-based exploits and blocks most advertising you would otherwise be subjected to on the internet.", + DescriptionSourceUrl = "https://someonewhocares.org/hosts/", + EmailAddress = "hosts@someonewhocares.org", + HomeUrl = "https://someonewhocares.org/hosts/", + LicenseId = (short)32, + Name = "Dan Pollock's Hosts (IPv4 + IPv6)", + SyntaxId = (short)35, + ViewUrl = "https://someonewhocares.org/hosts/ipv6/hosts" + }, + new + { + Id = (short)2001, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Complete (dnsmasq)", + SyntaxId = (short)20, + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/dnsmasq.conf" + }, + new + { + Id = (short)2002, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Mini (dnsmasq)", + SyntaxId = (short)20, + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/mini/dnsmasq.conf" + }, + new + { + Id = (short)2003, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Pro (dnsmasq)", + SyntaxId = (short)20, + ViewUrl = "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/dnsmasq.conf" + }, + new + { + Id = (short)2004, + Description = "This is believed to be the world's oldest adblock list to still be hosted at its original domain, having last been updated in August 2003 and has rejected submissions ever since.", + HomeUrl = "http://www.accs-net.com/hosts/get_hosts.html", + LicenseId = (short)5, + Name = "Gorilla Studio Hosts Project", + SyntaxId = (short)1, + UpdatedDate = new DateTime(2003, 8, 31, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "http://www.accs-net.com/hosts/Downloads/hosts127001.zip" + }, + new + { + Id = (short)2005, + LicenseId = (short)2, + Name = "Prigent Cryptojacking", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/assets/mirror/ut1-cryptojacking.txt" + }, + new + { + Id = (short)2006, + LicenseId = (short)2, + Name = "Prigent Adult", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/assets/mirror/ut1-adult.txt" + }, + new + { + Id = (short)2007, + LicenseId = (short)2, + Name = "Prigent Social Networks", + SyntaxId = (short)2, + ViewUrl = "https://block.energized.pro/assets/mirror/ut1-social-networks.txt" + }, + new + { + Id = (short)2008, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Ads", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/ads.txt" + }, + new + { + Id = (short)2009, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Crypto", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/crypto.txt" + }, + new + { + Id = (short)2010, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Ransomware", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/ransomware.txt" + }, + new + { + Id = (short)2011, + HomeUrl = "https://blocklist.site/piracy", + LicenseId = (short)5, + Name = "Block List Project: Piracy", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/piracy.txt" + }, + new + { + Id = (short)2012, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Tracking", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/tracking.txt" + }, + new + { + Id = (short)2013, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Scams", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/scam.txt" + }, + new + { + Id = (short)2014, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Gambling", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/gambling.txt" + }, + new + { + Id = (short)2015, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Phishing", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/phishing.txt" + }, + new + { + Id = (short)2016, + HomeUrl = "https://blocklist.site/", + IsDeleted = true, + LicenseId = (short)5, + Name = "Block List Project: Spam", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/spam.txt" + }, + new + { + Id = (short)2017, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Porn", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/porn.txt" + }, + new + { + Id = (short)2018, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Redirect", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/redirect.txt" + }, + new + { + Id = (short)2022, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + DescriptionSourceUrl = "http://ipverse.net/", + HomeUrl = "http://ipverse.net/", + LicenseId = (short)5, + Name = "IPverse IP address block lists - PR-China IPv4", + SyntaxId = (short)34, + ViewUrl = "http://ipverse.net/ipblocks/data/countries/cn.zone" + }, + new + { + Id = (short)2023, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + DescriptionSourceUrl = "http://ipverse.net/", + HomeUrl = "http://ipverse.net/", + LicenseId = (short)5, + Name = "IPverse IP address block lists - Russia IPv4", + SyntaxId = (short)34, + ViewUrl = "http://ipverse.net/ipblocks/data/countries/ru.zone" + }, + new + { + Id = (short)2024, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + DescriptionSourceUrl = "http://ipverse.net/", + HomeUrl = "http://ipverse.net/", + LicenseId = (short)5, + Name = "IPverse IP address block lists - Ukraine IPv4", + SyntaxId = (short)34, + ViewUrl = "http://ipverse.net/ipblocks/data/countries/ua.zone" + }, + new + { + Id = (short)2025, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + DescriptionSourceUrl = "http://ipverse.net/", + HomeUrl = "http://ipverse.net/", + LicenseId = (short)5, + Name = "IPverse IP address block lists - Romania IPv4", + SyntaxId = (short)34, + ViewUrl = "http://ipverse.net/ipblocks/data/countries/ro.zone" + }, + new + { + Id = (short)2026, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = (short)2, + Name = "hBlock Hosts Domains", + SyntaxId = (short)2, + ViewUrl = "https://hblock.molinero.dev/hosts_domains.txt" + }, + new + { + Id = (short)2027, + HomeUrl = "https://hblock.molinero.dev/", + LicenseId = (short)2, + Name = "hBlock Hosts Adblockers", + SyntaxId = (short)47, + ViewUrl = "https://hblock.molinero.dev/hosts_adblock.txt" + }, + new + { + Id = (short)2028, + HomeUrl = "https://blocklist.site/", + LicenseId = (short)5, + Name = "Block List Project: Malware", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/blocklistproject/Lists/master/malware.txt" + }, + new + { + Id = (short)2029, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + DescriptionSourceUrl = "http://ipverse.net/", + HomeUrl = "http://ipverse.net/", + LicenseId = (short)5, + Name = "IPverse IP address block lists - PR-China IPv6", + SyntaxId = (short)41, + ViewUrl = "http://ipverse.net/ipblocks/data/countries/cn-ipv6.zone" + }, + new + { + Id = (short)2030, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + DescriptionSourceUrl = "http://ipverse.net/", + HomeUrl = "http://ipverse.net/", + LicenseId = (short)5, + Name = "IPverse IP address block lists - Russia IPv6", + SyntaxId = (short)41, + ViewUrl = "http://ipverse.net/ipblocks/data/countries/ru-ipv6.zone" + }, + new + { + Id = (short)2031, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + DescriptionSourceUrl = "http://ipverse.net/", + HomeUrl = "http://ipverse.net/", + LicenseId = (short)5, + Name = "IPverse IP address block lists - Ukraine IPv6", + SyntaxId = (short)41, + ViewUrl = "http://ipverse.net/ipblocks/data/countries/ua-ipv6.zone" + }, + new + { + Id = (short)2032, + Description = "The address block lists are aggregated by country. What this means is that if for instance IP address blocks 192.168.0.100/24 and 192.168.0.101/24 are allocated/assigned to the same country, we will merge them into a single 192.168.0.100/23. That's why our lists may appear smaller in size when compared to other IP address block lists when in fact they are just highly optimized to not waste memory in your router.", + DescriptionSourceUrl = "http://ipverse.net/", + HomeUrl = "http://ipverse.net/", + LicenseId = (short)5, + Name = "IPverse IP address block lists - Romania IPv6", + SyntaxId = (short)41, + ViewUrl = "http://ipverse.net/ipblocks/data/countries/ro-ipv6.zone" + }, + new + { + Id = (short)2033, + IsDeleted = true, + LicenseId = (short)5, + Name = "Blockzilla (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://block.energized.pro/assets/sources/filter/blockzilla.txt" + }, + new + { + Id = (short)2034, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "Fanboy Notifications Blocking List", + SyntaxId = (short)3, + ViewUrl = "https://easylist-downloads.adblockplus.org/fanboy-notifications.txt" + }, + new + { + Id = (short)2035, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "Fanboy Notifications Blocking List (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/fanboy-notifications.tpl" + }, + new + { + Id = (short)2036, + Description = "Blocks ads, fake sites, shock sites, malware hosts and trackers. This hostfile's aim is not to break any useful websites.", + HomeUrl = "https://github.com/notracking/hosts-blocklists", + IssuesUrl = "https://github.com/notracking/hosts-blocklists/issues", + LicenseId = (short)9, + Name = "notracking - Adblocker domains", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/adblock/adblock.txt" + }, + new + { + Id = (short)2038, + Description = "Blocklist mainly used for dns servers at dnswarden", + HomeUrl = "https://github.com/dnswarden/blocklist/", + IssuesUrl = "https://github.com/dnswarden/blocklist/issues", + Name = "dnswarden Adblocking (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/dnswarden/blocklist/master/blacklist-formats/hosts" + }, + new + { + Id = (short)2039, + Description = "Blocklist mainly used for dns servers at dnswarden", + HomeUrl = "https://github.com/dnswarden/blocklist/", + IssuesUrl = "https://github.com/dnswarden/blocklist/issues", + Name = "dnswarden Adblocking (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/dnswarden/blocklist/master/blacklist-formats/hostnames" + }, + new + { + Id = (short)2040, + Description = "Blocklist mainly used for dns servers at dnswarden", + HomeUrl = "https://github.com/dnswarden/blocklist/", + IssuesUrl = "https://github.com/dnswarden/blocklist/issues", + Name = "dnswarden Adblocking (RPZ)", + SyntaxId = (short)25, + ViewUrl = "https://raw.githubusercontent.com/dnswarden/blocklist/master/blacklist-formats/rpz" + }, + new + { + Id = (short)2041, + Description = "This is a slimmer version of \"Dandelion Sprout's Nordic Filters\", intended for users of software tools that doesn't support adblocker syntaxes. It chiefly targets scams and malware on Norwegian or Danish sites, as well as some advert and tracking servers.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Nordic Filters for Tidier Websites (IPv6 «Hosts»)", + SyntaxId = (short)36, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersHostsIPv6.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersHostsIPv6.txt" + }, + new + { + Id = (short)2042, + Description = "A filter that blocks the thumbnails of users that upload junk or stuff in the wrong categories.", + HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IsDeleted = true, + IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", + LicenseId = (short)4, + Name = "deviantJUNKfilter", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/deviantJUNKfilter.txt", + ViewUrlMirror1 = "https://repo.or.cz/Adblock-list-backups-Frellwits-filter-lists.git/blob_plain/refs/heads/master:/deviantJUNKfilter.txt" + }, + new + { + Id = (short)2043, + Description = "anti-AD is currently the highest-hitcount-filtering ad list in Chinese, which achieves accurate ad blocking and privacy protection. Now supports AdGuard Home, dnsmasq, Surge, Pi-Hole and other excellent network tools.", + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/anti-AD/issues", + LicenseId = (short)2, + Name = "anti-AD (Adblockers)", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-easylist.txt", + ViewUrlMirror1 = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-easylist.txt", + ViewUrlMirror2 = "https://anti-ad.net/easylist.txt" + }, + new + { + Id = (short)2044, + Description = "anti-AD is currently the highest-hitcount-filtering ad list in Chinese, which achieves accurate ad blocking and privacy protection. Now supports AdGuard Home, dnsmasq, Surge, Pi-Hole and other excellent network tools.", + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/anti-AD/issues", + LicenseId = (short)2, + Name = "anti-AD (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-domains.txt", + ViewUrlMirror1 = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-domains.txt", + ViewUrlMirror2 = "https://anti-ad.net/domains.txt" + }, + new + { + Id = (short)2045, + Description = "anti-AD is currently the highest-hitcount-filtering ad list in Chinese, which achieves accurate ad blocking and privacy protection. Now supports AdGuard Home, dnsmasq, Surge, Pi-Hole and other excellent network tools.", + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/anti-AD/issues", + LicenseId = (short)2, + Name = "anti-AD (dnsmasq)", + SyntaxId = (short)20, + ViewUrl = "https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/adblock-for-dnsmasq.conf", + ViewUrlMirror1 = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/adblock-for-dnsmasq.conf", + ViewUrlMirror2 = "https://anti-ad.net/anti-ad-for-dnsmasq.conf" + }, + new + { + Id = (short)2046, + Description = "anti-AD is currently the highest-hitcount-filtering ad list in Chinese, which achieves accurate ad blocking and privacy protection. Now supports AdGuard Home, dnsmasq, Surge, Pi-Hole and other excellent network tools.", + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/anti-AD/issues", + LicenseId = (short)2, + Name = "anti-AD (Surge)", + SyntaxId = (short)29, + ViewUrl = "https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-surge.txt", + ViewUrlMirror1 = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-surge.txt", + ViewUrlMirror2 = "https://anti-ad.net/surge.txt" + }, + new + { + Id = (short)2047, + Description = "SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repository onto a new testing box and have access to every type of list that may be needed.", + DonateUrl = "https://github.com/sponsors/danielmiessler", + HomeUrl = "https://github.com/danielmiessler/SecLists/", + IssuesUrl = "https://github.com/danielmiessler/SecLists/issues", + LicenseId = (short)2, + Name = "SecLists - Common Router IPs", + SyntaxId = (short)9, + ViewUrl = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Infrastructure/common-router-ips.txt" + }, + new + { + Id = (short)2048, + Description = "SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repository onto a new testing box and have access to every type of list that may be needed.", + DonateUrl = "https://github.com/sponsors/danielmiessler", + HomeUrl = "https://github.com/danielmiessler/SecLists/", + IssuesUrl = "https://github.com/danielmiessler/SecLists/issues", + LicenseId = (short)2, + Name = "SecLists - Kaspersky-discovered Careto Domains", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/IOCs/kaspersky-careto-domains.txt" + }, + new + { + Id = (short)2049, + Description = "SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repository onto a new testing box and have access to every type of list that may be needed.", + DonateUrl = "https://github.com/sponsors/danielmiessler", + HomeUrl = "https://github.com/danielmiessler/SecLists/", + IssuesUrl = "https://github.com/danielmiessler/SecLists/issues", + LicenseId = (short)2, + Name = "SecLists - SecLists - Kaspersky-discovered Careto IPs", + SyntaxId = (short)9, + ViewUrl = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/IOCs/kaspersky-careto-C2.txt" + }, + new + { + Id = (short)2050, + Description = "SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repository onto a new testing box and have access to every type of list that may be needed.", + DonateUrl = "https://github.com/sponsors/danielmiessler", + HomeUrl = "https://github.com/danielmiessler/SecLists/", + IssuesUrl = "https://github.com/danielmiessler/SecLists/issues", + LicenseId = (short)2, + Name = "SecLists - DNS Resolvers", + SyntaxId = (short)9, + ViewUrl = "https://raw.githubusercontent.com/danielmiessler/SecLists/master/Miscellaneous/dns-resolvers.txt" + }, + new + { + Id = (short)2051, + Description = "This list contains every hostname redirecting to a hand-picked list of first-party trackers. It should be safe from false-positives. It also contains all tracking hostnames under company domains, useful for ad blockers that don't support mass regex blocking, while still preventing fallback to third-party trackers. Don't be afraid of the size of the list, as this is due to the nature of first-party trackers: a single tracker generates at least one hostname per client (typically two).", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = (short)2, + Name = "Frogeye - First-party trackers", + SyntaxId = (short)2, + ViewUrl = "https://hostfiles.frogeye.fr/firstparty-trackers.txt" + }, + new + { + Id = (short)2052, + Description = "This list contains every hostname redirecting to a hand-picked list of first-party trackers. It should be safe from false-positives. It also contains all tracking hostnames under company domains, useful for ad blockers that don't support mass regex blocking, while still preventing fallback to third-party trackers. Don't be afraid of the size of the list, as this is due to the nature of first-party trackers: a single tracker generates at least one hostname per client (typically two).", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = (short)2, + Name = "Frogeye - First-party trackers (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://hostfiles.frogeye.fr/firstparty-trackers-hosts.txt" + }, + new + { + Id = (short)2053, + Description = "This is the same list as above, albeit not containing the hostnames under the tracking company domains (e.g. website1.trackercompany.com). This allows for reducing the size of the list for ad-blockers that already block those third-party trackers with their support of regex blocking. Use in conjunction with other block lists used in regex-mode, such as Peter Lowe's", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = (short)2, + Name = "Frogeye - First-party whole trackers", + SyntaxId = (short)2, + ViewUrl = "https://hostfiles.frogeye.fr/firstparty-only-trackers.txt" + }, + new + { + Id = (short)2054, + Description = "This is the same list as above, albeit not containing the hostnames under the tracking company domains (e.g. website1.trackercompany.com). This allows for reducing the size of the list for ad-blockers that already block those third-party trackers with their support of regex blocking. Use in conjunction with other block lists used in regex-mode, such as Peter Lowe's", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = (short)2, + Name = "Frogeye - First-party whole trackers (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://hostfiles.frogeye.fr/firstparty-only-trackers-hosts.txt" + }, + new + { + Id = (short)2055, + Description = "This is the same list as above, albeit not containing the hostnames under the tracking company domains (e.g. website1.trackercompany.com). This allows for reducing the size of the list for ad-blockers that already block those third-party trackers with their support of regex blocking. Use in conjunction with other block lists used in regex-mode, such as the ones in the previous section.", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = (short)2, + Name = "Frogeye - Multi-party whole trackers", + SyntaxId = (short)2, + ViewUrl = "https://hostfiles.frogeye.fr/multiparty-only-trackers.txt" + }, + new + { + Id = (short)2056, + Description = "This is the same list as above, albeit not containing the hostnames under the tracking company domains (e.g. website1.trackercompany.com). This allows for reducing the size of the list for ad-blockers that already block those third-party trackers with their support of regex blocking. Use in conjunction with other block lists used in regex-mode, such as the ones in the previous section.", + HomeUrl = "https://hostfiles.frogeye.fr/", + IssuesUrl = "https://geoffrey.frogeye.fr/", + LicenseId = (short)2, + Name = "Frogeye - Multi-party whole trackers (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://hostfiles.frogeye.fr/multiparty-only-trackers-hosts.txt" + }, + new + { + Id = (short)2057, + Description = "A list of domains used by tracking companies as CNAME destination when disguising third-party trackers as first-party trackers.", + HomeUrl = "https://github.com/nextdns/cname-cloaking-blocklist", + IssuesUrl = "https://github.com/nextdns/cname-cloaking-blocklist", + LicenseId = (short)2, + Name = "NextDNS CNAME Cloaking Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nextdns/cname-cloaking-blocklist/master/domains" + }, + new + { + Id = (short)2058, + Description = "Blocks BitTorrent websites (+ alternative domains & proxies), clients, and DHT bootstrap nodes.", + HomeUrl = "https://github.com/nextdns/bittorrent-blocklist", + IssuesUrl = "https://github.com/nextdns/bittorrent-blocklist/issues", + LicenseId = (short)2, + Name = "NextDNS BitTorrent Website Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/nextdns/piracy-blocklists/master/torrent-websites" + }, + new + { + Id = (short)2059, + HomeUrl = "https://gist.github.com/Marfjeh/97f2f049b41b3f09eabcc04004073ae3", + Name = "Marjeh Torrent Trackers Host", + SyntaxId = (short)1, + ViewUrl = "https://gist.githubusercontent.com/Marfjeh/97f2f049b41b3f09eabcc04004073ae3/raw/58fe3d12c4157b0bda1a2af313809597ea54bb08/torrent-trackers-host" + }, + new + { + Id = (short)2060, + Description = "This is the main hosts file but 0.0.0.0 was replaced with *://*. This was made to help with blocking on archive.org where normal blocking with 0.0.0.0, 127.0.0.1, and || wont get the trackers due to the weird way they use the sites URLs", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = (short)11, + Name = "Cybo's Hosts - Extra Format", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Other%20Formats/Extra%20Format%201" + }, + new + { + Id = (short)2061, + Description = "This List Is Better Than The Other Hosts For DNS Sinkholes And Slow Computers (If Used With An Adblocker)", + HomeUrl = "https://github.com/Cybo1927/Hosts", + IsDeleted = true, + IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", + LicenseId = (short)11, + Name = "Cybo's Simplified Domains", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Other%20Formats/Simplified%20Domains" + }, + new + { + Id = (short)2062, + Description = "Ads and tracking not found on other lists included in this project", + HomeUrl = "https://github.com/deletescape/noads", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = (short)35, + Name = "noads.online additional app specific rules", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/deletescape/noads/master/lists/additional-rules.txt" + }, + new + { + Id = (short)2063, + HomeUrl = "https://nixnet.services/dns/", + LicenseId = (short)2, + Name = "hBlock Hosts Mini", + SyntaxId = (short)1, + ViewUrl = "https://nixnet.services/hosts.txt" + }, + new + { + Id = (short)2064, + HomeUrl = "https://nixnet.services/dns/", + LicenseId = (short)24, + Name = "hBlock Hosts Mini (DNS)", + SyntaxId = (short)22, + ViewUrl = "https://adblock.any.dns.nixnet.xyz/dns-query", + ViewUrlMirror1 = "tls://198.251.90.89:853", + ViewUrlMirror2 = "198.251.90.89" + }, + new + { + Id = (short)2065, + Description = "Filter list for Yahoo.com. This list will remove ads, tracking, beacons, and other annoyances for a better Yahoo experience.", + HomeUrl = "https://github.com/troysjanda/MyBlockLists/", + IssuesUrl = "https://github.com/troysjanda/MyBlockLists/issues", + LicenseId = (short)4, + Name = "Xpi Yahoo Complete Filters", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/troysjanda/MyBlockLists/master/yahoocomplete.txt" + }, + new + { + Id = (short)2067, + Description = "SecureDNS can be used as an Adblocker by using a alternative hostname/address instead. Links that didn't fit in the Subscribe button URL texts, include [2a03:b0c0:0:1010::e9a:3001]:5443", + HomeUrl = "https://securedns.eu/#ads", + Name = "notracking - DNS", + SyntaxId = (short)22, + ViewUrl = "https://ads-doh.securedns.eu/dns-query", + ViewUrlMirror1 = "tls://ads-dot.securedns.eu", + ViewUrlMirror2 = "146.185.167.43:5443" + }, + new + { + Id = (short)2068, + HomeUrl = "https://www.powershellgallery.com/packages/Manage-AdBlocksOnDNSServer/", + IssuesUrl = "https://github.com/hechz/Powershell/issues", + LicenseId = (short)24, + Name = "Peter Lowe's List (PowerShell PKG)", + SyntaxId = (short)44 + }, + new + { + Id = (short)2069, + Description = "Peter Lowe's (as of August 2018) colleague Vladimir Pissarev (who is part of the Security team in his company) mentioned to him that he runs a public DNS server that not only blocks ads and trackers, but also malware and viruses as well.", + HomeUrl = "https://itsecurity.ee/", + Name = "Vladimir Pissarev's DNS Server", + SyntaxId = (short)22, + ViewUrl = "91.239.26.140" + }, + new + { + Id = (short)2070, + Description = "I wanted an easy solution to blocking ads and tracking on all my devices and AdGuard DNS didn’t block quite enough for me, so I decided to run my own AdGuard Home server. Sharing is caring, which is why I’ve decided to make my server available for everyone! Links that didn't fit in the Subscribe button URL texts, include 2a03:b0c0:3:d0::5f18:6001", + HomeUrl = "https://deletescape.ch/dns", + IssuesUrl = "https://github.com/deletescape/noads/issues", + LicenseId = (short)35, + Name = "noads.online AdGuard Home Megalist (DNS)", + SyntaxId = (short)22, + ViewUrl = "https://dns.noads.online/dns-query", + ViewUrlMirror1 = "tls://dns.noads.online:853", + ViewUrlMirror2 = "167.99.241.49" + }, + new + { + Id = (short)2071, + HomeUrl = "https://www.dreamcastlive.net/connection-guide", + Name = "Dreamcast Live", + SyntaxId = (short)22, + ViewUrl = "46.101.91.123" + }, + new + { + Id = (short)2072, + Description = "Blocks: advertising (web and mobile apps), analytics (web and mobile apps), tracking, malware.", + HomeUrl = "https://sebsauvage.net/wiki/doku.php?id=dns-blocklist", + Name = "Sebsauvage Hosts", + SyntaxId = (short)1, + ViewUrl = "https://sebsauvage.net/hosts/hosts" + }, + new + { + Id = (short)2073, + Description = "Blocks: advertising (web and mobile apps), analytics (web and mobile apps), tracking, malware.", + HomeUrl = "https://sebsauvage.net/wiki/doku.php?id=dns-blocklist", + Name = "Sebsauvage Hosts (Adblockers)", + SyntaxId = (short)47, + ViewUrl = "https://sebsauvage.net/hosts/hosts-adguard" + }, + new + { + Id = (short)2074, + Description = "Blocks: advertising (web and mobile apps), analytics (web and mobile apps), tracking, malware.", + HomeUrl = "https://sebsauvage.net/wiki/doku.php?id=dns-blocklist", + Name = "Sebsauvage Hosts (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://sebsauvage.net/hosts/raw" + }, + new + { + Id = (short)2075, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist", + IssuesUrl = "https://github.com/Perflyst/PiHoleBlocklist/issues", + LicenseId = (short)2, + Name = "PiHole Blocklist SmartTV (AdGuard Home)", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV-AGH.txt" + }, + new + { + Id = (short)2076, + Description = "This will remove cookie and privacy warnings.", + DescriptionSourceUrl = "https://fanboy.co.nz/", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + EmailAddress = "easylist@protonmail.com", + ForumUrl = "https://forums.lanik.us/", + HomeUrl = "https://easylist.to/", + IssuesUrl = "https://github.com/easylist/easylist/issues", + LicenseId = (short)16, + Name = "EasyList Cookie List (TPL)", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 11, 15, 11, 56, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylist-cookie.tpl" + }, + new + { + Id = (short)2077, + Description = "A blocklist to protect users against untrustworthy retail sites.", + DescriptionSourceUrl = "https://github.com/durablenapkin/scamblocklist", + HomeUrl = "https://github.com/durablenapkin/scamblocklist", + IssuesUrl = "https://github.com/durablenapkin/scamblocklist/issues", + LicenseId = (short)2, + Name = "Scam Blocklist (Adblockers)", + SubmissionUrl = "https://github.com/durablenapkin/scamblocklist/issues/new/choose", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/durablenapkin/scamblocklist/master/adguard.txt" + }, + new + { + Id = (short)2078, + Description = "Allows advertising on Read the Docs.", + LicenseId = (short)2, + Name = "Read the Docs Advertising Exception List", + SyntaxId = (short)3, + ViewUrl = "https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/readthedocs-ads.txt" + }, + new + { + Id = (short)2079, + Description = "AdGuard Social media filter tends to rely too much on cosmetic filters IMHO. This filter consists of network filters only and complements Social media filter.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "AdGuard Social Media Plus", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/adguard/social-plus.txt" + }, + new + { + Id = (short)2080, + Description = "AdGuard Tracking Protection filter is probably the least false-positive prone anti-tracking list; however, it comes with its own cost of less coverage which this filter aims to complement.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "AdGuard Tracking Protection Plus", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/adguard/tracking-plus.txt" + }, + new + { + Id = (short)2081, + Description = "Inspired by Sable Filter at MeetingLabs, this removes cookie consents. Main focuses are Japanese sites and other high-traffic sites many Japanese people will visit. False-positive prone rules won't be added (e.g. cookielaw.org, uk-cookie-consent plugin).", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Sabre Filters 2", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/sabre-filters2.txt" + }, + new + { + Id = (short)2082, + Description = "This removes blog parts and ranking buttons on Japanese websites.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Yuki's Blog Parts", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/blog-parts.txt" + }, + new + { + Id = (short)2083, + Description = "Removes ranking buttons on adult sites.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Yuki's Blog Parts Adult", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/blog-parts-adult.txt" + }, + new + { + Id = (short)2084, + Description = "This is to counter unnecessary or too generic allowlists which were not addressed or won't be addressed by the maintainer. Only for advanced user as it can cause problems.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Yuki's uBlock Anti-allowlist", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/medium_mode/anti-allowlist.txt" + }, + new + { + Id = (short)2085, + Description = "A whitelist for medium mode of uBlock Origin for English user. The purpose is to help those non-techie, yet security-conscious, people to use the mode. Payment services and mobile sites are out-of-scope. This is not a list I myself use so won't be updated frequently.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Yuki's uBlock Dynamic Rules", + SyntaxId = (short)53, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/medium_mode/dynamic-rules.txt" + }, + new + { + Id = (short)2086, + Description = "WordPress plugins have been security nightmare and are usually implemented in first-party resource that bypasses medium mode. Although it's impossible to block thousands of these plugins without breaking too many sites, blocking those unwanted plugins won't be a bad idea. While popular social and annoyances filters block many of them, they come with tons of unnecessary rules[^1] and also occasionally cause false-positive. For these reasons I've settled down to AdGuard Social media filter which is relatively small in size and rarely breaks pages; however, it only blocks minimal set of the plugins. This list includes 1) rules for the plugins not on the Social media filter or other default filter lists, 2) rules almost equivalent to Noscript's Application Boundaries Enforcer, and 3) a regex rule focused only on the latest survey scam campaign.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Yuki's uBlock Static Rules", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/medium_mode/static-rules.txt" + }, + new + { + Id = (short)2087, + Description = "Blocklist based on articles published by security research groups.", + HomeUrl = "https://github.com/scafroglia93/blocklists/", + IssuesUrl = "https://github.com/scafroglia93/blocklists/issues", + Name = "scafroglia93's Hosts Blocklists", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-main.txt" + }, + new + { + Id = (short)2088, + Description = "It's a mobile version of Yuki2718's uBlock Dynamic Rules.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Yuki's uBlock Dynamic Rules for mobile", + SyntaxId = (short)53, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/medium_mode/dynamic-rules-mob.txt" + }, + new + { + Id = (short)2089, + Description = "Ignore generic cosmetic filters is recommended if you want better performance without sacrificing security or privacy. However, you'll notice ugly layout of many websites once you enabled this option. This filter mitigates this on English sites by removing placeholders left as a result of disabling generic cosmetic filters.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Placeholder Hider with no generic hiding", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/no_gen_cosm/phhider.txt" + }, + new + { + Id = (short)2090, + Description = "It's a mobile version of Placeholder Hider with no generic hiding.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Placeholder Hider with no generic hiding for mobile", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/no_gen_cosm/phhider-mob.txt" + }, + new + { + Id = (short)2091, + Description = "The most comprehensive, block-first, and efficient Japanese list for uBlock Origin that removes ads and analytics on desktop, designed for advanced user.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Yuki's uBlock Japanese filters", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-filters.txt" + }, + new + { + Id = (short)2092, + Description = "This can be added to uBlock Japanese filters for enhanced blocking. Use at your own risk.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Yuki's uBlock Japanese filters - Paranoid", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-paranoid.txt" + }, + new + { + Id = (short)2093, + Description = "Removes share buttons mainly on Japanese sites.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Yuki's uBlock Japanese filters - Social", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-social.txt" + }, + new + { + Id = (short)2094, + Description = "Removes annoyances mainly on Japanese sites.", + HomeUrl = "https://github.com/Yuki2718/adblock", + IssuesUrl = "https://github.com/Yuki2718/adblock/issues", + LicenseId = (short)8, + Name = "Yuki's uBlock Japanese filters - Annoyances", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/jp-annoyances.txt" + }, + new + { + Id = (short)2099, + Description = "Blocks access to phishing, spam, malware and malicious domains. Our database of malicious domains is updated hourly and considered to be one of the best in the industry. Links that didn't fit in the Subscribe button URL texts, include 2a0d:2a00:2::2", + HomeUrl = "https://cleanbrowsing.org/filters#security", + Name = "CleanBrowsing Security Filter", + SyntaxId = (short)22, + ViewUrl = "185.228.168.9", + ViewUrlMirror1 = "185.228.169.9", + ViewUrlMirror2 = "2a0d:2a00:1::2" + }, + new + { + Id = (short)2100, + Description = "This is a minimial blocklist based on the W3Tech annual surveys on most used webtechnology and Cookiebot tracking surveys. In stead of crawling the web analyzing Alexa's TOP 500.000 websites, I looked at the web industry itself, to block the bulk of the mainstream advertising services with the obvious benefit of low maintenance effort (for me) and low performance impact (for your adblocker).", + HomeUrl = "https://github.com/Kees1958/WS3_annual_most_used_survey_blocklist", + IssuesUrl = "https://github.com/Kees1958/WS3_annual_most_used_survey_blocklist/issues", + Name = "Small but effective adblockplus format blocklist based on the (annal) W3tech and Cookiebot surveys - Top 500", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/Kees1958/WS3_annual_most_used_survey_blocklist/master/Top500" + }, + new + { + Id = (short)2101, + HomeUrl = "https://github.com/DavidTai780/AdGuard-Home-Private-Rules", + IssuesUrl = "https://github.com/DavidTai780/AdGuard-Home-Private-Rules/issues", + Name = "Custom Hosts Domain Filter for AdGuard Home", + SyntaxId = (short)46, + ViewUrl = "https://raw.githubusercontent.com/DavidTai780/AdGuard-Home-Private-Rules/master/hosts.txt" + }, + new + { + Id = (short)2102, + Description = "AdGuard's 'Mobile ad filtering supplementary rules', integrates the rules of Qiumiaojingxi and YanFung, and adds some rules for personal use.", + HomeUrl = "https://github.com/loveqqzj/AdGuard", + IssuesUrl = "https://github.com/loveqqzj/AdGuard/issues", + Name = "Mobile ad filtering supplementary rules - 移动广告过滤补充规则", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/loveqqzj/AdGuard/master/Mobile.txt" + }, + new + { + Id = (short)2103, + EmailAddress = "dg@memeware.net", + HomeUrl = "https://github.com/crimsonphobia/etc/", + IssuesUrl = "https://github.com/crimsonphobia/etc/issues", + Name = "Fake Websites and other garbage", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/crimsonphobia/etc/master/ips" + }, + new + { + Id = (short)2104, + HomeUrl = "https://github.com/banbendalao/ADgk", + IssuesUrl = "https://github.com/banbendalao/ADgk/issues", + Name = "ADgk Mobile Advertising Rules - adgk手机去广告规则", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/banbendalao/ADgk/master/ADgk.txt", + ViewUrlMirror1 = "https://cdn.jsdelivr.net/gh/banbendalao/ADgk@latest/ADgk.txt", + ViewUrlMirror2 = "https://banbendalao.coding.net/p/adgk/d/ADgk/git/raw/master/ADgk.txt" + }, + new + { + Id = (short)2105, + Description = "The effect is too powerful, use it with caution.", + DescriptionSourceUrl = "https://gitee.com/banbendalao/adguard/raw/master/kill-baidu-ad.txt", + HomeUrl = "https://github.com/banbendalao/ADgk", + IssuesUrl = "https://github.com/banbendalao/ADgk/issues", + Name = "Baidu Extreme Purification - 百度搜索结果极限净化", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/banbendalao/ADgk/master/kill-baidu-ad.txt", + ViewUrlMirror1 = "https://cdn.jsdelivr.net/gh/banbendalao/ADgk@latest/kill-baidu-ad.txt", + ViewUrlMirror2 = "https://banbendalao.coding.net/p/adgk/d/ADgk/git/raw/master/kill-baidu-ad.txt" + }, + new + { + Id = (short)2106, + HomeUrl = "https://github.com/banbendalao/ADgk", + IssuesUrl = "https://github.com/banbendalao/ADgk/issues", + Name = "ADgk Mobile Advertising Rules (DNS)", + SyntaxId = (short)22, + ViewUrl = "https://dns.adgk.net:4433/dns-query", + ViewUrlMirror1 = "tls://dns.adgk.net", + ViewUrlMirror2 = "47.98.48.196" + }, + new + { + Id = (short)2107, + HomeUrl = "https://ps2online.com/", + Name = "PS2 Online", + SyntaxId = (short)22, + ViewUrl = "45.7.228.197" + }, + new + { + Id = (short)2108, + Name = "OpenSpy PS2 (Untested)", + SyntaxId = (short)22, + ViewUrl = "198.91.86.63" + }, + new + { + Id = (short)2109, + Description = "Contains entries from EasyList China, EasyList Lite, CJX's Annoyances List, and some additional entries of my own.", + HomeUrl = "https://adf.minggo.eu.org", + Name = "halflife's AdFilters", + SyntaxId = (short)3, + ViewUrl = "https://gitee.com/halflife/list/raw/master/ad.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/o0HalfLife0o/list/master/ad.txt" + }, + new + { + Id = (short)2110, + HomeUrl = "https://gitee.com/anye1998/Adguard-List-of-personal-rules", + Name = "anye1998's List of Personal Rules", + SyntaxId = (short)6, + ViewUrl = "https://gitee.com/anye1998/Adguard-List-of-personal-rules/raw/master/List-of-personal-rules.txt" + }, + new + { + Id = (short)2111, + Description = "Supplement for \"EasyList China+EasyList\" & \"EasyPrivacy\" & \"CJX's Annoyance List\". Removes Ads, Anti-adblock, Annoyances, Self-promotion & Privacy Protection on Chinese Websites", + EmailAddress = "cjxlist@gmail.com", + ForumUrl = "https://abpchina.org/forum/forum.php", + HomeUrl = "https://abpchina.org/forum/forum.php?mod=viewthread&tid=29667", + IssuesUrl = "https://github.com/cjx82630/cjxlist/issues", + LicenseId = (short)34, + Name = "CJX's uBlock list", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-ublock.txt", + ViewUrlMirror1 = "https://gitee.com/cjx82630/cjxlist/raw/master/cjx-ublock.txt" + }, + new + { + Id = (short)2112, + Description = "These are websites who still haven't bothered to implement GDPR after ≥2 years, and who still show themselves as unavailable or even quote-unquote \"\"\"caring\"\"\" about European users, and who therefore can be safely assumed to hate your guts on a personal level, especially (but not limited to) if you're European, and the list can very merrily be used in Google Hit Hider by Domain to prevent disappointment when you think you've found an interesting article search result. Let's name and shame these kinds of sites.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "GDPR 451 List of Mostly American Websites Who Hate Europe and Privacy Rights", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GDPR%20451%20List.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/GDPR%20451%20List.txt" + }, + new + { + Id = (short)2113, + Description = "A list that make links to certain websites redirect to the proper .onion pages. For example, clicking on links to nytimes.com would instead lead to nytimes3xbfgragh.onion.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Tor Redirector List (URLRedirector)", + SyntaxId = (short)31, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other%20domains%20versions/TorRedirectorList-URLRedirector.json", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/TorRedirectorList-URLRedirector.json" + }, + new + { + Id = (short)2114, + Description = "Are you tired of having to scroll so much on websites, or you want to keep your eyes on more text and content at once? If so, this list will help you a little extra bit with that.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Media Player Gradient Remover", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/MediaPlayerGradientRemover.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/MediaPlayerGradientRemover.txt" + }, + new + { + Id = (short)2115, + HomeUrl = "https://github.com/mediumkreation/IndianList", + IssuesUrl = "https://github.com/mediumkreation/IndianList/issues", + LicenseId = (short)3, + Name = "IndianList + EasyList", + SyntaxId = (short)3, + ViewUrl = "https://easylist-downloads.adblockplus.org/indianlist+easylist.txt" + }, + new + { + Id = (short)2117, + HomeUrl = "https://github.com/mediumkreation/IndianList", + IssuesUrl = "https://github.com/mediumkreation/IndianList/issues", + LicenseId = (short)3, + Name = "IndianList + EasyList (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/indianlist+easylist.tpl" + }, + new + { + Id = (short)2118, + HomeUrl = "https://easylist.to/", + LicenseId = (short)3, + Name = "KoreanList + EasyList", + SyntaxId = (short)3, + ViewUrl = "https://easylist-downloads.adblockplus.org/koreanlist+easylist.txt" + }, + new + { + Id = (short)2119, + HomeUrl = "https://easylist.to/", + LicenseId = (short)3, + Name = "KoreanList + EasyList (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/koreanlist+easylist.tpl" + }, + new + { + Id = (short)2120, + EmailAddress = "easylist.portuguese@gmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Portuguese + EasyList", + SyntaxId = (short)3, + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistportuguese+easylist.txt" + }, + new + { + Id = (short)2121, + EmailAddress = "easylist.portuguese@gmail.com", + HomeUrl = "https://easylist.to/", + LicenseId = (short)4, + Name = "EasyList Portuguese + EasyList (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistportuguese+easylist.tpl" + }, + new + { + Id = (short)2122, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam.", + DescriptionSourceUrl = "https://abpvn.com", + DonateUrl = "https://abpvn.com/donate/", + EmailAddress = "support@abpvn.com", + HomeUrl = "https://abpvn.com", + LicenseId = (short)4, + Name = "ABPVN List + EasyList", + SyntaxId = (short)3, + ViewUrl = "https://easylist-downloads.adblockplus.org/abpvn+easylist.txt" + }, + new + { + Id = (short)2123, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam.", + DescriptionSourceUrl = "https://abpvn.com", + DonateUrl = "https://abpvn.com/donate/", + EmailAddress = "support@abpvn.com", + HomeUrl = "https://abpvn.com", + LicenseId = (short)4, + Name = "ABPVN List + EasyList (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/abpvn+easylist.tpl" + }, + new + { + Id = (short)2124, + Description = "A list combining ABPindo and EasyList.", + LicenseId = (short)4, + Name = "ABPindo + EasyList (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/abpindo+easylist.tpl" + }, + new + { + Id = (short)2125, + Description = "Filter list designed to fight circumvention ads in Adblock Plus", + DescriptionSourceUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + EmailAddress = "filters+cv@adblockplus.org", + HomeUrl = "https://github.com/abp-filters/abp-filters-anti-cv", + IssuesUrl = "https://github.com/abp-filters/abp-filters-anti-cv/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc", + LicenseId = (short)4, + Name = "ABP Anti-Circumvention Filter List (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.tpl" + }, + new + { + Id = (short)2126, + Description = "Russian-only fork of Fanboy's Annoyance List.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = (short)16, + Name = "RU AdList: BitBlock (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/bitblock.tpl" + }, + new + { + Id = (short)2127, + Description = "Russian-only fork of Fanboy's Annoyance List.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = (short)16, + Name = "RU AdList: BitBlock + Fanboy's Annoyance List", + SyntaxId = (short)3, + ViewUrl = "https://easylist-downloads.adblockplus.org/bitblockext.txt" + }, + new + { + Id = (short)2128, + Description = "Russian-only fork of Fanboy's Annoyance List.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = (short)16, + Name = "RU AdList: BitBlock + Fanboy's Annoyance List (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/bitblockext.tpl" + }, + new + { + Id = (short)2129, + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = (short)12, + Name = "RU AntiPron List", + SyntaxId = (short)3, + ViewUrl = "https://easylist-downloads.adblockplus.org/antinuha.txt" + }, + new + { + Id = (short)2130, + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = (short)12, + Name = "RU AntiPron List (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/antinuha.tpl" + }, + new + { + Id = (short)2131, + Description = "Blocks most popular internet statistics counters on sites serving Russia.", + ForumUrl = "https://forums.lanik.us/viewforum.php?f=102", + HomeUrl = "https://code.google.com/archive/p/ruadlist/", + LicenseId = (short)12, + Name = "RU AdList: Counters (TPL)", + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/cntblock.tpl" + }, + new + { + Id = (short)2132, + Description = "Adblocker list for Korean websites. It will only be occassionally updated, only as a complement to other filters.", + HomeUrl = "https://github.com/hdd1013/AdBlockListSubKr/", + IssuesUrl = "https://github.com/hdd1013/AdBlockListSubKr/issues", + LicenseId = (short)2, + Name = "AdBlockListSubKr", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/hdd1013/AdBlockListSubKr/master/filter.txt" + }, + new + { + Id = (short)2133, + HomeUrl = "https://github.com/dagoll/filters-list/", + IssuesUrl = "https://github.com/dagoll/filters-list/issues", + Name = "Dagoll's Filters List", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/dagoll/filters-list/master/dagoll-filters-list.txt" + }, + new + { + Id = (short)2134, + Description = "Crunchyroll has begun to show ads that are harder AdBlock for detect, and now we have to wait through ad breaks to watch our favorite anime. This filter list is drafted and maintained by Cardinal System and is intended to detect and block these nasty circumvention ads.", + HomeUrl = "https://github.com/TheCardinalSystem/Cruncyroll-Filter-List/", + IssuesUrl = "https://github.com/TheCardinalSystem/Cruncyroll-Filter-List/issues", + Name = "Crunchyroll Anti-Circumvention filters", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/TheCardinalSystem/Cruncyroll-Filter-List/master/english.txt" + }, + new + { + Id = (short)2135, + Description = "AdBlock List for Hungarian Fake News Domains", + HomeUrl = "https://github.com/radokristof/HunFakeNewsAdblockList/", + IssuesUrl = "https://github.com/radokristof/HunFakeNewsAdblockList/issues", + Name = "Hungarian FakeNews Adblock List", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/radokristof/HunFakeNewsAdblockList/master/hosts" + }, + new + { + Id = (short)2136, + HomeUrl = "https://github.com/dagoll/filters-list/", + IssuesUrl = "https://github.com/dagoll/filters-list/issues", + Name = "Dagoll's Filters List (Dynamic)", + SyntaxId = (short)53, + ViewUrl = "https://raw.githubusercontent.com/dagoll/filters-list/master/dynamic-filtering-rules.txt" + }, + new + { + Id = (short)2137, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst/PiHoleBlocklist", + IssuesUrl = "https://github.com/Perflyst/PiHoleBlocklist/issues", + LicenseId = (short)2, + Name = "PiHole Blocklist SmartTV - Amazon Fire TV", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/AmazonFireTV.txt" + }, + new + { + Id = (short)2138, + Description = "A block-list for Romanian news websites that have misleading information or clickbait.", + HomeUrl = "https://github.com/DariusIurca/RFNBL-Romanian-Fake-News-Block-List", + IssuesUrl = "https://github.com/DariusIurca/RFNBL-Romanian-Fake-News-Block-List/issues", + Name = "Romanian Fake-News Block-list (RFNBL)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/DariusIurca/RFNBL-Romanian-Fake-News-Block-List/master/RFNBL.txt" + }, + new + { + Id = (short)2139, + Description = "An Ad-block list that blocks ads hosted on Romanian sites that don't use an ad publisher but instead host their own ads.", + HomeUrl = "https://github.com/DariusIurca/ROADBLK-EXTRA", + IssuesUrl = "https://github.com/DariusIurca/ROADBLK-EXTRA/issues", + LicenseId = (short)4, + Name = "Romanian ad-block extra (ROADBLK-EXTRA)", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/DariusIurca/ROADBLK-EXTRA/master/ROADBLK-EXTRA.txt" + }, + new + { + Id = (short)2140, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Spy (Domains with wildcards)", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)16, + UpdatedDate = new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/dnscrypt/spy.txt" + }, + new + { + Id = (short)2141, + Description = "Blocks Windows updates.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Update (Domains with wildcards)", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)16, + UpdatedDate = new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/dnscrypt/update.txt" + }, + new + { + Id = (short)2142, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Extra (Domains with wildcards)", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)16, + UpdatedDate = new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/dnscrypt/extra.txt" + }, + new + { + Id = (short)2143, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Spy (dnsmasq)", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/spy/dnsmasq.conf" + }, + new + { + Id = (short)2144, + Description = "Blocks Windows updates.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Update (dnsmasq)", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/update/dnsmasq.conf" + }, + new + { + Id = (short)2145, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Extra (dnsmasq)", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)20, + UpdatedDate = new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/extra/dnsmasq.conf" + }, + new + { + Id = (short)2146, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Spy (IPs)", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)45, + UpdatedDate = new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/firewall/spy.txt" + }, + new + { + Id = (short)2147, + Description = "Blocks Windows updates.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Update (IPs)", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)45, + UpdatedDate = new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/firewall/update.txt" + }, + new + { + Id = (short)2148, + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CXF2HBWCMSZVL", + HomeUrl = "https://github.com/crazy-max/WindowsSpyBlocker", + IssuesUrl = "https://github.com/crazy-max/WindowsSpyBlocker/issues", + LicenseId = (short)2, + Name = "WindowsSpyBlocker Hosts Extra (IPs)", + PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), + SyntaxId = (short)45, + UpdatedDate = new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/firewall/extra.txt" + }, + new + { + Id = (short)2149, + EmailAddress = "easylist.polish@gmail.com", + HomeUrl = "https://easylist.to", + IssuesUrl = "https://forums.lanik.us/viewforum.php?f=107", + LicenseId = (short)4, + Name = "EasyList Polish + EasyList", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 11, 28, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistpolish+easylist.txt" + }, + new + { + Id = (short)2150, + EmailAddress = "easylist.polish@gmail.com", + HomeUrl = "https://easylist.to", + IssuesUrl = "https://forums.lanik.us/viewforum.php?f=107", + LicenseId = (short)4, + Name = "EasyList Polish + EasyList (TPL)", + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 4, 15, 11, 28, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistpolish+easylist.tpl" + }, + new + { + Id = (short)2151, + Description = "This is a comprehensive hosts file (IPv6) which blocks known ad, exploit, malware, and tracking servers. It is pulled from MVPS, PGL Yoyo, Malware Domain List, Energized and EasyList, along with some supplementary entries for increased protection against telemetry, and additions for mobile platforms. It is then merged, sorted and deduped. This list is compatible with all operating systems that make use of a hosts file (obviously this includes Windows, OS X, GNU/Linux and more). It works great with mobile VPN ad-blocking solutions too.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = (short)44, + Name = "Combined Privacy Block Lists HOSTS (IPv6)", + PublishedDate = new DateTime(2019, 3, 11, 22, 39, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)36, + UpdatedDate = new DateTime(2019, 4, 15, 8, 52, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/newhosts-final-IPv6.hosts" + }, + new + { + Id = (short)2152, + Description = "This is a comprehensive hosts file (IPv4 + IPv6) which blocks known ad, exploit, malware, and tracking servers. It is pulled from MVPS, PGL Yoyo, Malware Domain List, Energized and EasyList, along with some supplementary entries for increased protection against telemetry, and additions for mobile platforms. It is then merged, sorted and deduped. This list is compatible with all operating systems that make use of a hosts file (obviously this includes Windows, OS X, GNU/Linux and more). It works great with mobile VPN ad-blocking solutions too.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = (short)44, + Name = "Combined Privacy Block Lists HOSTS (IPv4 + IPv6)", + PublishedDate = new DateTime(2019, 3, 11, 22, 39, 55, 0, DateTimeKind.Unspecified), + SyntaxId = (short)35, + UpdatedDate = new DateTime(2019, 4, 15, 8, 52, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/newhosts-final-Dual.hosts" + }, + new + { + Id = (short)2153, + HomeUrl = "https://github.com/tomzuu/blacklist-named", + IssuesUrl = "https://github.com/tomzuu/blacklist-named/issues", + LicenseId = (short)5, + Name = "Blacklist Named - Malware", + SyntaxId = (short)26, + ViewUrl = "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/malwaredomainlist.conf" + }, + new + { + Id = (short)2154, + HomeUrl = "https://github.com/tomzuu/blacklist-named", + IssuesUrl = "https://github.com/tomzuu/blacklist-named/issues", + LicenseId = (short)5, + Name = "Blacklist Named - DNS-BH Malware Domains", + SyntaxId = (short)26, + ViewUrl = "https://raw.githubusercontent.com/tomzuu/blacklist-named/master/cedia_justdomains.conf" + }, + new + { + Id = (short)2155, + Description = "Introducing the Amazing/Sensational/Remarkable/Revolutionary; #1 Blocklist :)", + DonateUrl = "https://www.paypal.me/sjhgvr", + HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", + LicenseId = (short)5, + Name = "OISD (Adblocker domains)", + SyntaxId = (short)2, + ViewUrl = "https://abp.oisd.nl/", + ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/abp.txt", + ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/abp.txt" + }, + new + { + Id = (short)2156, + Description = "One of many possible ways for malware to try to enter your computers and phones, is through substituting some US Latin letters with lookalike letters from other alphabets and scripts. For instance, most humans can't easily tell A and А apart (except when using certain fonts), but computers can instantly tell the former is Latin and the latter is Cyrillic, and adresses with them are treated as different. However, ALL use of non-US letters in URLs will be treated as 'xn--[random letters]' by HTML-based tools, making it relatively easy to block, which this list will do for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "IDN Homograph Attack Protection - Complete Blockage", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Special%20security%20lists/IDNHomographProtectionTotal.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/IDNHomographProtectionTotal.txt" + }, + new + { + Id = (short)2157, + Description = "One of many possible ways for malware to try to enter your computers and phones, is through substituting some US Latin letters with lookalike letters from other alphabets and scripts. For instance, most humans can't easily tell A and А apart (except when using certain fonts), but computers can instantly tell the former is Latin and the latter is Cyrillic, and adresses with them are treated as different. However, ALL use of non-US letters in URLs will be treated as 'xn--[random letters]' by HTML-based tools, making it relatively easy to block, which this list will do for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "IDN Homograph Attack Protection - Does Not Block Non-Latin TLDs", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Special%20security%20lists/IDNHomographProtection-USLatinTLDsOnly.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/IDNHomographProtection-USLatinTLDsOnly.txt" + }, + new + { + Id = (short)2158, + Description = "You'd think that a country's biggest national newspaper would stick to news and newspaper stuff, and not try to offer escort services, massage services, sex toys, sex models, pinup models, sex party stories, big asses, masochism with Nazi overtones, pornstars, porn videos, porn sites, Playboy models, swinger clubs, brothels, or strip clubs. Ekstra Bladet didn't catch that memo. So here's a list that'll keep that site focused on actual newspaper content.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Ekstra Bladet Erotic Content Remover", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/EkstraBladetEroticContentRemover.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/EkstraBladetEroticContentRemover.txt" + }, + new + { + Id = (short)2159, + Description = "Malware, phishing and scam domain block list. This is a bleeding-edge list fed by the tens of scam emails coming to my inbox every day, and will serve as a temporary countermeasure until these domains are added to Safe Browsing.", + EmailAddress = "marcos@orca.pet", + HomeUrl = "https://orca.pet/notonmyshift/", + LicenseId = (short)14, + Name = "Not on my shift", + SyntaxId = (short)2, + ViewUrl = "https://orca.pet/notonmyshift/domains.txt" + }, + new + { + Id = (short)2160, + Description = "These list continents only ip that have been activated less than 3 days ago.", + DescriptionSourceUrl = "https://bl.isx.fr/", + EmailAddress = "business@isx.fr", + HomeUrl = "https://bl.isx.fr/", + Name = "ISX Solutions Blocklist", + SyntaxId = (short)9, + ViewUrl = "https://bl.isx.fr/raw" + }, + new + { + Id = (short)2161, + Description = "There are always pros and cons to use whitelists. I started with Pihole, but now I have AdGuard Home. Overblocking is not a permanent solution either. That's why I started to create a whitelist for AdGuard Home. My thanks also go to anudeep/ND whose whitelist I used as the basis for mine. Cheers! If you have remaks or wishes please feel free to contact me.", + DescriptionSourceUrl = "https://github.com/hg1978/AdGuard-Home-Whitelist/README.md", + HomeUrl = "https://github.com/hg1978/AdGuard-Home-Whitelist", + IssuesUrl = "https://github.com/hg1978/AdGuard-Home-Whitelist/issues", + LicenseId = (short)2, + Name = "hg1978's AdGuard Home Whitelist", + SyntaxId = (short)46, + ViewUrl = "https://raw.githubusercontent.com/hg1978/AdGuard-Home-Whitelist/master/whitelist.txt" + }, + new + { + Id = (short)2162, + Description = "List containing fake local journals from a state-backed disinformation operation.", + DescriptionSourceUrl = "https://github.com/MassMove/AttackVectors/", + HomeUrl = "https://github.com/MassMove/AttackVectors/", + IssuesUrl = "https://github.com/MassMove/AttackVectors/issues", + LicenseId = (short)2, + Name = "Fake-Local-Journals-List", + PublishedDate = new DateTime(2020, 4, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), + SubmissionUrl = "https://github.com/MassMove/AttackVectors/issues/new", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/MassMove/AttackVectors/master/LocalJournals/fake-local-journals-list.txt" + }, + new + { + Id = (short)2163, + Description = "There's simply too many Undertale and Deltarune songs, remixes, and mashups on SoundCloud. Sometimes a list doesn't really need any more reasons to exist than that.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Undertale Remover for SoundCloud", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/UndertaleRemoverForSoundCloud.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/UndertaleRemoverForSoundCloud.txt" + }, + new + { + Id = (short)2164, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (dnsmasq)", + SyntaxId = (short)20, + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq.conf", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-dnsmasq.conf", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq.conf" + }, + new + { + Id = (short)2165, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (Online Domains - dnsmasq)", + SyntaxId = (short)20, + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq-online.conf", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-dnsmasq-online.conf", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq-online.conf" + }, + new + { + Id = (short)2166, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (hosts)", + SyntaxId = (short)1, + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-hosts.txt", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-hosts.txt", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-hosts.txt" + }, + new + { + Id = (short)2167, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (Online hosts)", + SyntaxId = (short)1, + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-hosts-online.txt", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-hosts-online.txt", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-hosts-online.txt" + }, + new + { + Id = (short)2168, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (BIND)", + SyntaxId = (short)26, + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind.conf", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-bind.conf", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind.conf" + }, + new + { + Id = (short)2169, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (Online Domains - BIND)", + SyntaxId = (short)26, + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind-online.conf", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-bind-online.conf", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind-online.conf" + }, + new + { + Id = (short)2170, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (Unbound)", + SyntaxId = (short)24, + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound.conf", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-unbound.conf", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound.conf" + }, + new + { + Id = (short)2171, + Description = "A blocklist of malicious URLs that are being used for malware distribution.", + DescriptionSourceUrl = "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/urlhaus-filter", + IssuesUrl = "https://gitlab.com/curben/urlhaus-filter/issues", + LicenseId = (short)28, + Name = "urlhaus-filter (Online Domains - Unbound)", + SyntaxId = (short)24, + ViewUrl = "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound-online.conf", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-unbound-online.conf", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound-online.conf" + }, + new + { + Id = (short)2172, + Description = "Sites engaged in spreading malware", + LicenseId = (short)5, + Name = "hpHosts EMD", + SyntaxId = (short)1, + ViewUrl = "https://v.firebog.net/hosts/static/HPHosts/Hostsemd.txt" + }, + new + { + Id = (short)2173, + Description = "Sites engaged in the housing, development or distribution of exploits, including but not limited to exploitation of browser, software (inclusive of website software such as CMS), operating system exploits aswell as those engaged in exploits via social engineering.", + LicenseId = (short)5, + Name = "hpHosts EXP", + SyntaxId = (short)1, + ViewUrl = "https://v.firebog.net/hosts/static/HPHosts/Hostsexp.txt" + }, + new + { + Id = (short)2174, + Description = "Sites engaged in astroturfing (otherwise known as grass roots marketing) or spamming", + LicenseId = (short)5, + Name = "hpHosts GRM", + SyntaxId = (short)1, + ViewUrl = "https://v.firebog.net/hosts/static/HPHosts/Hostsgrm.txt" + }, + new + { + Id = (short)2175, + Description = "Sites engaged in the selling or distribution of bogus or fraudulent applications and/or provision of fraudulent services.", + LicenseId = (short)5, + Name = "hpHosts FSA", + SyntaxId = (short)1, + ViewUrl = "https://v.firebog.net/hosts/static/HPHosts/Hostsfsa.txt" + }, + new + { + Id = (short)2176, + Description = "Sites engaged in the use of misleading marketing tactics", + LicenseId = (short)5, + Name = "hpHosts MMT", + SyntaxId = (short)1, + ViewUrl = "https://v.firebog.net/hosts/static/HPHosts/Hostsmmt.txt" + }, + new + { + Id = (short)2177, + Description = "Sites engaged in illegal pharmacy activities", + LicenseId = (short)5, + Name = "hpHosts PHA", + SyntaxId = (short)1, + ViewUrl = "https://v.firebog.net/hosts/static/HPHosts/Hostspha.txt" + }, + new + { + Id = (short)2178, + Description = "Sites engaged in Phishing", + LicenseId = (short)5, + Name = "hpHosts PSH", + SyntaxId = (short)1, + ViewUrl = "https://v.firebog.net/hosts/static/HPHosts/Hostspsh.txt" + }, + new + { + Id = (short)2179, + Description = "This is an Adblock Latitude filter subscription list; it blocks ads and some trackers.", + DescriptionSourceUrl = "https://github.com/wolfbeast/lunarblocklist#lunar-blocklist", + HomeUrl = "https://github.com/wolfbeast/lunarblocklist", + IssuesUrl = "https://github.com/wolfbeast/lunarblocklist/issues", + LicenseId = (short)2, + Name = "Lunar Blocklist", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/wolfbeast/lunarblocklist/master/list/lunar-blocklist.txt", + ViewUrlMirror1 = "https://blocklist.palemoon.org/ABL/lunar-blocklist.txt" + }, + new + { + Id = (short)2180, + HomeUrl = "https://mirai.security.gives/", + LicenseId = (short)2, + Name = "Mirai Tracker", + SyntaxId = (short)9, + ViewUrl = "https://mirai.security.gives/data/ip_list.txt" + }, + new + { + Id = (short)2181, + Description = "Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists.", + HomeUrl = "https://github.com/stamparm/maltrail", + IssuesUrl = "https://github.com/stamparm/maltrail/issues", + LicenseId = (short)2, + Name = "Maltrail - Crypto Mining", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/stamparm/maltrail/master/trails/static/suspicious/crypto_mining.txt" + }, + new + { + Id = (short)2182, + Description = "Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists.", + HomeUrl = "https://github.com/stamparm/maltrail", + IssuesUrl = "https://github.com/stamparm/maltrail/issues", + LicenseId = (short)2, + Name = "Maltrail - Dynamic Domains", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/stamparm/maltrail/master/trails/static/suspicious/dynamic_domain.txt" + }, + new + { + Id = (short)2183, + Description = "Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists.", + HomeUrl = "https://github.com/stamparm/maltrail", + IssuesUrl = "https://github.com/stamparm/maltrail/issues", + LicenseId = (short)2, + Name = "Maltrail - Rogue DNS", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/stamparm/maltrail/master/trails/static/suspicious/rogue_dns.txt" + }, + new + { + Id = (short)2184, + Description = "Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists.", + HomeUrl = "https://github.com/stamparm/maltrail", + IssuesUrl = "https://github.com/stamparm/maltrail/issues", + LicenseId = (short)2, + Name = "Maltrail - MagentoCore", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/stamparm/maltrail/master/trails/static/malicious/magentocore.txt" + }, + new + { + Id = (short)2185, + Description = "Filter that enables removing of the ads from websites in Russian. Initially, the work on creation of this filter was based on RU AdList filter and a set of rules developed by us. Subsequently, the filter was developed completely independently, so at this point there are very little intersections with RU AdList left. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#russian-filter", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Russian Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/1_optimized.txt" + }, + new + { + Id = (short)2186, + Description = "If you do not like numerous «Like» and «Tweet» buttons on all the popular websites on the Internet, subscribe to this filter, and you will not see them anymore. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + DescriptionSourceUrl = "https://kb.adguard.com/general/adguard-ad-filters", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Social Media Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/4_optimized.txt" + }, + new + { + Id = (short)2187, + Description = "Liste FR is an EasyList affiliated filter list that specifically removes adverts on French-language websites. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "Liste FR (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)3, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/113_optimized.txt" + }, + new + { + Id = (short)2188, + Description = "Chinese supplement for the EasyList filters. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "EasyList China (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)3, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/104_optimized.txt" + }, + new + { + Id = (short)2189, + Description = "Russian supplement for EasyList. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "RU AdList + CSS Fixes (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/115_optimized.txt" + }, + new + { + Id = (short)2190, + Description = "EasyPrivacy is an optional supplementary filter list that completely removes all forms of tracking from the internet, including web bugs, tracking scripts and information collectors, thereby protecting your personal data. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + DescriptionSourceUrl = "https://easylist.to/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "EasyPrivacy (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)3, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/118_optimized.txt" + }, + new + { + Id = (short)2191, + Description = "Blocks irritating elements on webpages, including cookie notices, third-party widgets and in-page popups (Doesn’t include social media widgets and buttons, to block them you can still use Social media filter separately). It was inspired by Fanboy Annoyances List, but doesn’t duplicate it, so you can use them both together. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#annoyances-filter", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Annoyances Filter (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/14_optimized.txt" + }, + new + { + Id = (short)2192, + Description = "In page Pop-Ups and other annoyances; thereby substantially decreasing web page loading times and uncluttering them (includes Fanboy's Social Blocking List, Fanboy's Notifications Blocking List, and EasyList Cookie List). The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + DescriptionSourceUrl = "https://fanboy.co.nz/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "Fanboy's Annoyance List (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)3, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/122_optimized.txt" + }, + new + { + Id = (short)2193, + Description = "Hide and block social content, social widgets, social scripts and social icons. The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + DescriptionSourceUrl = "https://fanboy.co.nz/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "Fanboy's Social Blocking List (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)3, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/123_optimized.txt" + }, + new + { + Id = (short)2194, + Description = "The Optimized version is based on opt-in telemetry by AdGuard, is light on memory and comments, and gets below iOS/Safari filter limits.", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "RU AdList: BitBlock (Optimized)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)3, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/213_optimized.txt" + }, + new + { + Id = (short)2195, + Description = "This is a list of hostnames, IP addresses, and appropriate RPZ zone files to either block usage of DNS-over-HTTPS in an environment or to redirect it to a local DNS-over-HTTPS (DoH) server.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YMFSMT9MW2Y6Q", + HomeUrl = "https://github.com/bambenek/block-doh", + IssuesUrl = "https://github.com/bambenek/block-doh/issues", + LicenseId = (short)24, + Name = "block-doh (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/bambenek/block-doh/master/doh-hosts.txt" + }, + new + { + Id = (short)2196, + Description = "This is a list of hostnames, IP addresses, and appropriate RPZ zone files to either block usage of DNS-over-HTTPS in an environment or to redirect it to a local DNS-over-HTTPS (DoH) server.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YMFSMT9MW2Y6Q", + HomeUrl = "https://github.com/bambenek/block-doh", + IssuesUrl = "https://github.com/bambenek/block-doh/issues", + LicenseId = (short)24, + Name = "block-doh (IPv4 IPs)", + SyntaxId = (short)9, + ViewUrl = "https://raw.githubusercontent.com/bambenek/block-doh/master/doh-ipv4.txt" + }, + new + { + Id = (short)2197, + Description = "This is a list of hostnames, IP addresses, and appropriate RPZ zone files to either block usage of DNS-over-HTTPS in an environment or to redirect it to a local DNS-over-HTTPS (DoH) server.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YMFSMT9MW2Y6Q", + HomeUrl = "https://github.com/bambenek/block-doh", + IssuesUrl = "https://github.com/bambenek/block-doh/issues", + LicenseId = (short)24, + Name = "block-doh (IPv6 IPs)", + SyntaxId = (short)39, + ViewUrl = "https://raw.githubusercontent.com/bambenek/block-doh/master/doh-ipv6.txt" + }, + new + { + Id = (short)2198, + Description = "AZORult is one of the most used botnets in 2019, its main purpose is to steal credentials (which puts it in the category of \"stealer\" malware). Like most of botnets, AZORult need a web panel called \"Command & Control\" (Also called C&C, C2, panel) to operate. AZORult Tracker is a C&C Tracker which focuses on this malware panel (versions 3.2 and 3.3.1, which are the most common). The main purpose of the Tracker is to reference AZORult C&C panels and to track them through time. These data can be useful for threat hunting, threat intelligence, threat streams… To display these results, AZORult Tracker offers both a website and an API for more specific searches.", + DescriptionSourceUrl = "https://azorult-tracker.net/about", + EmailAddress = "azorult-tracker@protonmail.com", + HomeUrl = "https://azorult-tracker.net/", + Name = "AZORult Tracker", + SyntaxId = (short)2, + ViewUrl = "https://azorult-tracker.net/api/list/domain?format=plain" + }, + new + { + Id = (short)2199, + Description = "Filter that unblocks ads that may be useful to users.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#filter-for-useful-ads", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Filter unblocking search ads and self-promotion (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 1, 46, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/10.txt" + }, + new + { + Id = (short)2200, + Description = "Filter that enables removing of the ads from websites with Turkish content.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#turkish-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Turkish Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 1, 51, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/13.txt" + }, + new + { + Id = (short)2201, + Description = "The most comprehensive list of various online counters and web analytics tools. If you do not want your actions on the Internet be tracked, use this filter.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#spyware-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Tracking Protection Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 2, 14, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/3.txt" + }, + new + { + Id = (short)2202, + Description = "Filter that enables removing of the ads from websites in Spanish.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#spanish-portuguese-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Spanish/Portuguese Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 2, 20, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/9.txt" + }, + new + { + Id = (short)2203, + Description = "If you do not like numerous «Like» and «Tweet» buttons on all the popular websites on the Internet, subscribe to this filter, and you will not see them anymore.", + DescriptionSourceUrl = "https://kb.adguard.com/general/adguard-ad-filters", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Social Media Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 2, 26, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/4.txt" + }, + new + { + Id = (short)2204, + Description = "Filter that enables removing of the ads from websites in Russian. The filter was created 5 years ago. Initially, the work on creation of this filter was based on RU AdList filter and a set of rules developed by us. Subsequently, the filter was developed completely independently, so at this point there are very little intersections with RU AdList left.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#russian-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Russian Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 2, 34, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/1.txt" + }, + new + { + Id = (short)2205, + Description = "Filter that blocks ads on mobile devices. Contains all known mobile ad networks.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#mobile-ads-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Mobile Ads Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 2, 54, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/11.txt" + }, + new + { + Id = (short)2206, + Description = "Filter that blocks ads on mobile devices. Contains all known mobile ad networks.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#mobile-ads-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Mobile Ads Filter (AdGuard for iOS)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2019, 4, 15, 2, 54, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/ios/filters/11.txt" + }, + new + { + Id = (short)2207, + Description = "Filter that enables removing of the ads from websites in Japanese.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#japanese-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Japanese Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 25, 15, 27, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/7.txt" + }, + new + { + Id = (short)2208, + Description = "Filter that enables removing of the ads from websites with German content.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#german-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard German Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 4, 2, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/6.txt" + }, + new + { + Id = (short)2209, + Description = "Filter designed to test certain hazardous filtering rules before they are added to the basic filters.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#experimental-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Experimental Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 3, 25, 17, 53, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/5.txt" + }, + new + { + Id = (short)2210, + Description = "Filter that enables removing of the ads from websites with English content or content in languages that lack separate AdGuard lists.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#english-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Base Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 6, 0, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/2.txt" + }, + new + { + Id = (short)2211, + Description = "Filter that enables removing of the ads from websites with Dutch content.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#dutch-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Dutch Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 6, 28, 9, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/8.txt" + }, + new + { + Id = (short)2212, + Description = "Blocks irritating elements on webpages, including cookie notices, third-party widgets and in-page popups (Doesn’t include social media widgets and buttons, to block them you can still use Social media filter separately). It was inspired by Fanboy Annoyances List, but doesn’t duplicate it, so you can use them both together.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#annoyances-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Annoyances Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 15, 6, 45, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/14.txt" + }, + new + { + Id = (short)2213, + Description = "Filter that enables removing of the ads from websites with French content.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#french-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard French Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 13, 13, 40, 11, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/16.txt" + }, + new + { + Id = (short)2214, + Description = "Filter that enables removing of the ads from websites with English content or content in languages that lack separate AdGuard lists.", + DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#english-filter", + ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)40, + Name = "AdGuard Base Filter without EasyList (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2019, 4, 5, 21, 43, 12, 0, DateTimeKind.Unspecified), + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/2_without_easylist.txt" + }, + new + { + Id = (short)2215, + HomeUrl = "https://github.com/stamparm/aux", + IssuesUrl = "https://github.com/stamparm/aux/issues", + Name = "Maltrail - Malware Domains", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/stamparm/aux/master/maltrail-malware-domains.txt" + }, + new + { + Id = (short)2216, + ForumUrl = "https://t.me/joinchat/Av4DDFjVkRC60YH_Lq-WVw", + HomeUrl = "https://infosharing.cybersaiyan.it/", + IssuesUrl = "https://github.com/CyberSaiyanIT/InfoSharing", + Name = "Info Sharing Project by Cyber Saiyan - CS Pi-hole", + SyntaxId = (short)2, + ViewUrl = "https://infosharing.cybersaiyan.it/feeds/CS-PIHOLE" + }, + new + { + Id = (short)2217, + Description = "IPsum is a threat intelligence feed based on 30+ different publicly available lists of suspicious and/or malicious IP addresses. All lists are automatically retrieved and parsed on a daily (24h) basis and the final result is pushed to this repository. List is made of IP addresses together with a total number of (black)list occurrence (for each). Greater the number, lesser the chance of false positive detection and/or dropping in (inbound) monitored traffic. Also, list is sorted from most (problematic) to least occurent IP addresses. Level 4 covers domains that show up in at least 4 of the source lists.", + HomeUrl = "https://github.com/stamparm/ipsum/", + IssuesUrl = "https://github.com/stamparm/ipsum/issues", + LicenseId = (short)20, + Name = "IPsum Level 4", + SyntaxId = (short)9, + ViewUrl = "https://raw.githubusercontent.com/stamparm/ipsum/master/levels/4.txt" + }, + new + { + Id = (short)2218, + Description = "IPsum is a threat intelligence feed based on 30+ different publicly available lists of suspicious and/or malicious IP addresses. All lists are automatically retrieved and parsed on a daily (24h) basis and the final result is pushed to this repository. List is made of IP addresses together with a total number of (black)list occurrence (for each). Greater the number, lesser the chance of false positive detection and/or dropping in (inbound) monitored traffic. Also, list is sorted from most (problematic) to least occurent IP addresses. Level 5 covers domains that show up in at least 5 of the source lists.", + HomeUrl = "https://github.com/stamparm/ipsum/", + IssuesUrl = "https://github.com/stamparm/ipsum/issues", + LicenseId = (short)20, + Name = "IPsum Level 5", + SyntaxId = (short)9, + ViewUrl = "https://raw.githubusercontent.com/stamparm/ipsum/master/levels/5.txt" + }, + new + { + Id = (short)2219, + Description = "IPsum is a threat intelligence feed based on 30+ different publicly available lists of suspicious and/or malicious IP addresses. All lists are automatically retrieved and parsed on a daily (24h) basis and the final result is pushed to this repository. List is made of IP addresses together with a total number of (black)list occurrence (for each). Greater the number, lesser the chance of false positive detection and/or dropping in (inbound) monitored traffic. Also, list is sorted from most (problematic) to least occurent IP addresses. Level 6 covers domains that show up in at least 6 of the source lists.", + HomeUrl = "https://github.com/stamparm/ipsum/", + IssuesUrl = "https://github.com/stamparm/ipsum/issues", + LicenseId = (short)20, + Name = "IPsum Level 6", + SyntaxId = (short)9, + ViewUrl = "https://raw.githubusercontent.com/stamparm/ipsum/master/levels/6.txt" + }, + new + { + Id = (short)2220, + Description = "Normal weebery is already over-obsessive and uncreative enough already (i.e. idol projects), but this subcategory of weebery goes far and beyond anything similar in terms of undeserved attention from fans. This list will help you get back on shore and away from all those boat girls that are unlawfully occupying the internet.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'Anthro combat-equipment gacha waifu' List", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAnthroCombatWaifuList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAnthroCombatWaifuList.txt" + }, + new + { + Id = (short)2221, + Description = "Includes a list of rules to prevent ad and tracking servers from compromising your privacy or bypassing Adguard Adblocker Extension.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = (short)11, + Name = "AdGuard Adblocker Extension Bypass Mitigation List", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/Adguard/Adblocker_Extension_Bypass_Mitigation.txt" + }, + new + { + Id = (short)2222, + Description = "Includes a list of rules to prevent ad and tracking servers from compromising your privacy or bypassing Adguard software for iOS, Android, and Windows.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = (short)11, + Name = "AdGuard for iOS, Android, and Windows Bypass Mitigation List", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/Adguard/iOS_AND_WIN_Bypass_Mitigation.txt" + }, + new + { + Id = (short)2223, + Description = "Includes a list of rules to prevent ad and tracking servers from compromising your privacy or bypassing uBlock Origin or Nano Adblocker.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = (short)11, + Name = "uBlock Origin Bypass Mitigation List", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/uBlock%20Origin/Attribute%20Tracking%20%26%20Bypass_Mitigation.txt" + }, + new + { + Id = (short)2224, + Description = "Behind-the-scene network requests are network requests which uBlock or uMatrix cannot associate with a specific tab in your browser. These can be abused by extensions in your web browser or made by web pages using navigator.sendBeacon(), hyperlink auditing, etc. ", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = (short)11, + Name = "Behind-the-Scene Mitigation for uBlock Origin", + SyntaxId = (short)7, + ViewUrl = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/uBlock%20Origin/Behind-The-Scene_Mitigation.txt" + }, + new + { + Id = (short)2225, + Description = "Behind-the-scene network requests are network requests which uBlock or uMatrix cannot associate with a specific tab in your browser. These can be abused by extensions in your web browser or made by web pages using navigator.sendBeacon(), hyperlink auditing, etc. Block CSP reports and pings in uMatrix.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = (short)11, + Name = "Behind-the-Scene and Bypass Mitigation for uMatrix", + SyntaxId = (short)7, + ViewUrl = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/uMatrix/Behind-The-Scene%20%26%20Bypass%20Mitigation.txt" + }, + new + { + Id = (short)2226, + Description = "Block dangerous Android file extensions from HTTP-only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for Adguard.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = (short)11, + Name = "Android File Types Firewall HTTP-Only for Adguard", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/File_Types_Firewall/Android/Adguard/AG_AND-HTTP_Only.txt" + }, + new + { + Id = (short)2227, + Description = "Block dangerous Android file extensions from HTTP-only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for uBlock Origin or Nano Defender.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = (short)11, + Name = "Android File Types Firewall HTTP-Only for uBlock Origin", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/File_Types_Firewall/Android/uBlock%20Origin/uBO_AND-HTTP-Only.txt" + }, + new + { + Id = (short)2228, + Description = "Block dangerous Windows file extensions from HTTP-only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for Adguard.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = (short)11, + Name = "Windows Files Types Firewall HTTP-Only for Adguard", + SyntaxId = (short)6, + ViewUrl = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/File_Types_Firewall/Windows/Adguard/AG_WIN-HTTP_Only.txt" + }, + new + { + Id = (short)2229, + Description = "Block dangerous Windows file extensions from HTTP-Only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for uBlock Origin or Nano Defender.", + HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, + IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", + LicenseId = (short)11, + Name = "Windows File Types Firewall HTTP-Only for uBlock Origin", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/File_Types_Firewall/Windows/uBlock%20Origin/uBO_WIN-HTTP-Only.txt" + }, + new + { + Id = (short)2230, + Description = "ABPindo is an affiliated filter list written by hermawan that specifically removes adverts on Indonesian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "ABPindo (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/abpindo-minified.txt" + }, + new + { + Id = (short)2231, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + DonateUrl = "https://abpvn.com/donate/", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "ABPVN List (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/abpvn-minified.txt" + }, + new + { + Id = (short)2232, + Description = "Russian supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)12, + Name = "RU AdList (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/ruadlist-minified.txt" + }, + new + { + Id = (short)2233, + Description = "On this page you can find updated lists to block unwanted content in your favorite browser. With their help, the pesky ads that some sites terrorizing customers will be hidden. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "Bulgarian List (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/bulgarian_list-minified.txt" + }, + new + { + Id = (short)2234, + Description = "EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + ViewUrl = "https://easylist-downloads.adblockplus.org/easylist-minified.txt" + }, + new + { + Id = (short)2235, + Description = "Chinese supplement for the EasyList filters. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList China (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistchina-minified.txt" + }, + new + { + Id = (short)2236, + Description = "Official filter list file used for blocking ads on Czech and Slovak websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)8, + Name = "EasyList Czech and Slovak (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hg.adblockplus.org/customfilterlists/raw-file/default/easylistczechandslovak-minified.txt" + }, + new + { + Id = (short)2237, + Description = "EasyList Dutch is an EasyList-affiliated filter list written by the EasyList author Famlam that specifically removes adverts on Dutch language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Dutch (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistdutch-minified.txt" + }, + new + { + Id = (short)2238, + Description = "EasyList Germany is a filter list written by the EasyList authors MonztA, Famlam, and Khrin that specifically removes adverts on German language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Germany (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistgermany-minified.txt" + }, + new + { + Id = (short)2239, + Description = "EasyList Italy is a filter list written by the EasyList author Khrin that specifically removes adverts on Italian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Italy (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistitaly-minified.txt" + }, + new + { + Id = (short)2240, + Description = "EasyList Lithuania is an affiliated filter list written by gymka that specifically removes adverts on Lithuanian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Lithuania (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistlithuania-minified.txt" + }, + new + { + Id = (short)2241, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Polish (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistpolish-minified.txt" + }, + new + { + Id = (short)2242, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Portuguese (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistportuguese-minified.txt" + }, + new + { + Id = (short)2243, + Description = "Spanish supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Spanish (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistspanish-minified.txt" + }, + new + { + Id = (short)2244, + Description = "EasyPrivacy is an optional supplementary filter list that completely removes all forms of tracking from the internet, including web bugs, tracking scripts and information collectors, thereby protecting your personal data. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyPrivacy (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easyprivacy-minified.txt" + }, + new + { + Id = (short)2245, + Description = "Hide and block social content, social widgets, social scripts and social icons. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "Fanboy's Social Blocking List (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/fanboy-social-minified.txt" + }, + new + { + Id = (short)2246, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)3, + Name = "IndianList (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/indianlist-minified.txt" + }, + new + { + Id = (short)2247, + Description = "EasyList Hebrew is an EasyList affiliated filter list written by BsT that specifically removes adverts on Hebrew language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)7, + Name = "EasyList Hebrew (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/israellist-minified.txt" + }, + new + { + Id = (short)2248, + Description = "Latvian List is an affiliated filter list written by anonymous74100 that specifically removes adverts on Latvian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)8, + Name = "Latvian List (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/latvianlist-minified.txt" + }, + new + { + Id = (short)2249, + Description = "Liste AR is an EasyList affiliated filter list that specifically removes adverts on Arabic language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)6, + Name = "Liste AR (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://hg.adblockplus.org/customfilterlists/raw-file/default/liste_ar-minified.txt" + }, + new + { + Id = (short)2250, + Description = "Liste FR is an EasyList affiliated filter list that specifically removes adverts on French-language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)6, + Name = "Liste FR (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/liste_fr-minified.txt" + }, + new + { + Id = (short)2251, + Description = "Romanian supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)5, + Name = "ROList (Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/rolist-minified.txt" + }, + new + { + Id = (short)2252, + Description = "A list combining EasyList China and EasyList. This list features additional entries from the Adblock Plus team, seemingly to meet Adblock Plus list inclusion requirements.", + LicenseId = (short)4, + Name = "EasyList China + EasyList (compliance)", + PublishedDate = new DateTime(2017, 10, 17, 12, 56, 33, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistchina+easylistchina_compliance+easylist.txt" + }, + new + { + Id = (short)2253, + Description = "ABPindo is an affiliated filter list written by hermawan that specifically removes adverts on Indonesian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "ABPindo (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/abpindo-minified.tpl" + }, + new + { + Id = (short)2254, + Description = "The ABP advertising filter is built with the mission of improving the browsing experience for the vietnamese users. ABPVN may not help block all ads, but ABPVN will minimize the appearance of ads on most websites in Vietnam. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + DonateUrl = "https://abpvn.com/donate/", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "ABPVN List (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/abpvn-minified.tpl" + }, + new + { + Id = (short)2255, + Description = "Russian supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)12, + Name = "RU AdList (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/ruadlist-minified.tpl" + }, + new + { + Id = (short)2256, + Description = "On this page you can find updated lists to block unwanted content in your favorite browser. With their help, the pesky ads that some sites terrorizing customers will be hidden. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "Bulgarian List (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/bulgarian_list-minified.tpl" + }, + new + { + Id = (short)2257, + Description = "EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/easylist-minified.tpl" + }, + new + { + Id = (short)2258, + Description = "Chinese supplement for the EasyList filters. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList China (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistchina-minified.tpl" + }, + new + { + Id = (short)2259, + Description = "Official filter list file used for blocking ads on Czech and Slovak websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + IsDeleted = true, + LicenseId = (short)8, + Name = "EasyList Czech and Slovak (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistczechandslovak-minified.tpl" + }, + new + { + Id = (short)2260, + Description = "EasyList Dutch is an EasyList-affiliated filter list written by the EasyList author Famlam that specifically removes adverts on Dutch language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Dutch (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistdutch-minified.tpl" + }, + new + { + Id = (short)2261, + Description = "EasyList Germany is a filter list written by the EasyList authors MonztA, Famlam, and Khrin that specifically removes adverts on German language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Germany (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistgermany-minified.tpl" + }, + new + { + Id = (short)2262, + Description = "EasyList Italy is a filter list written by the EasyList author Khrin that specifically removes adverts on Italian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Italy (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistitaly-minified.tpl" + }, + new + { + Id = (short)2263, + Description = "EasyList Lithuania is an affiliated filter list written by gymka that specifically removes adverts on Lithuanian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Lithuania (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistlithuania-minified.tpl" + }, + new + { + Id = (short)2264, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Polish (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistpolish-minified.tpl" + }, + new + { + Id = (short)2265, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Portuguese (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistportuguese-minified.tpl" + }, + new + { + Id = (short)2266, + Description = "Spanish supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyList Spanish (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistspanish-minified.tpl" + }, + new + { + Id = (short)2267, + Description = "EasyPrivacy is an optional supplementary filter list that completely removes all forms of tracking from the internet, including web bugs, tracking scripts and information collectors, thereby protecting your personal data. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "EasyPrivacy (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/easyprivacy-minified.tpl" + }, + new + { + Id = (short)2268, + Description = "Hide and block social content, social widgets, social scripts and social icons. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + DonateUrl = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WMGE9MAGGGMHW", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)4, + Name = "Fanboy's Social Blocking List (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/fanboy-social-minified.tpl" + }, + new + { + Id = (short)2269, + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)3, + Name = "IndianList (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/indianlist-minified.tpl" + }, + new + { + Id = (short)2270, + Description = "EasyList Hebrew is an EasyList affiliated filter list written by BsT that specifically removes adverts on Hebrew language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)7, + Name = "EasyList Hebrew (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/israellist-minified.tpl" + }, + new + { + Id = (short)2271, + Description = "Latvian List is an affiliated filter list written by anonymous74100 that specifically removes adverts on Latvian language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)8, + Name = "Latvian List (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/latvianlist-minified.tpl" + }, + new + { + Id = (short)2272, + Description = "Liste AR is an EasyList affiliated filter list that specifically removes adverts on Arabic language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + IsDeleted = true, + LicenseId = (short)6, + Name = "Liste AR (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/liste_ar-minified.tpl" + }, + new + { + Id = (short)2273, + Description = "Liste FR is an EasyList affiliated filter list that specifically removes adverts on French-language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)6, + Name = "Liste FR (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/liste_fr-minified.tpl" + }, + new + { + Id = (short)2274, + Description = "Romanian supplement for EasyList. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", + HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + LicenseId = (short)5, + Name = "ROList (TPL Minified)", + PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), + ViewUrl = "https://easylist-downloads.adblockplus.org/rolist-minified.tpl" + }, + new + { + Id = (short)2275, + Description = "A list combining EasyList China and EasyList. This list features additional entries from the Adblock Plus team, seemingly to meet Adblock Plus list inclusion requirements.", + LicenseId = (short)4, + Name = "EasyList China + EasyList (TPL; compliance)", + PublishedDate = new DateTime(2017, 10, 17, 12, 56, 33, 0, DateTimeKind.Unspecified), + SyntaxId = (short)10, + ViewUrl = "https://easylist-downloads.adblockplus.org/easylistchina+easylistchina_compliance+easylist.tpl" + }, + new + { + Id = (short)2276, + HomeUrl = "https://www.adtchrome.com/", + Name = "ADT ChinaList", + SyntaxId = (short)3, + ViewUrl = "https://sub.adtchrome.com/adt-chinalist-easylist.txt" + }, + new + { + Id = (short)2277, + Description = "Say goodbye to ads, spies, tracking and untrusted hosts.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/TakoYachty/Gift-Card-Killer/master/Mega%20Untrusted%20Hosts%20Blocker.txt", + HomeUrl = "https://github.com/TakoYachty/Gift-Card-Killer", + IssuesUrl = "https://github.com/TakoYachty/Gift-Card-Killer/issues", + LicenseId = (short)5, + Name = "Mega Untrusted Hosts Blocker", + SyntaxId = (short)36, + ViewUrl = "https://raw.githubusercontent.com/TakoYachty/Gift-Card-Killer/master/Mega%20Untrusted%20Hosts%20Blocker.txt" + }, + new + { + Id = (short)2278, + Description = "Block fake onlineshops, malicious streaming platforms and other fraudulent agencies. List taken from watchlist-internet.at", + DescriptionSourceUrl = "https://www.watchlist-internet.at/ueber-uns/", + HomeUrl = "https://github.com/stonecrusher/filterlists-pihole", + IssuesUrl = "https://github.com/stonecrusher/filterlists-pihole/issues", + LicenseId = (short)9, + Name = "Watchlist Internet", + PublishedDate = new DateTime(2019, 12, 11, 18, 43, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)2, + UpdatedDate = new DateTime(2020, 5, 30, 20, 7, 50, 0, DateTimeKind.Unspecified), + ViewUrl = "https://raw.githubusercontent.com/stonecrusher/filterlists-pihole/master/watchlist-internet-ph.txt" + }, + new + { + Id = (short)2279, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Complete (Domains with wildcards)", + SyntaxId = (short)16, + ViewUrl = "https://badmojr.github.io/1Hosts/complete/wildcards.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/badmojr/1Hosts/master/complete/wildcards.txt" + }, + new + { + Id = (short)2280, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Mini (Domains with wildcards)", + SyntaxId = (short)16, + ViewUrl = "https://badmojr.github.io/1Hosts/mini/wildcards.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/badmojr/1Hosts/master/mini/wildcards.txt" + }, + new + { + Id = (short)2281, + Description = "A merged hosts file from a variety of other lists.", + EmailAddress = "badmojr@gmail.com", + ForumUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + HomeUrl = "https://forum.xda-developers.com/android/general/badmojr-one-host-file-to-block-t3713360", + LicenseId = (short)35, + Name = "1Hosts Pro (Domains with wildcards)", + SyntaxId = (short)16, + ViewUrl = "https://badmojr.github.io/1Hosts/Pro/wildcards.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/wildcards.txt" + }, + new + { + Id = (short)2282, + Description = "A filter list that blocks mobile advertisements and trackers on Japanese properties", + HomeUrl = "https://280blocker.net", + LicenseId = (short)1, + Name = "280blocker adblock domain lists (AdGuard)", + SubmissionUrl = "https://docs.google.com/forms/d/e/1FAIpQLScNeZhFrFZt9GhIVGdThGz7oyepcNRKuOi5PJDnsC-awxTeOQ/viewform", + SyntaxId = (short)47, + UpdatedDate = new DateTime(2019, 4, 21, 2, 53, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://280blocker.net/files/280blocker_domain_ag.txt" + }, + new + { + Id = (short)2283, + Description = "Goodbye Ads is designed for Unix-like systems (such as Android), gets a list of domains that serve ads, tracking scripts and malware from multiple reputable sources and creates a hosts file that prevents your system from connecting to them.", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/goodbye-ads-advanced-protection-ads-ad-t3827269", + HomeUrl = "https://github.com/jerryn70/GoodbyeAds", + IssuesUrl = "https://github.com/jerryn70/GoodbyeAds/issues", + LicenseId = (short)2, + Name = "Goodbye Ads (AdGuard)", + PublishedDate = new DateTime(2018, 8, 11, 6, 43, 58, 0, DateTimeKind.Unspecified), + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Formats/GoodbyeAds-AdBlock-Filter.txt" + }, + new + { + Id = (short)2284, + Description = "Unified list contains GoodbyeAds + YouTube + Samsung + Xiaomi + LeEco AdBlock. [Aggressive Blocking]", + DescriptionSourceUrl = "https://github.com/jerryn70/GoodbyeAds/#what-we-blocks", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/goodbye-ads-advanced-protection-ads-ad-t3827269", + HomeUrl = "https://github.com/jerryn70/GoodbyeAds", + IssuesUrl = "https://github.com/jerryn70/GoodbyeAds/issues", + LicenseId = (short)2, + Name = "Goodbye Ads Ultra", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Hosts/GoodbyeAds-Ultra.txt" + }, + new + { + Id = (short)2285, + Description = "Unified list contains GoodbyeAds + YouTube + Samsung + Xiaomi + LeEco AdBlock. [Aggressive Blocking]", + DescriptionSourceUrl = "https://github.com/jerryn70/GoodbyeAds/#what-we-blocks", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/goodbye-ads-advanced-protection-ads-ad-t3827269", + HomeUrl = "https://github.com/jerryn70/GoodbyeAds", + IssuesUrl = "https://github.com/jerryn70/GoodbyeAds/issues", + LicenseId = (short)2, + Name = "Goodbye Ads Ultra (AdGuard)", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Formats/GoodbyeAds-Ultra-AdBlock-Filter.txt" + }, + new + { + Id = (short)2286, + Description = "Removes ads, affiliation ads, and empty boxes on Norwegian, Danish, Icelandic, Sami and Danish territorial sites to produce a cleaner browser experience. Meant to be used on top of general filters. uBO, AdGuard and AdBlock users should use the other versions instead.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's West Nordic filters for tidier websites (for Adblock Plus with ABP inclusion compliance)", + PublishedDate = new DateTime(2020, 5, 28, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)38, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersABP-Inclusion.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersABP-Inclusion.txt" + }, + new + { + Id = (short)2287, + Description = "I have been of the ideas that humans should respect each other, help each other and base their activities on actual facts. Sadly, several hundred million internetizens out there did not catch that memo. This list aims to remove such disruptive, hateful and bewilderingly aggressive factors from certain crucial parts of the internet.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Dandelion Sprout's Anti-Racism List", + PublishedDate = new DateTime(2020, 5, 31, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)21, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiRacismList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiRacismList.txt" + }, + new + { + Id = (short)2288, + Description = "Block access to 3p local LAN resourcess, experimental, incomplete.", + HomeUrl = "https://github.com/gwarser/filter-lists/", + IssuesUrl = "https://github.com/gwarser/filter-lists/issues", + LicenseId = (short)2, + Name = "Block access to LAN", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/gwarser/filter-lists/master/lan-block.txt" + }, + new + { + Id = (short)2289, + Description = "Filter list that specifically removes adverts on Indonesian language websites.", + DescriptionSourceUrl = "https://raw.githubusercontent.com/realodix/AdBlockID/master/output/adblockid.txt", + HomeUrl = "https://github.com/realodix/AdBlockID", + IssuesUrl = "https://github.com/realodix/AdBlockID/issues", + LicenseId = (short)4, + Name = "AdBlockID Plus", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/realodix/AdBlockID/master/output/adblockid-plus.txt" + }, + new + { + Id = (short)2290, + Description = "Filters to defuse paywalls, subscription/newsletter nags, annoying modals, anti-adblock, and empty ad spaces on news websites", + HomeUrl = "https://github.com/llacb47/miscfilters", + IssuesUrl = "https://github.com/llacb47/miscfilters/issues", + LicenseId = (short)4, + Name = "Anti-paywall filters", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/llacb47/miscfilters/master/antipaywall.txt" + }, + new + { + Id = (short)2291, + HomeUrl = "https://github.com/llacb47/mischosts", + IssuesUrl = "https://github.com/llacb47/mischosts/issues", + LicenseId = (short)4, + Name = "llacb47's Blacklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/llacb47/mischosts/master/blacklist" + }, + new + { + Id = (short)2292, + Description = "Chinese-specific configuration to improve your favorite DNS server. Best partner for chnroutes. Improve resolve speed for Chinese domains. Get the best CDN node near you whenever possible, but don't compromise foreign CDN results so you also get best CDN node for your VPN at the same time. Block ISP ads on NXDOMAIN result (like 114so).", + EmailAddress = "felixonmars@archlinux.org", + HomeUrl = "https://github.com/felixonmars/dnsmasq-china-list/", + IssuesUrl = "https://github.com/felixonmars/dnsmasq-china-list/issues", + LicenseId = (short)14, + Name = "dnsmasq-china-list Accelerated Domains", + SyntaxId = (short)20, + ViewUrl = "https://raw.githubusercontent.com/felixonmars/dnsmasq-china-list/master/accelerated-domains.china.conf" + }, + new + { + Id = (short)2293, + Description = "uBlockOrigin-noMoreGiphy (one of two noMoreGiphy rulesets, the other is AdGuard-specific) is a subset of rulesets belonging to the main ZuckerBlock project which is designed to block all digital holdings of Facebook.", + DescriptionSourceUrl = "https://gitlab.com/intr0/zuckerblock/-/blob/master/README.markdown", + HomeUrl = "https://gitlab.com/intr0/zuckerblock", + IssuesUrl = "https://gitlab.com/intr0/zuckerblock/-/issues", + LicenseId = (short)28, + Name = "noMoreGiphy (uBlock Origin)", + SyntaxId = (short)4, + UpdatedDate = new DateTime(2020, 6, 7, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/intr0/zuckerblock/-/raw/master/uBlockOrigin-noMoreGiphy.txt" + }, + new + { + Id = (short)2294, + Description = "AdGuard-noMoreGiphy (one of two noMoreGiphy rulesets, the other is uBlock Origin-specific) is a subset of rulesets belonging to the main ZuckerBlock project which is designed to block all digital holdings of Facebook.", + DescriptionSourceUrl = "https://gitlab.com/intr0/zuckerblock/-/blob/master/README.markdown", + HomeUrl = "https://gitlab.com/intr0/zuckerblock", + IssuesUrl = "https://gitlab.com/intr0/zuckerblock/-/issues", + LicenseId = (short)28, + Name = "noMoreGiphy (AdGuard)", + SyntaxId = (short)6, + UpdatedDate = new DateTime(2020, 6, 7, 0, 0, 0, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/intr0/zuckerblock/-/raw/master/AdGuard-noMoreGiphy.txt" + }, + new + { + Id = (short)2295, + HomeUrl = "https://github.com/hl2guide/DNS-Sinkhole-Lists-A2/", + IssuesUrl = "https://github.com/hl2guide/DNS-Sinkhole-Lists-A2/issues", + LicenseId = (short)2, + Name = "Typosquatting Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/hl2guide/DNS-Sinkhole-Lists-A2/master/typosquatting_blocklist.txt" + }, + new + { + Id = (short)2296, + Description = "For use with Adblock by Futuremind", + DescriptionSourceUrl = "https://github.com/BlackJack8/iOSAdblockList/blob/master/Readme.md", + HomeUrl = "https://github.com/BlackJack8/iOSAdblockList/", + IssuesUrl = "https://github.com/BlackJack8/iOSAdblockList/issues", + Name = "Host-List for iOS ad blockers (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/BlackJack8/iOSAdblockList/master/iPv4Hosts.txt" + }, + new + { + Id = (short)2297, + Description = "For use with AdGuard Pro", + DescriptionSourceUrl = "https://github.com/BlackJack8/iOSAdblockList/blob/master/Readme.md", + HomeUrl = "https://github.com/BlackJack8/iOSAdblockList/", + IssuesUrl = "https://github.com/BlackJack8/iOSAdblockList/issues", + Name = "Host-List for iOS ad blockers (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/BlackJack8/iOSAdblockList/master/Hosts.txt" + }, + new + { + Id = (short)2298, + Description = "Thanks to mmotti for providing initial list", + DescriptionSourceUrl = "https://github.com/PebbleOG/pihole-regex/", + HomeUrl = "https://github.com/PebbleOG/pihole-regex/", + IssuesUrl = "https://github.com/PebbleOG/pihole-regex/issues", + Name = "PebbleOG Pi-hole RegEx", + SyntaxId = (short)30, + ViewUrl = "https://raw.githubusercontent.com/PebbleOG/pihole-regex/master/regex.list" + }, + new + { + Id = (short)2299, + HomeUrl = "https://github.com/anthony-wang/PiHoleBlocklist/", + IssuesUrl = "https://github.com/anthony-wang/PiHoleBlocklist/issues", + Name = "PiHoleBlocklist - RegEx", + SyntaxId = (short)30, + ViewUrl = "https://raw.githubusercontent.com/anthony-wang/PiHoleBlocklist/master/regex.list" + }, + new + { + Id = (short)2300, + HomeUrl = "https://github.com/anthony-wang/PiHoleBlocklist/", + IssuesUrl = "https://github.com/anthony-wang/PiHoleBlocklist/issues", + Name = "PiHoleBlocklist - Xiaomi 1", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/anthony-wang/PiHoleBlocklist/master/hosts1.txt" + }, + new + { + Id = (short)2301, + Description = "This is a custom regex.list file for use with Pi-hole v4+ (FTLDNS).", + DescriptionSourceUrl = "https://github.com/revolveruk30/pihole_regex/blob/master/README.md", + HomeUrl = "https://github.com/revolveruk30/pihole_regex/", + IssuesUrl = "https://github.com/revolveruk30/pihole_regex/issues", + Name = "revolveruk30's Regex Filters for Pi-hole", + SyntaxId = (short)30, + ViewUrl = "https://raw.githubusercontent.com/revolveruk30/pihole_regex/master/regex.list" + }, + new + { + Id = (short)2302, + Description = "This blocklist blocks Skype Traffic", + HomeUrl = "https://github.com/d43m0nhLInt3r/socialblocklists", + IssuesUrl = "https://github.com/d43m0nhLInt3r/socialblocklists/issues", + LicenseId = (short)4, + Name = "Skype Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/d43m0nhLInt3r/socialblocklists/master/Skype/skypeblocklist.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/evpne/socialblocklists/master/Skype/skypeblocklist.txt" + }, + new + { + Id = (short)2303, + Description = "blackbook is a historical (black)list of malicious domains created as part of the periodic automated heuristic check (i.e. WHOIS, HTTP, etc.) of newly reported entries from public lists of malicious URLs (currently CyberCrime, URLhaus, ScumBots, Benkow and VirusTracker). Main goal is listing those that are/were malware dedicated (e.g. C&C) - thus, excluding compromised sites. It is supposed to be used for detection of malware beaconing infected clients by inspection of associated DNS traffic, with significant reduce of false-positives.", + DescriptionSourceUrl = "https://github.com/stamparm/blackbook/blob/master/README.md", + HomeUrl = "https://github.com/stamparm/blackbook/socialblocklists", + IssuesUrl = "https://github.com/stamparm/blackbook/socialblocklists/issues", + Name = "blackbook", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/stamparm/blackbook/master/blackbook.txt" + }, + new + { + Id = (short)2304, + Description = "We publish data sets with indicators we believe to be used by criminals trying to prey on individuals, organizations, businesses and governments using the COVID-19 pandemic. We do this because we want to help you stop them.", + DescriptionSourceUrl = "https://www.cyberthreatcoalition.org/blocklist", + EmailAddress = "feedback@cyberthreatcoalition.org", + HomeUrl = "https://www.cyberthreatcoalition.org/", + Name = "COVID19 Cyber Threat Coalition blocklist", + SyntaxId = (short)2, + ViewUrl = "https://blocklist.cyberthreatcoalition.org/vetted/domain.txt" + }, + new + { + Id = (short)2305, + Description = "Malware, spam, and phishing indicators of compromise that involve the use of COVID-19 or coronavirus in some way. As per our ongoing research report, this repository contains domain names, URIs, file hashes and other indicators of compromise connected to COVID-19 related malicious or unwanted activity. All information is provided as-is, and will be updated as frequently as possible.", + DescriptionSourceUrl = "https://github.com/sophoslabs/covid-iocs/blob/master/README.md", + HomeUrl = "https://github.com/sophoslabs/covid-iocs/", + IssuesUrl = "https://github.com/sophoslabs/covid-iocs/issues", + Name = "covid-iocs - Malicious", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/sophoslabs/covid-iocs/master/malicious_domains.txt" + }, + new + { + Id = (short)2306, + Description = "Malware, spam, and phishing indicators of compromise that involve the use of COVID-19 or coronavirus in some way. As per our ongoing research report, this repository contains domain names, URIs, file hashes and other indicators of compromise connected to COVID-19 related malicious or unwanted activity. All information is provided as-is, and will be updated as frequently as possible.", + DescriptionSourceUrl = "https://github.com/sophoslabs/covid-iocs/blob/master/README.md", + HomeUrl = "https://github.com/sophoslabs/covid-iocs/", + IssuesUrl = "https://github.com/sophoslabs/covid-iocs/issues", + Name = "covid-iocs - Malware", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/sophoslabs/covid-iocs/master/malware_domains.txt" + }, + new + { + Id = (short)2307, + Description = "While the world is struggling to contain the devastating effects of the COVID-19 virus, there are an increasing number of malicious actors attempting to take advantage of it and attack organizations using the desire for information about this virus. At Managed Sentinel, we decided to create and maintain a list of IoCs (IP addresses, domains, URL and hashes) related to COVID-19 malware and update it on regular basis.", + DescriptionSourceUrl = "https://github.com/sophoslabs/covid-iocs/blob/master/README.md", + HomeUrl = "https://www.managedsentinel.com/2020/03/27/azure-sentinel-covid-19-alerts-and-iocs/", + LicenseId = (short)5, + Name = "COVID-19 Indicators of Compromise and Azure Sentinel Alerts (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://managedsentinel.com/downloads/covid19_domains.txt" + }, + new + { + Id = (short)2308, + Description = "While the world is struggling to contain the devastating effects of the COVID-19 virus, there are an increasing number of malicious actors attempting to take advantage of it and attack organizations using the desire for information about this virus. At Managed Sentinel, we decided to create and maintain a list of IoCs (IP addresses, domains, URL and hashes) related to COVID-19 malware and update it on regular basis.", + DescriptionSourceUrl = "https://github.com/sophoslabs/covid-iocs/blob/master/README.md", + HomeUrl = "https://www.managedsentinel.com/2020/03/27/azure-sentinel-covid-19-alerts-and-iocs/", + LicenseId = (short)5, + Name = "COVID-19 Indicators of Compromise and Azure Sentinel Alerts (IPs)", + SyntaxId = (short)9, + ViewUrl = "https://managedsentinel.com/downloads/covid19_ipaddresses.txt" + }, + new + { + Id = (short)2309, + Description = "REScure is an independent threat intelligence project which we undertook to enhance our understanding of distributed systems, their integration, the nature of threat intelligence and how to efficiently collect, store, consume, distribute it.", + EmailAddress = "hello@theprohack.com", + HomeUrl = "https://rescure.fruxlabs.com/", + LicenseId = (short)5, + Name = "The REScure Cyber Threat Intelligence Feed Project (beta) Malicious Domain Blacklist", + SyntaxId = (short)2, + ViewUrl = "https://rescure.fruxlabs.com/rescure_domain_blacklist.txt" + }, + new + { + Id = (short)2310, + Description = "REScure is an independent threat intelligence project which we undertook to enhance our understanding of distributed systems, their integration, the nature of threat intelligence and how to efficiently collect, store, consume, distribute it.", + EmailAddress = "hello@theprohack.com", + HomeUrl = "https://rescure.fruxlabs.com/", + LicenseId = (short)5, + Name = "The REScure Cyber Threat Intelligence Feed Project (beta) Malicious IP Blacklist", + SyntaxId = (short)9, + ViewUrl = "https://rescure.fruxlabs.com/rescure_blacklist.txt" + }, + new + { + Id = (short)2311, + Description = "REScure is an independent threat intelligence project which we undertook to enhance our understanding of distributed systems, their integration, the nature of threat intelligence and how to efficiently collect, store, consume, distribute it.", + EmailAddress = "hello@theprohack.com", + HomeUrl = "https://rescure.fruxlabs.com/", + LicenseId = (short)5, + Name = "The REScure Cyber Threat Intelligence Feed Project (beta) COVID-19 Malicious Domain", + SyntaxId = (short)2, + ViewUrl = "https://rescure.fruxlabs.com/covid.txt", + ViewUrlMirror1 = "https://kriskintel.com/ktip_corona.txt" + }, + new + { + Id = (short)2312, + Description = "REScure is an independent threat intelligence project which we undertook to enhance our understanding of distributed systems, their integration, the nature of threat intelligence and how to efficiently collect, store, consume, distribute it.", + EmailAddress = "hello@theprohack.com", + HomeUrl = "https://rescure.fruxlabs.com/", + LicenseId = (short)5, + Name = "The REScure Cyber Threat Intelligence Feed Project (beta) Maze Ransomware", + SyntaxId = (short)2, + ViewUrl = "https://kriskintel.com/ktip_maze.txt" + }, + new + { + Id = (short)2313, + Description = "List of malicious domains being leveraged by malware/malicious actors.", + HomeUrl = "https://kriskintel.com/", + Name = "Krisk Intel - Malicious Domains", + SyntaxId = (short)2, + ViewUrl = "https://kriskintel.com/ktip_domain_blacklist.txt" + }, + new + { + Id = (short)2314, + Description = "List of IPs being leveraged by malware/malicious actors.", + HomeUrl = "https://kriskintel.com/", + Name = "Krisk Intel - Malicious IP List", + SyntaxId = (short)2, + ViewUrl = "https://kriskintel.com/ktip_domain_blacklist.txt" + }, + new + { + Id = (short)2315, + Description = "This is a hosts file (IPv4) specifically tailored for Windows users, wherein the list is arranged to have seven hosts per line, thus saving space, and preventing the lag that some users experience when they have a large hosts file on that platform. It is culled from the same sources as the other Combined Privacy Block Lists hosts files.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = (short)44, + Name = "Combined Privacy Block Lists Optimized Windows HOSTS (IPv4)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/NoFormatting/optimized-win.hosts" + }, + new + { + Id = (short)2316, + Description = "This is a hosts file (IPv4 + IPv6) specifically tailored for Windows users, wherein the list is arranged to have seven hosts per line, thus saving space, and preventing the lag that some users experience when they have a large hosts file on that platform. It is culled from the same sources as the other Combined Privacy Block Lists hosts files.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = (short)44, + Name = "Combined Privacy Block Lists Optimized Windows HOSTS (IPv4 + IPv6)", + SyntaxId = (short)35, + ViewUrl = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/NoFormatting/optimized-win-Dual.hosts" + }, + new + { + Id = (short)2317, + Description = "This is a CIDR-format IP block list suitable for routers, older P2P clients and so on, which accept CIDR lists. It is compiled from the same sources as the other IP block lists from Combined Privacy Block Lists, and is likewise deduped + sorted.", + HomeUrl = "https://github.com/bongochong/CombinedPrivacyBlockLists", + LicenseId = (short)44, + Name = "Combined Privacy Block Lists Optimized Windows HOSTS (CIDR)", + SyntaxId = (short)34, + ViewUrl = "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/NoFormatting/combined-flat.cidr" + }, + new + { + Id = (short)2318, + Description = "While the world is struggling to contain the devastating effects of the COVID-19 virus, there are an increasing number of malicious actors attempting to take advantage of it and attack organizations using the desire for information about this virus. At Managed Sentinel, we decided to create and maintain a list of IoCs (IP addresses, domains, URL and hashes) related to COVID-19 malware and update it on regular basis.", + DescriptionSourceUrl = "https://github.com/sophoslabs/covid-iocs/blob/master/README.md", + HomeUrl = "https://www.managedsentinel.com/2020/03/27/azure-sentinel-covid-19-alerts-and-iocs/", + LicenseId = (short)5, + Name = "COVID-19 Indicators of Compromise and Azure Sentinel Alerts (URLs)", + SyntaxId = (short)8, + ViewUrl = "https://managedsentinel.com/downloads/covid19_url.txt" + }, + new + { + Id = (short)2319, + Description = "A list of advertising, analytics, various tracking, potential malware, and so on aimed at mobile users. Aimed primarily at the Pi Hole but also tested on AdAway and DNS66.", + HomeUrl = "https://ftpihole.com", + IssuesUrl = "https://github.com/ftpmorph/ftpihole/issues", + LicenseId = (short)7, + Name = "FTPiHole Smartphone Ads and Trackers Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://ftpihole.s3.eu-west-2.amazonaws.com/blocklists/smartphone-ads-tracking.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/ftpmorph/ftpihole/master/blocklists/smartphone-ads-tracking.txt" + }, + new + { + Id = (short)2320, + Description = "A list for blocking the ads and tracking built into the stock MIUI ROMs of Xiaomi smartphones. Please note that as this list blocks connections to most MIUI servers to achieve that goal, Mi Cloud and similar services may be broken. Google services will continue to work fine and I have specifically ensured that OTAs are not blocked (if OTAs break, please open an issue on GitHub with as much detail as possible). Tested to work on Pi Hole, AdAway, and DNS66. Should work on all domain list based blockers.", + HomeUrl = "https://ftpihole.com", + IssuesUrl = "https://github.com/ftpmorph/ftpihole/issues", + LicenseId = (short)7, + Name = "FTPiHole Xiaomi MIUI Ads and Trackers Blocklist", + SyntaxId = (short)2, + ViewUrl = "https://ftpihole.s3.eu-west-2.amazonaws.com/blocklists/xiaomi-ads-tracking.txt", + ViewUrlMirror1 = "https://raw.githubusercontent.com/ftpmorph/ftpihole/master/blocklists/xiaomi-ads-tracking.txt" + }, + new + { + Id = (short)2321, + Description = "EasyList China + AdGuard Chinese filter. Filter list that specifically removes ads on websites in Chinese language.", + DescriptionSourceUrl = "https://filters.adtidy.org/extension/chromium/filters/224.txt", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Chinese Filter (AdGuard for Chromium)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)6, + ViewUrl = "https://filters.adtidy.org/extension/chromium/filters/224.txt" + }, + new + { + Id = (short)2322, + Description = "EasyList China + AdGuard Chinese filter. Filter list that specifically removes ads on websites in Chinese language.", + DescriptionSourceUrl = "https://filters.adtidy.org/extension/ublock/filters/224.txt", + HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", + LicenseId = (short)12, + Name = "AdGuard Chinese Filter (uBlock Origin)", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)4, + ViewUrl = "https://filters.adtidy.org/extension/ublock/filters/224.txt" + }, + new + { + Id = (short)2323, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + DescriptionSourceUrl = "https://gitlab.com/curben/phishing-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = (short)8, + Name = "phishing-filter", + SyntaxId = (short)4, + ViewUrl = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter.txt", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter.txt", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter.txt" + }, + new + { + Id = (short)2324, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + DescriptionSourceUrl = "https://gitlab.com/curben/phishing-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = (short)8, + Name = "phishing-filter (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-domains.txt", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/phishing-filter/master/phishing-filter-domains.txt", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-domains.txt" + }, + new + { + Id = (short)2325, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + DescriptionSourceUrl = "https://gitlab.com/curben/phishing-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = (short)8, + Name = "phishing-filter (dnsmasq)", + SyntaxId = (short)20, + ViewUrl = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-dnsmasq.conf", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter-dnsmasq.conf", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-dnsmasq.conf" + }, + new + { + Id = (short)2326, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + DescriptionSourceUrl = "https://gitlab.com/curben/phishing-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = (short)8, + Name = "phishing-filter (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-hosts.txt", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter-hosts.txt", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-hosts.txt" + }, + new + { + Id = (short)2327, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + DescriptionSourceUrl = "https://gitlab.com/curben/phishing-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = (short)8, + Name = "phishing-filter (BIND)", + SyntaxId = (short)26, + UpdatedDate = new DateTime(2019, 4, 5, 22, 9, 10, 0, DateTimeKind.Unspecified), + ViewUrl = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-bind.conf", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter-bind.conf", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-bind.conf" + }, + new + { + Id = (short)2328, + Description = "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + DescriptionSourceUrl = "https://gitlab.com/curben/phishing-filter/blob/master/README.md", + HomeUrl = "https://gitlab.com/curben/phishing-filter", + IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", + LicenseId = (short)8, + Name = "phishing-filter (Unbound)", + SyntaxId = (short)24, + ViewUrl = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-unbound.conf", + ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter-unbound.conf", + ViewUrlMirror2 = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-unbound.conf" + }, + new + { + Id = (short)2329, + Description = "Ads and ad sections in websites.", + HomeUrl = "https://infinitytec.github.io/blocklists/blocklists.html", + IssuesUrl = "https://github.com/infinitytec/blocklists/issues", + LicenseId = (short)2, + Name = "infinitytec's blocklists - Adfilters", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/infinitytec/blocklists/master/adfilters.txt" + }, + new + { + Id = (short)2330, + Description = "Annoyances such as cookie banners.", + HomeUrl = "https://infinitytec.github.io/blocklists/blocklists.html", + IssuesUrl = "https://github.com/infinitytec/blocklists/issues", + LicenseId = (short)2, + Name = "infinitytec's blocklists - Annoyances", + SyntaxId = (short)4, + ViewUrl = "https://github.com/infinitytec/blocklists/raw/master/annoyances.txt" + }, + new + { + Id = (short)2331, + Description = "Antivax sites and other medical misinformation.", + HomeUrl = "https://infinitytec.github.io/blocklists/blocklists.html", + IssuesUrl = "https://github.com/infinitytec/blocklists/issues", + LicenseId = (short)2, + Name = "infinitytec's blocklists - Medical pseudoscience", + SyntaxId = (short)4, + ViewUrl = "https://github.com/infinitytec/blocklists/raw/master/medicalpseudoscience.txt" + }, + new + { + Id = (short)2332, + Description = @"Includes MAL-Sync UI +Cosmetic filters for MAL-Sync’s supported sites +Filters for some ads found on the said supported sites +Includes Blur Preview Thumbnails filters +Other hotfixes for Anime and Manga sites", + DescriptionSourceUrl = "https://github.com/Karmesinrot/Anifiltrs/blob/master/README.md", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = (short)4, + Name = "Anifiltrs", + SyntaxId = (short)21, + ViewUrl = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/Anifltrs.txt" + }, + new + { + Id = (short)2333, + Description = @"Filters for unbreaking favicons and images on lolamtisch’s MAL-Sync miniMal iframe +Allow MAL-Sync Extension’s episode release check on Chrome", + DescriptionSourceUrl = "https://github.com/Karmesinrot/Anifiltrs/blob/master/README.md", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = (short)4, + Name = "Anifiltrs — MAL-Sync UI", + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/MAL-Sync%20UI.txt" + }, + new + { + Id = (short)2334, + Description = "Additional filters for sites unsupported by MAL-Sync", + DescriptionSourceUrl = "https://github.com/Karmesinrot/Anifiltrs/blob/master/README.md", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = (short)4, + Name = "Anifiltrs — Extra", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/Anifiltrs%20Main/Anifiltrs%20extra-main.txt" + }, + new + { + Id = (short)2335, + Description = "Main body for Anifiltrs", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = (short)4, + Name = "Anifiltrs — Main", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/Anifiltrs%20Main/Anifiltrs%20main.txt" + }, + new + { + Id = (short)2336, + Description = "Anifiltrs but without Blur Preview Thumbnails", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = (short)4, + Name = "Anifiltrs — Skeletonise", + SyntaxId = (short)21, + ViewUrl = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/Anifiltrs%20%E2%80%94%20skeletonise.txt" + }, + new + { + Id = (short)2337, + Description = "Anifiltrs/Extra without Blur Preview Thumbnails", + HomeUrl = "https://github.com/Karmesinrot/Anifiltrs", + IssuesUrl = "https://github.com/Karmesinrot/Anifiltrs/issues", + LicenseId = (short)4, + Name = "Anifiltrs — Skeletonise + Extra", + SyntaxId = (short)21, + ViewUrl = "https://raw.githubusercontent.com/Karmesinrot/Anifiltrs/master/Anifiltrs%20%E2%80%94%20skeletonise%20extra.txt" + }, + new + { + Id = (short)2338, + HomeUrl = "https://github.com/L33Tech/uLists", + IssuesUrl = "https://github.com/L33Tech/uLists/issues", + Name = "L33T's All-In-One Blocklist by L33Tech", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/L33Tech/uLists/master/Lists/L33TAIO.uBl" + }, + new + { + Id = (short)2339, + Description = "Please see https://stopmodreposts.org/. All credit to above site!", + HomeUrl = "https://github.com/L33Tech/uLists", + IssuesUrl = "https://github.com/L33Tech/uLists/issues", + Name = "StopModReposts for uBlock Orgin by L33Tech", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/L33Tech/uLists/master/Forks/StopModReposts.uBl" + }, + new + { + Id = (short)2340, + Description = "anti-AD is currently the highest-hitcount-filtering ad list in Chinese, which achieves accurate ad blocking and privacy protection. Now supports AdGuard Home, dnsmasq, Surge, Pi-Hole and other excellent network tools.", + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/anti-AD/issues", + LicenseId = (short)2, + Name = "anti-AD (SmartDNS)", + SyntaxId = (short)49, + ViewUrl = "https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-smartdns.conf", + ViewUrlMirror1 = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-smartdns.conf", + ViewUrlMirror2 = "https://anti-ad.net/anti-ad-for-smartdns.conf" + }, + new + { + Id = (short)2341, + Description = "This server currently provides online multiplayer support for a variety of PS2/PC games.", + HomeUrl = "http://bobzent.info/", + Name = "Bobz Entertainment", + SyntaxId = (short)22, + ViewUrl = "66.66.23.98" + }, + new + { + Id = (short)2342, + Description = "One of AdGuard DNS Filter's many source files. This one contains entries for domains not covered by any of its other source lists.", + HomeUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter", + IssuesUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter/issues", + LicenseId = (short)4, + Name = "AdGuard DNS Filter - Additional rules", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/rules.txt" + }, + new + { + Id = (short)2343, + Description = "One of AdGuard DNS Filter's many source files. This one contains whitelistings added by AdGuard themselves.", + HomeUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter", + IssuesUrl = "https://github.com/AdguardTeam/AdguardSDNSFilter/issues", + LicenseId = (short)4, + Name = "AdGuard DNS Filter - Exception rules", + PolicyUrl = "https://kb.adguard.com/en/general/adguard-filter-policy", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/master/Filters/exceptions.txt" + }, + new + { + Id = (short)2344, + Description = "EFF generates this whitelist by scanning the Tranco list of one million domains to see if a compliant Do Not Track policy is posted at /.well-known/dnt-policy.txt on each. EFF has no way of verifying whether the domain actually complies with the policy. The whitelist is updated with each scan.", + EmailAddress = "dnt-policy@eff.org", + HomeUrl = "https://www.eff.org/dnt-policy", + LicenseId = (short)16, + Name = "EFF DNT Policy Whitelist", + SyntaxId = (short)4, + ViewUrl = "https://www.eff.org/files/effdntlist.txt" + }, + new + { + Id = (short)2345, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/unblock#energized-protection---unblock-", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = (short)2, + Name = "Energized Protection - Unblock (Adblockers)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/filter" + }, + new + { + Id = (short)2346, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/unblock#energized-protection---unblock-", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = (short)2, + Name = "Energized Protection - Unblock (Domains)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)50, + ViewUrl = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/domains.txt" + }, + new + { + Id = (short)2347, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/unblock#energized-protection---unblock-", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = (short)2, + Name = "Energized Protection - Unblock (dnsmasq IPv4)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/dnsmasq.conf" + }, + new + { + Id = (short)2348, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/unblock#energized-protection---unblock-", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = (short)2, + Name = "Energized Protection - Unblock (dnsmasq IPv6)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)20, + ViewUrl = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/dnsmasq-ipv6.conf" + }, + new + { + Id = (short)2349, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/unblock#energized-protection---unblock-", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = (short)2, + Name = "Energized Protection - Unblock (Unbound)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)24, + ViewUrl = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/unbound.conf" + }, + new + { + Id = (short)2350, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/unblock#energized-protection---unblock-", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = (short)2, + Name = "Energized Protection - Unblock (RPZ)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)25, + ViewUrl = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/rpz.txt" + }, + new + { + Id = (short)2351, + ChatUrl = "https://t.me/EnergizedProtection", + Description = "This repository is basically a collection of whitelisted domains that are being used in Energized Protection block to keep the legit domains unblocked. Obviously without compromising privacy and security!", + DescriptionSourceUrl = "https://github.com/EnergizedProtection/unblock#energized-protection---unblock-", + DonateUrl = "https://energized.pro/support", + EmailAddress = "mail@energized.pro", + ForumUrl = "https://forum.xda-developers.com/android/software-hacking/energized-protection-ad-porn-malware-t3803773", + HomeUrl = "https://energized.pro", + IssuesUrl = "https://github.com/EnergizedProtection/unblock/issues", + LicenseId = (short)2, + Name = "Energized Protection - Unblock (personalDNSfilter)", + SubmissionUrl = "https://app.energized.pro", + SyntaxId = (short)52, + ViewUrl = "https://raw.githubusercontent.com/EnergizedProtection/unblock/master/basic/formats/pdnsf.txt" + }, + new + { + Id = (short)2352, + EmailAddress = "admin@smartadblock.co.uk", + ForumUrl = "https://www.reddit.com/r/SmartAdBlock/", + HomeUrl = "https://www.smartadblock.co.uk/", + LicenseId = (short)4, + Name = "SmartAdBlock Filter", + SyntaxId = (short)6, + ViewUrl = "https://www.smartadblock.co.uk/filters/sabfilter.txt" + }, + new + { + Id = (short)2353, + HomeUrl = "https://github.com/jdlingyu/ad-wars/", + IssuesUrl = "https://github.com/jdlingyu/ad-wars/issues", + LicenseId = (short)5, + Name = "Ad Wars (Domains)", + SyntaxId = (short)16, + ViewUrl = "https://raw.githubusercontent.com/jdlingyu/ad-wars/master/sha_ad_hosts" + }, + new + { + Id = (short)2354, + Description = "This branch serves the whitelist list which is used by the Ultimate Hosts Blacklist Project.", + DonateUrl = "https://www.paypal.me/mitchellkrog/", + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/Ultimate-Hosts-Blacklist/whitelist", + IssuesUrl = "https://github.com/Ultimate-Hosts-Blacklist/whitelist/issues", + LicenseId = (short)2, + Name = "Ultimate Hosts Blacklist (Whitelist)", + SyntaxId = (short)50, + ViewUrl = "https://raw.githubusercontent.com/Ultimate-Hosts-Blacklist/whitelist/master/domains.list" + }, + new + { + Id = (short)2355, + HomeUrl = "https://github.com/notracking/hosts-blocklists-scripts", + IssuesUrl = "https://github.com/notracking/hosts-blocklists-scripts/issues", + LicenseId = (short)9, + Name = "notracking - Whitelist", + SyntaxId = (short)50, + ViewUrl = "https://raw.githubusercontent.com/notracking/hosts-blocklists-scripts/master/hostnames.whitelist.txt" + }, + new + { + Id = (short)2356, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = (short)2, + Name = "AdBlockList", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlock" + }, + new + { + Id = (short)2357, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = (short)2, + Name = "AdBlockList Lite", + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlockLite" + }, + new + { + Id = (short)2358, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = (short)2, + Name = "AdBlockList (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdList" + }, + new + { + Id = (short)2359, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = (short)2, + Name = "AdBlockList Lite (Domains)", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdListLite" + }, + new + { + Id = (short)2360, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = (short)2, + Name = "AdBlockList (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlock-dnsmasq" + }, + new + { + Id = (short)2361, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = (short)2, + Name = "AdBlockList Lite (Hosts)", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlockLite-dnsmasq" + }, + new + { + Id = (short)2362, + Description = "Self-Customized AdBlockList Focusing on DNS hijacking and AdBlock.", + EmailAddress = "me@licolnlee.icu", + HomeUrl = "https://github.com/Licolnlee/AdBlockList/", + IssuesUrl = "https://github.com/Licolnlee/AdBlockList/issues", + LicenseId = (short)2, + Name = "AdBlockList Allowlist", + SyntaxId = (short)47, + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdAllowlist" + }, + new + { + Id = (short)2363, + Description = "This is a ad-block-rule maintained by XBrowser official.", + DonateUrl = "https://en.xbext.com/", + HomeUrl = "https://github.com/examplecode/ad-rules-for-xbrowser", + IssuesUrl = "https://github.com/examplecode/ad-rules-for-xbrowser/issues", + Name = "Ad Rules for XBrowser", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/examplecode/ad-rules-for-xbrowser/master/core-rule-cn.txt" + }, + new + { + Id = (short)2364, + Description = "neohosts didn't have any of my sites on it, so I made a few additions. It's mainly for fiction sites, but is not limited to fiction sites.", + EmailAddress = "hi.pinglin@gmail.com", + HomeUrl = "https://github.com/ilpl/ad-hosts/", + IssuesUrl = "https://github.com/ilpl/ad-hosts/issues", + LicenseId = (short)4, + Name = "ilpl's Ad Hosts", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/ilpl/ad-hosts/master/hosts" + }, + new + { + Id = (short)2365, + HomeUrl = "https://gitee.com/damengzhudamengzhu/guanggaoguolv/", + IssuesUrl = "https://gitee.com/damengzhudamengzhu/guanggaoguolv/issues", + Name = "jiekouAD", + SyntaxId = (short)4, + ViewUrl = "https://gitee.com/damengzhudamengzhu/guanggaoguolv/raw/master/jiekouAD.txt" + }, + new + { + Id = (short)2366, + Description = "Some PR-Chinese filterlist makers apparently decided to block Falun Gong websites in their anti-ad lists for reasons that had absolutely nothing to do with ads, tracking or malware, and despite the sites already being megablocked within their country. So if you live abroad, and use any of the affected lists, this list is for you.", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Falukorv List", + PublishedDate = new DateTime(2020, 8, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)28, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/FalukorvList.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/FalukorvList.txt" + }, + new + { + Id = (short)2367, + Description = "This host file is based on DuckDuckGo Tracker Radar.", + HomeUrl = "https://go.blokada.org/ddgtrackerradar", + LicenseId = (short)9, + Name = "DuckDuckGo Tracker Radar", + SyntaxId = (short)2, + ViewUrl = "https://blokada.org/blocklists/ddgtrackerradar/standard/hosts.txt" + }, + new + { + Id = (short)2368, + Description = "The V2Ray routing rules file is an enhanced version that replaces the official V2Ray geoip.dat and geosite.dat rules files. It's built automatically every day at 06:00 China Standard Time using GitHub Actions to keep your rules up to date.", + HomeUrl = "https://github.com/Loyalsoldier/v2ray-rules-dat/", + IssuesUrl = "https://github.com/Loyalsoldier/v2ray-rules-dat/issues", + LicenseId = (short)4, + Name = "Loyalsoldier's V2Ray Rules", + SyntaxId = (short)2, + ViewUrl = "https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/reject-list.txt" + }, + new + { + Id = (short)2369, + Description = "This list aims to remove Twitter thread comments that promote K-pop, that are in threads whose OPs have absolutely nothing whatsoever to do with K-pop (e.g. Struggle Tweets, Poorly Aged Things).", + DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://github.com/DandelionSprout/adfilt", + IssuesUrl = "https://github.com/DandelionSprout/adfilt/issues", + LicenseId = (short)35, + Name = "Anti-'K-pop spammers on Twitter' List", + PublishedDate = new DateTime(2020, 8, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), + SyntaxId = (short)3, + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiKpopSpammersTwitter.txt", + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiKpopSpammersTwitter.txt" + }, + new + { + Id = (short)2370, + Description = "Hosts file, used to block some pop-up ads and casino ads. Feedback is welcome!", + HomeUrl = "https://github.com/Goooler/1024_hosts/", + IssuesUrl = "https://github.com/Goooler/1024_hosts/issues", + LicenseId = (short)18, + Name = "1024 Hosts", + SyntaxId = (short)1, + ViewUrl = "https://raw.githubusercontent.com/Goooler/1024_hosts/master/hosts" + }, + new + { + Id = (short)2371, + HomeUrl = "https://github.com/adbyby/xwhyc-rules/", + IssuesUrl = "https://github.com/adbyby/xwhyc-rules/issues", + Name = "XWHYC Rules", + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/adbyby/xwhyc-rules/master/lazy.txt" + }, + new + { + Id = (short)2372, + HomeUrl = "https://anti-ad.net/", + IssuesUrl = "https://github.com/privacy-protection-tools/dead-horse/issues", + Name = "anti-AD (Whitelist)", + SyntaxId = (short)50, + ViewUrl = "https://raw.githubusercontent.com/privacy-protection-tools/dead-horse/master/anti-ad-white-list.txt" + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.Dependent", b => + { + b.Property("DependentFilterListId") + .HasColumnType("SMALLINT"); + + b.Property("DependencyFilterListId") + .HasColumnType("SMALLINT"); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.HasKey("DependentFilterListId", "DependencyFilterListId"); + + b.HasIndex("DependencyFilterListId"); + + b.ToTable("dependents"); + + b.HasData( + new + { + DependentFilterListId = (short)344, + DependencyFilterListId = (short)301 + }, + new + { + DependentFilterListId = (short)344, + DependencyFilterListId = (short)479 + }, + new + { + DependentFilterListId = (short)819, + DependencyFilterListId = (short)97 + }, + new + { + DependentFilterListId = (short)852, + DependencyFilterListId = (short)97 + }, + new + { + DependentFilterListId = (short)853, + DependencyFilterListId = (short)97 + }, + new + { + DependentFilterListId = (short)1816, + DependencyFilterListId = (short)60 + }, + new + { + DependentFilterListId = (short)1817, + DependencyFilterListId = (short)347 + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.FilterListLanguage", b => + { + b.Property("FilterListId") + .HasColumnType("SMALLINT"); + + b.Property("LanguageId") + .HasColumnType("SMALLINT"); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.HasKey("FilterListId", "LanguageId"); + + b.HasIndex("LanguageId"); + + b.ToTable("filterlists_languages"); + + b.HasData( + new + { + FilterListId = (short)1, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)6, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)11, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)11, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)12, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)12, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)13, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)13, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)14, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)16, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)20, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)20, + LanguageId = (short)46 + }, + new + { + FilterListId = (short)20, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)20, + LanguageId = (short)137 + }, + new + { + FilterListId = (short)20, + LanguageId = (short)143 + }, + new + { + FilterListId = (short)20, + LanguageId = (short)160 + }, + new + { + FilterListId = (short)30, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)31, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)39, + LanguageId = (short)27 + }, + new + { + FilterListId = (short)49, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)51, + LanguageId = (short)168 + }, + new + { + FilterListId = (short)53, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)56, + LanguageId = (short)27 + }, + new + { + FilterListId = (short)59, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)60, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)61, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)62, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)63, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)69, + LanguageId = (short)160 + }, + new + { + FilterListId = (short)72, + LanguageId = (short)177 + }, + new + { + FilterListId = (short)84, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)99, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)100, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)101, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)113, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)114, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)116, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)117, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)118, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)119, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)131, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)131, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)131, + LanguageId = (short)56 + }, + new + { + FilterListId = (short)131, + LanguageId = (short)133 + }, + new + { + FilterListId = (short)131, + LanguageId = (short)147 + }, + new + { + FilterListId = (short)132, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)133, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)133, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)133, + LanguageId = (short)56 + }, + new + { + FilterListId = (short)133, + LanguageId = (short)133 + }, + new + { + FilterListId = (short)133, + LanguageId = (short)147 + }, + new + { + FilterListId = (short)134, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)136, + LanguageId = (short)76 + }, + new + { + FilterListId = (short)141, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)143, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)144, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)145, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)146, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)147, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)150, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)151, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)156, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)158, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)158, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)161, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)161, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)161, + LanguageId = (short)133 + }, + new + { + FilterListId = (short)161, + LanguageId = (short)147 + }, + new + { + FilterListId = (short)163, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)164, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)166, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)166, + LanguageId = (short)129 + }, + new + { + FilterListId = (short)167, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)171, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)171, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)178, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)181, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)183, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)197, + LanguageId = (short)31 + }, + new + { + FilterListId = (short)197, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)198, + LanguageId = (short)31 + }, + new + { + FilterListId = (short)198, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)199, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)200, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)201, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)202, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)203, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)204, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)205, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)206, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)215, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)216, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)217, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)220, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)221, + LanguageId = (short)112 + }, + new + { + FilterListId = (short)222, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)223, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)224, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)225, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)228, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)232, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)237, + LanguageId = (short)112 + }, + new + { + FilterListId = (short)240, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)245, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)246, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)246, + LanguageId = (short)95 + }, + new + { + FilterListId = (short)248, + LanguageId = (short)25 + }, + new + { + FilterListId = (short)251, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)251, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)252, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)253, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)254, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)256, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)257, + LanguageId = (short)83 + }, + new + { + FilterListId = (short)258, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)258, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)260, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)261, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)262, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)263, + LanguageId = (short)183 + }, + new + { + FilterListId = (short)264, + LanguageId = (short)175 + }, + new + { + FilterListId = (short)267, + LanguageId = (short)25 + }, + new + { + FilterListId = (short)268, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)269, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)277, + LanguageId = (short)105 + }, + new + { + FilterListId = (short)278, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)281, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)283, + LanguageId = (short)113 + }, + new + { + FilterListId = (short)284, + LanguageId = (short)113 + }, + new + { + FilterListId = (short)289, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)290, + LanguageId = (short)183 + }, + new + { + FilterListId = (short)291, + LanguageId = (short)183 + }, + new + { + FilterListId = (short)292, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)293, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)294, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)295, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)297, + LanguageId = (short)75 + }, + new + { + FilterListId = (short)297, + LanguageId = (short)105 + }, + new + { + FilterListId = (short)298, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)299, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)300, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)305, + LanguageId = (short)75 + }, + new + { + FilterListId = (short)305, + LanguageId = (short)105 + }, + new + { + FilterListId = (short)315, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)316, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)329, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)330, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)330, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)331, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)331, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)332, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)333, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)334, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)335, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)336, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)337, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)338, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)339, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)340, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)341, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)342, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)343, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)344, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)345, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)346, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)347, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)349, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)350, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)369, + LanguageId = (short)75 + }, + new + { + FilterListId = (short)369, + LanguageId = (short)105 + }, + new + { + FilterListId = (short)370, + LanguageId = (short)75 + }, + new + { + FilterListId = (short)370, + LanguageId = (short)105 + }, + new + { + FilterListId = (short)388, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)390, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)399, + LanguageId = (short)83 + }, + new + { + FilterListId = (short)416, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)422, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)422, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)429, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)429, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)430, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)430, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)435, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)437, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)479, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)480, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)508, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)562, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)563, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)569, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)570, + LanguageId = (short)105 + }, + new + { + FilterListId = (short)573, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)574, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)575, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)583, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)585, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)586, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)593, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)598, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)599, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)600, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)601, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)602, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)607, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)608, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)609, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)610, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)611, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)612, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)613, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)614, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)616, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)663, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)670, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)670, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)680, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)680, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)689, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)703, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)720, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)721, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)726, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)728, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)731, + LanguageId = (short)83 + }, + new + { + FilterListId = (short)731, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)734, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)743, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)744, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)746, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)747, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)756, + LanguageId = (short)27 + }, + new + { + FilterListId = (short)758, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)759, + LanguageId = (short)183 + }, + new + { + FilterListId = (short)766, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)767, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)767, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)769, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)770, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)773, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)775, + LanguageId = (short)25 + }, + new + { + FilterListId = (short)776, + LanguageId = (short)113 + }, + new + { + FilterListId = (short)777, + LanguageId = (short)27 + }, + new + { + FilterListId = (short)779, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)780, + LanguageId = (short)183 + }, + new + { + FilterListId = (short)781, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)782, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)783, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)784, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)786, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)786, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)787, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)787, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)787, + LanguageId = (short)56 + }, + new + { + FilterListId = (short)787, + LanguageId = (short)133 + }, + new + { + FilterListId = (short)787, + LanguageId = (short)147 + }, + new + { + FilterListId = (short)788, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)789, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)790, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)791, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)791, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)791, + LanguageId = (short)56 + }, + new + { + FilterListId = (short)791, + LanguageId = (short)133 + }, + new + { + FilterListId = (short)791, + LanguageId = (short)147 + }, + new + { + FilterListId = (short)793, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)793, + LanguageId = (short)95 + }, + new + { + FilterListId = (short)794, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)795, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)795, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)796, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)798, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)798, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)799, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)800, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)800, + LanguageId = (short)95 + }, + new + { + FilterListId = (short)801, + LanguageId = (short)29 + }, + new + { + FilterListId = (short)802, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)803, + LanguageId = (short)160 + }, + new + { + FilterListId = (short)804, + LanguageId = (short)84 + }, + new + { + FilterListId = (short)805, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)805, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)805, + LanguageId = (short)56 + }, + new + { + FilterListId = (short)805, + LanguageId = (short)133 + }, + new + { + FilterListId = (short)805, + LanguageId = (short)147 + }, + new + { + FilterListId = (short)806, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)807, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)808, + LanguageId = (short)177 + }, + new + { + FilterListId = (short)809, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)814, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)815, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)815, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)817, + LanguageId = (short)83 + }, + new + { + FilterListId = (short)818, + LanguageId = (short)8 + }, + new + { + FilterListId = (short)818, + LanguageId = (short)32 + }, + new + { + FilterListId = (short)818, + LanguageId = (short)41 + }, + new + { + FilterListId = (short)818, + LanguageId = (short)84 + }, + new + { + FilterListId = (short)818, + LanguageId = (short)85 + }, + new + { + FilterListId = (short)818, + LanguageId = (short)134 + }, + new + { + FilterListId = (short)818, + LanguageId = (short)170 + }, + new + { + FilterListId = (short)818, + LanguageId = (short)175 + }, + new + { + FilterListId = (short)822, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)827, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)827, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)828, + LanguageId = (short)107 + }, + new + { + FilterListId = (short)829, + LanguageId = (short)74 + }, + new + { + FilterListId = (short)829, + LanguageId = (short)84 + }, + new + { + FilterListId = (short)836, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)839, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)839, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)846, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)847, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)868, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)869, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)870, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)871, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)872, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)873, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)874, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)875, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)876, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)877, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)878, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)879, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)882, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)884, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)885, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)886, + LanguageId = (short)83 + }, + new + { + FilterListId = (short)887, + LanguageId = (short)120 + }, + new + { + FilterListId = (short)888, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)889, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)890, + LanguageId = (short)95 + }, + new + { + FilterListId = (short)891, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)892, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)894, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)895, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)897, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)898, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)899, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)901, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)902, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)904, + LanguageId = (short)133 + }, + new + { + FilterListId = (short)905, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)906, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)907, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)909, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)910, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)911, + LanguageId = (short)71 + }, + new + { + FilterListId = (short)912, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)913, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)914, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)915, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)916, + LanguageId = (short)113 + }, + new + { + FilterListId = (short)917, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)920, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)921, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)922, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)923, + LanguageId = (short)95 + }, + new + { + FilterListId = (short)924, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)925, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)926, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)927, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)928, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)930, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)931, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)932, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)933, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)934, + LanguageId = (short)71 + }, + new + { + FilterListId = (short)935, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)937, + LanguageId = (short)105 + }, + new + { + FilterListId = (short)938, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)940, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)941, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)942, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)943, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)944, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)945, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)946, + LanguageId = (short)112 + }, + new + { + FilterListId = (short)948, + LanguageId = (short)137 + }, + new + { + FilterListId = (short)949, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)951, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)952, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)953, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)954, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)955, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)956, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)957, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)959, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)960, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)961, + LanguageId = (short)168 + }, + new + { + FilterListId = (short)962, + LanguageId = (short)143 + }, + new + { + FilterListId = (short)963, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)964, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)965, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)966, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)967, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)968, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)969, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)970, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)971, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)972, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)973, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)974, + LanguageId = (short)177 + }, + new + { + FilterListId = (short)975, + LanguageId = (short)160 + }, + new + { + FilterListId = (short)976, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)977, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)978, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)979, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)980, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)981, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)982, + LanguageId = (short)183 + }, + new + { + FilterListId = (short)983, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)984, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)985, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)986, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)987, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)988, + LanguageId = (short)147 + }, + new + { + FilterListId = (short)989, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)990, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)991, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)994, + LanguageId = (short)27 + }, + new + { + FilterListId = (short)995, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)996, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)997, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)998, + LanguageId = (short)25 + }, + new + { + FilterListId = (short)1000, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)1001, + LanguageId = (short)29 + }, + new + { + FilterListId = (short)1002, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1004, + LanguageId = (short)31 + }, + new + { + FilterListId = (short)1005, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1007, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1009, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1010, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1011, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)1013, + LanguageId = (short)71 + }, + new + { + FilterListId = (short)1014, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1015, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1016, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)1017, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1020, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)1021, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1022, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1023, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1024, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1025, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1026, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1027, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1028, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1029, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1030, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1031, + LanguageId = (short)55 + }, + new + { + FilterListId = (short)1032, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1033, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1034, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1035, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1036, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1038, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1039, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)1040, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)1041, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1042, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1043, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)1044, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)1047, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1048, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1049, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1050, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1052, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)1053, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)1054, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1055, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1056, + LanguageId = (short)71 + }, + new + { + FilterListId = (short)1057, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1058, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1060, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)1061, + LanguageId = (short)75 + }, + new + { + FilterListId = (short)1062, + LanguageId = (short)76 + }, + new + { + FilterListId = (short)1064, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1065, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1066, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)1067, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1068, + LanguageId = (short)74 + }, + new + { + FilterListId = (short)1068, + LanguageId = (short)84 + }, + new + { + FilterListId = (short)1069, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1070, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)1071, + LanguageId = (short)83 + }, + new + { + FilterListId = (short)1073, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1075, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)1077, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)1079, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1080, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1082, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1083, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1084, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)1086, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1087, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1088, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1089, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)1090, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1091, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1092, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1093, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1094, + LanguageId = (short)56 + }, + new + { + FilterListId = (short)1096, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1097, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)1098, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1099, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1100, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1101, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1102, + LanguageId = (short)113 + }, + new + { + FilterListId = (short)1104, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1105, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1106, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1107, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)1108, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)1111, + LanguageId = (short)112 + }, + new + { + FilterListId = (short)1112, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)1113, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)1114, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)1115, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)1117, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)1118, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1123, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1124, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1128, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1143, + LanguageId = (short)75 + }, + new + { + FilterListId = (short)1143, + LanguageId = (short)105 + }, + new + { + FilterListId = (short)1144, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)1146, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)1148, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1148, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1149, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)1153, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1154, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)1156, + LanguageId = (short)168 + }, + new + { + FilterListId = (short)1159, + LanguageId = (short)177 + }, + new + { + FilterListId = (short)1160, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)1162, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1164, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)1165, + LanguageId = (short)27 + }, + new + { + FilterListId = (short)1167, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1173, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1173, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1180, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)1189, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)1190, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)1190, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)1191, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)1192, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)1194, + LanguageId = (short)76 + }, + new + { + FilterListId = (short)1197, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1214, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1215, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1218, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)1220, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)1224, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)1239, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)1242, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1242, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)1279, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)1280, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)1281, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)1283, + LanguageId = (short)120 + }, + new + { + FilterListId = (short)1284, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)1286, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1286, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1294, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)1298, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1299, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1483, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1528, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1528, + LanguageId = (short)129 + }, + new + { + FilterListId = (short)1529, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)1536, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1540, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)1543, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)1544, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)1545, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)1546, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)1547, + LanguageId = (short)8 + }, + new + { + FilterListId = (short)1547, + LanguageId = (short)32 + }, + new + { + FilterListId = (short)1547, + LanguageId = (short)41 + }, + new + { + FilterListId = (short)1547, + LanguageId = (short)84 + }, + new + { + FilterListId = (short)1547, + LanguageId = (short)85 + }, + new + { + FilterListId = (short)1547, + LanguageId = (short)134 + }, + new + { + FilterListId = (short)1547, + LanguageId = (short)170 + }, + new + { + FilterListId = (short)1547, + LanguageId = (short)175 + }, + new + { + FilterListId = (short)1548, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)1548, + LanguageId = (short)95 + }, + new + { + FilterListId = (short)1549, + LanguageId = (short)139 + }, + new + { + FilterListId = (short)1554, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)1554, + LanguageId = (short)31 + }, + new + { + FilterListId = (short)1554, + LanguageId = (short)55 + }, + new + { + FilterListId = (short)1554, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1555, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)1562, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)1562, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1563, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)1566, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)1568, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1569, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1570, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)1573, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1574, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)1574, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1581, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1581, + LanguageId = (short)46 + }, + new + { + FilterListId = (short)1581, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1581, + LanguageId = (short)137 + }, + new + { + FilterListId = (short)1581, + LanguageId = (short)143 + }, + new + { + FilterListId = (short)1581, + LanguageId = (short)160 + }, + new + { + FilterListId = (short)1582, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1582, + LanguageId = (short)46 + }, + new + { + FilterListId = (short)1582, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1582, + LanguageId = (short)137 + }, + new + { + FilterListId = (short)1582, + LanguageId = (short)143 + }, + new + { + FilterListId = (short)1582, + LanguageId = (short)160 + }, + new + { + FilterListId = (short)1583, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1583, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1583, + LanguageId = (short)160 + }, + new + { + FilterListId = (short)1584, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1584, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1585, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1585, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1593, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1593, + LanguageId = (short)46 + }, + new + { + FilterListId = (short)1593, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1593, + LanguageId = (short)137 + }, + new + { + FilterListId = (short)1593, + LanguageId = (short)143 + }, + new + { + FilterListId = (short)1593, + LanguageId = (short)160 + }, + new + { + FilterListId = (short)1625, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1627, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)1638, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)1642, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)1656, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)1658, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)1666, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1667, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)1669, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)1670, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)1671, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)1672, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)1702, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1703, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)1704, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)1706, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)1707, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1708, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1709, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1712, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1713, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1725, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)1725, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)1725, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1739, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1799, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)1803, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1804, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1805, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1816, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)1817, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)1840, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1840, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1841, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1841, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1842, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1842, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1846, + LanguageId = (short)29 + }, + new + { + FilterListId = (short)1848, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1849, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1850, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1852, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)1853, + LanguageId = (short)87 + }, + new + { + FilterListId = (short)1857, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1858, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1859, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1860, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1861, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1862, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1863, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)1864, + LanguageId = (short)74 + }, + new + { + FilterListId = (short)1865, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)1876, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1876, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1877, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1877, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1878, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1878, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)1886, + LanguageId = (short)29 + }, + new + { + FilterListId = (short)1888, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1890, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)1897, + LanguageId = (short)10 + }, + new + { + FilterListId = (short)1915, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)1918, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1929, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)1932, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)1938, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1941, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1947, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1948, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1949, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)1961, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)1962, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)2041, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)2041, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)2043, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2044, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2045, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2046, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2079, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2080, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2081, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)2082, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)2083, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)2084, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2085, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2086, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2088, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2089, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2090, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2091, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)2092, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)2093, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)2094, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)2101, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2102, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2104, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2105, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2106, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2109, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2110, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2111, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2115, + LanguageId = (short)8 + }, + new + { + FilterListId = (short)2115, + LanguageId = (short)32 + }, + new + { + FilterListId = (short)2115, + LanguageId = (short)41 + }, + new + { + FilterListId = (short)2115, + LanguageId = (short)84 + }, + new + { + FilterListId = (short)2115, + LanguageId = (short)85 + }, + new + { + FilterListId = (short)2115, + LanguageId = (short)134 + }, + new + { + FilterListId = (short)2115, + LanguageId = (short)170 + }, + new + { + FilterListId = (short)2115, + LanguageId = (short)175 + }, + new + { + FilterListId = (short)2117, + LanguageId = (short)8 + }, + new + { + FilterListId = (short)2117, + LanguageId = (short)32 + }, + new + { + FilterListId = (short)2117, + LanguageId = (short)41 + }, + new + { + FilterListId = (short)2117, + LanguageId = (short)84 + }, + new + { + FilterListId = (short)2117, + LanguageId = (short)85 + }, + new + { + FilterListId = (short)2117, + LanguageId = (short)134 + }, + new + { + FilterListId = (short)2117, + LanguageId = (short)170 + }, + new + { + FilterListId = (short)2117, + LanguageId = (short)175 + }, + new + { + FilterListId = (short)2118, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)2119, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)2120, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)2121, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)2122, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)2123, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)2124, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)2126, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2127, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2128, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2129, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2130, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2131, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2132, + LanguageId = (short)154 + }, + new + { + FilterListId = (short)2133, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)2135, + LanguageId = (short)177 + }, + new + { + FilterListId = (short)2136, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)2138, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)2139, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)2149, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)2150, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)2158, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)2185, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2185, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)2185, + LanguageId = (short)133 + }, + new + { + FilterListId = (short)2185, + LanguageId = (short)147 + }, + new + { + FilterListId = (short)2187, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)2187, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)2188, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2189, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2189, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)2189, + LanguageId = (short)56 + }, + new + { + FilterListId = (short)2189, + LanguageId = (short)133 + }, + new + { + FilterListId = (short)2189, + LanguageId = (short)147 + }, + new + { + FilterListId = (short)2194, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2200, + LanguageId = (short)48 + }, + new + { + FilterListId = (short)2201, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)2202, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)2204, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2204, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)2204, + LanguageId = (short)133 + }, + new + { + FilterListId = (short)2204, + LanguageId = (short)147 + }, + new + { + FilterListId = (short)2207, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)2208, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)2210, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2210, + LanguageId = (short)129 + }, + new + { + FilterListId = (short)2211, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)2213, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)2214, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2214, + LanguageId = (short)129 + }, + new + { + FilterListId = (short)2230, + LanguageId = (short)31 + }, + new + { + FilterListId = (short)2230, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)2231, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)2232, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2232, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)2233, + LanguageId = (short)113 + }, + new + { + FilterListId = (short)2235, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2236, + LanguageId = (short)75 + }, + new + { + FilterListId = (short)2237, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)2238, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)2239, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)2240, + LanguageId = (short)25 + }, + new + { + FilterListId = (short)2241, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)2242, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)2243, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)2246, + LanguageId = (short)8 + }, + new + { + FilterListId = (short)2246, + LanguageId = (short)32 + }, + new + { + FilterListId = (short)2246, + LanguageId = (short)41 + }, + new + { + FilterListId = (short)2246, + LanguageId = (short)84 + }, + new + { + FilterListId = (short)2246, + LanguageId = (short)85 + }, + new + { + FilterListId = (short)2246, + LanguageId = (short)134 + }, + new + { + FilterListId = (short)2246, + LanguageId = (short)170 + }, + new + { + FilterListId = (short)2246, + LanguageId = (short)175 + }, + new + { + FilterListId = (short)2247, + LanguageId = (short)183 + }, + new + { + FilterListId = (short)2248, + LanguageId = (short)27 + }, + new + { + FilterListId = (short)2249, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)2250, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)2250, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)2251, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)2251, + LanguageId = (short)31 + }, + new + { + FilterListId = (short)2251, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)2252, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2253, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)2254, + LanguageId = (short)58 + }, + new + { + FilterListId = (short)2255, + LanguageId = (short)18 + }, + new + { + FilterListId = (short)2255, + LanguageId = (short)54 + }, + new + { + FilterListId = (short)2256, + LanguageId = (short)113 + }, + new + { + FilterListId = (short)2258, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2259, + LanguageId = (short)75 + }, + new + { + FilterListId = (short)2260, + LanguageId = (short)108 + }, + new + { + FilterListId = (short)2261, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)2262, + LanguageId = (short)159 + }, + new + { + FilterListId = (short)2263, + LanguageId = (short)25 + }, + new + { + FilterListId = (short)2264, + LanguageId = (short)11 + }, + new + { + FilterListId = (short)2265, + LanguageId = (short)13 + }, + new + { + FilterListId = (short)2266, + LanguageId = (short)79 + }, + new + { + FilterListId = (short)2269, + LanguageId = (short)8 + }, + new + { + FilterListId = (short)2269, + LanguageId = (short)32 + }, + new + { + FilterListId = (short)2269, + LanguageId = (short)41 + }, + new + { + FilterListId = (short)2269, + LanguageId = (short)84 + }, + new + { + FilterListId = (short)2269, + LanguageId = (short)85 + }, + new + { + FilterListId = (short)2269, + LanguageId = (short)134 + }, + new + { + FilterListId = (short)2269, + LanguageId = (short)170 + }, + new + { + FilterListId = (short)2269, + LanguageId = (short)175 + }, + new + { + FilterListId = (short)2270, + LanguageId = (short)183 + }, + new + { + FilterListId = (short)2271, + LanguageId = (short)27 + }, + new + { + FilterListId = (short)2272, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)2273, + LanguageId = (short)122 + }, + new + { + FilterListId = (short)2273, + LanguageId = (short)163 + }, + new + { + FilterListId = (short)2274, + LanguageId = (short)17 + }, + new + { + FilterListId = (short)2275, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2276, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2278, + LanguageId = (short)167 + }, + new + { + FilterListId = (short)2282, + LanguageId = (short)141 + }, + new + { + FilterListId = (short)2286, + LanguageId = (short)44 + }, + new + { + FilterListId = (short)2286, + LanguageId = (short)46 + }, + new + { + FilterListId = (short)2286, + LanguageId = (short)106 + }, + new + { + FilterListId = (short)2286, + LanguageId = (short)137 + }, + new + { + FilterListId = (short)2286, + LanguageId = (short)143 + }, + new + { + FilterListId = (short)2286, + LanguageId = (short)160 + }, + new + { + FilterListId = (short)2289, + LanguageId = (short)179 + }, + new + { + FilterListId = (short)2292, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2321, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2322, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2329, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2330, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2331, + LanguageId = (short)110 + }, + new + { + FilterListId = (short)2340, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2353, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2356, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2357, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2358, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2359, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2360, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2361, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2362, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2363, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2364, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2365, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2368, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2370, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2371, + LanguageId = (short)99 + }, + new + { + FilterListId = (short)2372, + LanguageId = (short)99 + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.FilterListMaintainer", b => + { + b.Property("FilterListId") + .HasColumnType("SMALLINT"); + + b.Property("MaintainerId") + .HasColumnType("SMALLINT"); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.HasKey("FilterListId", "MaintainerId"); + + b.HasIndex("MaintainerId"); + + b.ToTable("filterlists_maintainers"); + + b.HasData( + new + { + FilterListId = (short)1, + MaintainerId = (short)2 + }, + new + { + FilterListId = (short)1483, + MaintainerId = (short)2 + }, + new + { + FilterListId = (short)2, + MaintainerId = (short)3 + }, + new + { + FilterListId = (short)3, + MaintainerId = (short)4 + }, + new + { + FilterListId = (short)4, + MaintainerId = (short)5 + }, + new + { + FilterListId = (short)5, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)97, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)98, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)227, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)229, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)233, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)235, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)236, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)306, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)506, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2230, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2231, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2232, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2233, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2234, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2235, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2236, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2237, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2238, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2239, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2240, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2241, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2242, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2243, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2244, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2245, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2246, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2247, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2248, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2249, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2250, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2251, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2252, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2253, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2254, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2255, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2256, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2257, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2258, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2259, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2260, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2261, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2262, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2263, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2264, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2265, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2266, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2267, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2268, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2269, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2270, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2271, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2272, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2273, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2274, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)2275, + MaintainerId = (short)6 + }, + new + { + FilterListId = (short)11, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)13, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)56, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)117, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)133, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)170, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)197, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)214, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)239, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)240, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)241, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)242, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)243, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)244, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)248, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)269, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)283, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)289, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)290, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)292, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)293, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)294, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)295, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)297, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)299, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)301, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)479, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)507, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)773, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)775, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)776, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)777, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)778, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)779, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)780, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)781, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)782, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)783, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)784, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)786, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)787, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)789, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)790, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)792, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)796, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)797, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)798, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)799, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)800, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)806, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1529, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1537, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1538, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1539, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1540, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1541, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1542, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1543, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1544, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1548, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)1549, + MaintainerId = (short)7 + }, + new + { + FilterListId = (short)6, + MaintainerId = (short)8 + }, + new + { + FilterListId = (short)10, + MaintainerId = (short)10 + }, + new + { + FilterListId = (short)681, + MaintainerId = (short)10 + }, + new + { + FilterListId = (short)11, + MaintainerId = (short)11 + }, + new + { + FilterListId = (short)12, + MaintainerId = (short)11 + }, + new + { + FilterListId = (short)798, + MaintainerId = (short)11 + }, + new + { + FilterListId = (short)11, + MaintainerId = (short)12 + }, + new + { + FilterListId = (short)12, + MaintainerId = (short)12 + }, + new + { + FilterListId = (short)13, + MaintainerId = (short)12 + }, + new + { + FilterListId = (short)14, + MaintainerId = (short)12 + }, + new + { + FilterListId = (short)786, + MaintainerId = (short)12 + }, + new + { + FilterListId = (short)788, + MaintainerId = (short)12 + }, + new + { + FilterListId = (short)798, + MaintainerId = (short)12 + }, + new + { + FilterListId = (short)11, + MaintainerId = (short)13 + }, + new + { + FilterListId = (short)12, + MaintainerId = (short)13 + }, + new + { + FilterListId = (short)13, + MaintainerId = (short)13 + }, + new + { + FilterListId = (short)14, + MaintainerId = (short)13 + }, + new + { + FilterListId = (short)786, + MaintainerId = (short)13 + }, + new + { + FilterListId = (short)788, + MaintainerId = (short)13 + }, + new + { + FilterListId = (short)798, + MaintainerId = (short)13 + }, + new + { + FilterListId = (short)184, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)247, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)249, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)250, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)254, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)255, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)256, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)257, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)258, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)259, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)260, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)261, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)262, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)263, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)264, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)265, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)266, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)564, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)759, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)762, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)763, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)764, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)765, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)774, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)785, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)2034, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)2035, + MaintainerId = (short)14 + }, + new + { + FilterListId = (short)566, + MaintainerId = (short)15 + }, + new + { + FilterListId = (short)569, + MaintainerId = (short)15 + }, + new + { + FilterListId = (short)570, + MaintainerId = (short)15 + }, + new + { + FilterListId = (short)573, + MaintainerId = (short)15 + }, + new + { + FilterListId = (short)574, + MaintainerId = (short)15 + }, + new + { + FilterListId = (short)575, + MaintainerId = (short)15 + }, + new + { + FilterListId = (short)583, + MaintainerId = (short)15 + }, + new + { + FilterListId = (short)585, + MaintainerId = (short)15 + }, + new + { + FilterListId = (short)586, + MaintainerId = (short)15 + }, + new + { + FilterListId = (short)1799, + MaintainerId = (short)15 + }, + new + { + FilterListId = (short)16, + MaintainerId = (short)18 + }, + new + { + FilterListId = (short)17, + MaintainerId = (short)19 + }, + new + { + FilterListId = (short)18, + MaintainerId = (short)20 + }, + new + { + FilterListId = (short)307, + MaintainerId = (short)20 + }, + new + { + FilterListId = (short)19, + MaintainerId = (short)21 + }, + new + { + FilterListId = (short)308, + MaintainerId = (short)21 + }, + new + { + FilterListId = (short)20, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)248, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)267, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)327, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)385, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)388, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)391, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)392, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)393, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)430, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)431, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)432, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)433, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)434, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)504, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)505, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)603, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)670, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)680, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)775, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)816, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)819, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)848, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)850, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)851, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)852, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)853, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)855, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)856, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)857, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)859, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)863, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1247, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1289, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1290, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1291, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1292, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1293, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1454, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1455, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1456, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1459, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1460, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1461, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1535, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1550, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1551, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1552, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1554, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1564, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1565, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1575, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1576, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1579, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1581, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1582, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1583, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1584, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1585, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1586, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1587, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1588, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1589, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1590, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1591, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1592, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1593, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1604, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1605, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1606, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1635, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1636, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1637, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1736, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1737, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1738, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1814, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1815, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1832, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1840, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1841, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1842, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1876, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1877, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1878, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1901, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1929, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1930, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1951, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1952, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1964, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1965, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1966, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1967, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1972, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1973, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1974, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1975, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1976, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1977, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1978, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1979, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1980, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1981, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1983, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1984, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1987, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1988, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1989, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1990, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1991, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2041, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2112, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2113, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2114, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2156, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2157, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2158, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2163, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2220, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2286, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2287, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2366, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)2369, + MaintainerId = (short)22 + }, + new + { + FilterListId = (short)1664, + MaintainerId = (short)23 + }, + new + { + FilterListId = (short)1665, + MaintainerId = (short)23 + }, + new + { + FilterListId = (short)27, + MaintainerId = (short)24 + }, + new + { + FilterListId = (short)309, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)810, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)811, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)812, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)1734, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)1735, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)1953, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)1954, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)1955, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)2001, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)2002, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)2003, + MaintainerId = (short)25 + }, + new + { + FilterListId = (short)311, + MaintainerId = (short)26 + }, + new + { + FilterListId = (short)312, + MaintainerId = (short)26 + }, + new + { + FilterListId = (short)313, + MaintainerId = (short)26 + }, + new + { + FilterListId = (short)315, + MaintainerId = (short)28 + }, + new + { + FilterListId = (short)316, + MaintainerId = (short)29 + }, + new + { + FilterListId = (short)317, + MaintainerId = (short)30 + }, + new + { + FilterListId = (short)318, + MaintainerId = (short)30 + }, + new + { + FilterListId = (short)319, + MaintainerId = (short)30 + }, + new + { + FilterListId = (short)320, + MaintainerId = (short)30 + }, + new + { + FilterListId = (short)321, + MaintainerId = (short)30 + }, + new + { + FilterListId = (short)322, + MaintainerId = (short)30 + }, + new + { + FilterListId = (short)323, + MaintainerId = (short)30 + }, + new + { + FilterListId = (short)1458, + MaintainerId = (short)30 + }, + new + { + FilterListId = (short)324, + MaintainerId = (short)31 + }, + new + { + FilterListId = (short)84, + MaintainerId = (short)32 + }, + new + { + FilterListId = (short)216, + MaintainerId = (short)32 + }, + new + { + FilterListId = (short)223, + MaintainerId = (short)32 + }, + new + { + FilterListId = (short)224, + MaintainerId = (short)32 + }, + new + { + FilterListId = (short)341, + MaintainerId = (short)32 + }, + new + { + FilterListId = (short)343, + MaintainerId = (short)32 + }, + new + { + FilterListId = (short)345, + MaintainerId = (short)32 + }, + new + { + FilterListId = (short)346, + MaintainerId = (short)32 + }, + new + { + FilterListId = (short)347, + MaintainerId = (short)32 + }, + new + { + FilterListId = (short)1817, + MaintainerId = (short)32 + }, + new + { + FilterListId = (short)30, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)60, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)61, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)349, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)390, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)508, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)607, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)608, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)609, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)610, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)611, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)612, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)613, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)614, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)616, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)1816, + MaintainerId = (short)34 + }, + new + { + FilterListId = (short)325, + MaintainerId = (short)35 + }, + new + { + FilterListId = (short)330, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)331, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)332, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)601, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)602, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)734, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)843, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)844, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)845, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)846, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)862, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)866, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)867, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)1301, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)1302, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)1303, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)1304, + MaintainerId = (short)38 + }, + new + { + FilterListId = (short)333, + MaintainerId = (short)39 + }, + new + { + FilterListId = (short)334, + MaintainerId = (short)40 + }, + new + { + FilterListId = (short)335, + MaintainerId = (short)41 + }, + new + { + FilterListId = (short)336, + MaintainerId = (short)42 + }, + new + { + FilterListId = (short)337, + MaintainerId = (short)42 + }, + new + { + FilterListId = (short)338, + MaintainerId = (short)42 + }, + new + { + FilterListId = (short)339, + MaintainerId = (short)43 + }, + new + { + FilterListId = (short)340, + MaintainerId = (short)43 + }, + new + { + FilterListId = (short)348, + MaintainerId = (short)44 + }, + new + { + FilterListId = (short)272, + MaintainerId = (short)45 + }, + new + { + FilterListId = (short)274, + MaintainerId = (short)45 + }, + new + { + FilterListId = (short)275, + MaintainerId = (short)45 + }, + new + { + FilterListId = (short)155, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)156, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)157, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)158, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)159, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)160, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)161, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)162, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)163, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)164, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)165, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)166, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)167, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)168, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)169, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)350, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)1528, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)1567, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)1568, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)1569, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)1570, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)1968, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)1969, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)1970, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)1971, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2185, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2186, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2187, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2188, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2189, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2190, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2191, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2192, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2193, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2194, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2199, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2200, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2201, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2202, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2203, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2204, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2205, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2206, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2207, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2208, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2209, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2210, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2211, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2212, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2213, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2214, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2342, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)2343, + MaintainerId = (short)46 + }, + new + { + FilterListId = (short)207, + MaintainerId = (short)47 + }, + new + { + FilterListId = (short)352, + MaintainerId = (short)48 + }, + new + { + FilterListId = (short)353, + MaintainerId = (short)48 + }, + new + { + FilterListId = (short)354, + MaintainerId = (short)48 + }, + new + { + FilterListId = (short)355, + MaintainerId = (short)48 + }, + new + { + FilterListId = (short)356, + MaintainerId = (short)48 + }, + new + { + FilterListId = (short)357, + MaintainerId = (short)49 + }, + new + { + FilterListId = (short)358, + MaintainerId = (short)49 + }, + new + { + FilterListId = (short)359, + MaintainerId = (short)49 + }, + new + { + FilterListId = (short)360, + MaintainerId = (short)49 + }, + new + { + FilterListId = (short)361, + MaintainerId = (short)49 + }, + new + { + FilterListId = (short)362, + MaintainerId = (short)49 + }, + new + { + FilterListId = (short)363, + MaintainerId = (short)49 + }, + new + { + FilterListId = (short)367, + MaintainerId = (short)51 + }, + new + { + FilterListId = (short)368, + MaintainerId = (short)51 + }, + new + { + FilterListId = (short)297, + MaintainerId = (short)52 + }, + new + { + FilterListId = (short)305, + MaintainerId = (short)52 + }, + new + { + FilterListId = (short)369, + MaintainerId = (short)52 + }, + new + { + FilterListId = (short)370, + MaintainerId = (short)52 + }, + new + { + FilterListId = (short)372, + MaintainerId = (short)53 + }, + new + { + FilterListId = (short)373, + MaintainerId = (short)53 + }, + new + { + FilterListId = (short)374, + MaintainerId = (short)53 + }, + new + { + FilterListId = (short)375, + MaintainerId = (short)54 + }, + new + { + FilterListId = (short)376, + MaintainerId = (short)55 + }, + new + { + FilterListId = (short)377, + MaintainerId = (short)56 + }, + new + { + FilterListId = (short)378, + MaintainerId = (short)56 + }, + new + { + FilterListId = (short)87, + MaintainerId = (short)57 + }, + new + { + FilterListId = (short)88, + MaintainerId = (short)57 + }, + new + { + FilterListId = (short)89, + MaintainerId = (short)57 + }, + new + { + FilterListId = (short)90, + MaintainerId = (short)57 + }, + new + { + FilterListId = (short)91, + MaintainerId = (short)57 + }, + new + { + FilterListId = (short)379, + MaintainerId = (short)57 + }, + new + { + FilterListId = (short)405, + MaintainerId = (short)57 + }, + new + { + FilterListId = (short)410, + MaintainerId = (short)57 + }, + new + { + FilterListId = (short)820, + MaintainerId = (short)57 + }, + new + { + FilterListId = (short)380, + MaintainerId = (short)58 + }, + new + { + FilterListId = (short)381, + MaintainerId = (short)59 + }, + new + { + FilterListId = (short)395, + MaintainerId = (short)62 + }, + new + { + FilterListId = (short)83, + MaintainerId = (short)63 + }, + new + { + FilterListId = (short)396, + MaintainerId = (short)63 + }, + new + { + FilterListId = (short)397, + MaintainerId = (short)63 + }, + new + { + FilterListId = (short)398, + MaintainerId = (short)63 + }, + new + { + FilterListId = (short)1288, + MaintainerId = (short)63 + }, + new + { + FilterListId = (short)399, + MaintainerId = (short)64 + }, + new + { + FilterListId = (short)403, + MaintainerId = (short)64 + }, + new + { + FilterListId = (short)436, + MaintainerId = (short)64 + }, + new + { + FilterListId = (short)817, + MaintainerId = (short)64 + }, + new + { + FilterListId = (short)2042, + MaintainerId = (short)64 + }, + new + { + FilterListId = (short)412, + MaintainerId = (short)66 + }, + new + { + FilterListId = (short)413, + MaintainerId = (short)66 + }, + new + { + FilterListId = (short)414, + MaintainerId = (short)66 + }, + new + { + FilterListId = (short)415, + MaintainerId = (short)66 + }, + new + { + FilterListId = (short)416, + MaintainerId = (short)66 + }, + new + { + FilterListId = (short)136, + MaintainerId = (short)68 + }, + new + { + FilterListId = (short)429, + MaintainerId = (short)68 + }, + new + { + FilterListId = (short)400, + MaintainerId = (short)69 + }, + new + { + FilterListId = (short)401, + MaintainerId = (short)69 + }, + new + { + FilterListId = (short)342, + MaintainerId = (short)70 + }, + new + { + FilterListId = (short)344, + MaintainerId = (short)70 + }, + new + { + FilterListId = (short)437, + MaintainerId = (short)71 + }, + new + { + FilterListId = (short)509, + MaintainerId = (short)72 + }, + new + { + FilterListId = (short)510, + MaintainerId = (short)73 + }, + new + { + FilterListId = (short)512, + MaintainerId = (short)75 + }, + new + { + FilterListId = (short)513, + MaintainerId = (short)76 + }, + new + { + FilterListId = (short)514, + MaintainerId = (short)77 + }, + new + { + FilterListId = (short)177, + MaintainerId = (short)78 + }, + new + { + FilterListId = (short)515, + MaintainerId = (short)78 + }, + new + { + FilterListId = (short)516, + MaintainerId = (short)78 + }, + new + { + FilterListId = (short)517, + MaintainerId = (short)78 + }, + new + { + FilterListId = (short)302, + MaintainerId = (short)79 + }, + new + { + FilterListId = (short)518, + MaintainerId = (short)79 + }, + new + { + FilterListId = (short)519, + MaintainerId = (short)79 + }, + new + { + FilterListId = (short)520, + MaintainerId = (short)79 + }, + new + { + FilterListId = (short)521, + MaintainerId = (short)80 + }, + new + { + FilterListId = (short)522, + MaintainerId = (short)80 + }, + new + { + FilterListId = (short)525, + MaintainerId = (short)81 + }, + new + { + FilterListId = (short)526, + MaintainerId = (short)81 + }, + new + { + FilterListId = (short)565, + MaintainerId = (short)82 + }, + new + { + FilterListId = (short)686, + MaintainerId = (short)82 + }, + new + { + FilterListId = (short)606, + MaintainerId = (short)83 + }, + new + { + FilterListId = (short)481, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)482, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)483, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)484, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)485, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)486, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)487, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1470, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1740, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1741, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1742, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1743, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1744, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1745, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1746, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1747, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1748, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1749, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1750, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1751, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1752, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1753, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1754, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1755, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1756, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1757, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1758, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1759, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1760, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1761, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1762, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1763, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1764, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1765, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1766, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1767, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1768, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1769, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1770, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1771, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1772, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1773, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1774, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1775, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1776, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1777, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1778, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1779, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1780, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1781, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1782, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1783, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1784, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1785, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1786, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1787, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1788, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1789, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1790, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1791, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1792, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1793, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1794, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1795, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1796, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1797, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)1798, + MaintainerId = (short)84 + }, + new + { + FilterListId = (short)81, + MaintainerId = (short)85 + }, + new + { + FilterListId = (short)190, + MaintainerId = (short)85 + }, + new + { + FilterListId = (short)191, + MaintainerId = (short)85 + }, + new + { + FilterListId = (short)192, + MaintainerId = (short)85 + }, + new + { + FilterListId = (short)212, + MaintainerId = (short)85 + }, + new + { + FilterListId = (short)173, + MaintainerId = (short)86 + }, + new + { + FilterListId = (short)185, + MaintainerId = (short)86 + }, + new + { + FilterListId = (short)186, + MaintainerId = (short)86 + }, + new + { + FilterListId = (short)187, + MaintainerId = (short)86 + }, + new + { + FilterListId = (short)188, + MaintainerId = (short)86 + }, + new + { + FilterListId = (short)189, + MaintainerId = (short)86 + }, + new + { + FilterListId = (short)270, + MaintainerId = (short)88 + }, + new + { + FilterListId = (short)271, + MaintainerId = (short)88 + }, + new + { + FilterListId = (short)285, + MaintainerId = (short)88 + }, + new + { + FilterListId = (short)286, + MaintainerId = (short)88 + }, + new + { + FilterListId = (short)287, + MaintainerId = (short)88 + }, + new + { + FilterListId = (short)288, + MaintainerId = (short)88 + }, + new + { + FilterListId = (short)303, + MaintainerId = (short)88 + }, + new + { + FilterListId = (short)304, + MaintainerId = (short)88 + }, + new + { + FilterListId = (short)685, + MaintainerId = (short)88 + }, + new + { + FilterListId = (short)472, + MaintainerId = (short)90 + }, + new + { + FilterListId = (short)473, + MaintainerId = (short)90 + }, + new + { + FilterListId = (short)474, + MaintainerId = (short)90 + }, + new + { + FilterListId = (short)475, + MaintainerId = (short)90 + }, + new + { + FilterListId = (short)476, + MaintainerId = (short)90 + }, + new + { + FilterListId = (short)477, + MaintainerId = (short)90 + }, + new + { + FilterListId = (short)478, + MaintainerId = (short)90 + }, + new + { + FilterListId = (short)32, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)617, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)672, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)673, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)674, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)675, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)676, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)677, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)842, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)1526, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)1527, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)1950, + MaintainerId = (short)91 + }, + new + { + FilterListId = (short)131, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)132, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)133, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)134, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)150, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)787, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)791, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)805, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)2126, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)2127, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)2128, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)2129, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)2130, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)2131, + MaintainerId = (short)92 + }, + new + { + FilterListId = (short)78, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)79, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)80, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)93, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)95, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)96, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)103, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)104, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)105, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)106, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)107, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)108, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)109, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)110, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)111, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)112, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)137, + MaintainerId = (short)93 + }, + new + { + FilterListId = (short)102, + MaintainerId = (short)94 + }, + new + { + FilterListId = (short)658, + MaintainerId = (short)94 + }, + new + { + FilterListId = (short)659, + MaintainerId = (short)94 + }, + new + { + FilterListId = (short)660, + MaintainerId = (short)94 + }, + new + { + FilterListId = (short)661, + MaintainerId = (short)94 + }, + new + { + FilterListId = (short)1297, + MaintainerId = (short)94 + }, + new + { + FilterListId = (short)202, + MaintainerId = (short)95 + }, + new + { + FilterListId = (short)203, + MaintainerId = (short)95 + }, + new + { + FilterListId = (short)204, + MaintainerId = (short)95 + }, + new + { + FilterListId = (short)205, + MaintainerId = (short)95 + }, + new + { + FilterListId = (short)116, + MaintainerId = (short)96 + }, + new + { + FilterListId = (short)117, + MaintainerId = (short)96 + }, + new + { + FilterListId = (short)118, + MaintainerId = (short)96 + }, + new + { + FilterListId = (short)783, + MaintainerId = (short)96 + }, + new + { + FilterListId = (short)290, + MaintainerId = (short)97 + }, + new + { + FilterListId = (short)291, + MaintainerId = (short)97 + }, + new + { + FilterListId = (short)780, + MaintainerId = (short)97 + }, + new + { + FilterListId = (short)299, + MaintainerId = (short)98 + }, + new + { + FilterListId = (short)300, + MaintainerId = (short)98 + }, + new + { + FilterListId = (short)781, + MaintainerId = (short)98 + }, + new + { + FilterListId = (short)794, + MaintainerId = (short)98 + }, + new + { + FilterListId = (short)248, + MaintainerId = (short)99 + }, + new + { + FilterListId = (short)267, + MaintainerId = (short)99 + }, + new + { + FilterListId = (short)775, + MaintainerId = (short)99 + }, + new + { + FilterListId = (short)283, + MaintainerId = (short)100 + }, + new + { + FilterListId = (short)284, + MaintainerId = (short)100 + }, + new + { + FilterListId = (short)776, + MaintainerId = (short)100 + }, + new + { + FilterListId = (short)39, + MaintainerId = (short)102 + }, + new + { + FilterListId = (short)56, + MaintainerId = (short)102 + }, + new + { + FilterListId = (short)756, + MaintainerId = (short)102 + }, + new + { + FilterListId = (short)777, + MaintainerId = (short)102 + }, + new + { + FilterListId = (short)449, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)450, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)451, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)2140, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)2141, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)2142, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)2143, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)2144, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)2145, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)2146, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)2147, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)2148, + MaintainerId = (short)105 + }, + new + { + FilterListId = (short)847, + MaintainerId = (short)106 + }, + new + { + FilterListId = (short)861, + MaintainerId = (short)107 + }, + new + { + FilterListId = (short)1558, + MaintainerId = (short)107 + }, + new + { + FilterListId = (short)868, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)869, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)870, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)871, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)872, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)873, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)874, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)875, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)876, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)877, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)878, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)879, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)881, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)882, + MaintainerId = (short)108 + }, + new + { + FilterListId = (short)885, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)886, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)887, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)888, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)889, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)890, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)891, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)892, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)893, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)894, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)895, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)896, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)897, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)898, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)899, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)900, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)901, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)902, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)903, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)904, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)905, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)906, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)907, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)908, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)909, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)910, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)911, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)912, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)913, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)914, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)915, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)916, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)917, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)918, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)919, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)920, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)921, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)922, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)923, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)924, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)925, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)926, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)927, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)928, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)929, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)930, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)931, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)932, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)933, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)934, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)935, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)936, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)937, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)938, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)939, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)940, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)941, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)942, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)943, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)944, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)945, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)946, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)947, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)948, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)949, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)950, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)951, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)952, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)953, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)954, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)955, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)956, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)957, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)958, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)959, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)960, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)961, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)962, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)963, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)964, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)965, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)966, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)967, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)968, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)969, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)970, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)971, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)972, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)973, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)974, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)975, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)976, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)977, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)978, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)979, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)980, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)981, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)982, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)983, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)984, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)985, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)986, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)987, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)988, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)989, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)990, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)991, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)992, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)993, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)994, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)995, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)996, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)997, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)998, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)999, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1000, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1001, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1002, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1003, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1004, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1005, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1006, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1007, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1008, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1009, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1010, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1011, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1012, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1013, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1014, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1015, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1016, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1017, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1018, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1019, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1020, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1021, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1022, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1023, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1024, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1025, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1026, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1027, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1028, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1029, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1030, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1031, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1032, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1033, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1034, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1035, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1036, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1037, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1038, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1039, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1040, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1041, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1042, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1043, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1044, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1045, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1047, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1048, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1049, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1050, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1051, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1052, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1053, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1054, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1055, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1056, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1057, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1058, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1059, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1060, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1061, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1062, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1063, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1064, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1065, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1066, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1067, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1068, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1069, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1070, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1071, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1072, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1073, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1074, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1075, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1076, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1077, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1078, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1079, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1080, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1081, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1082, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1083, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1084, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1085, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1086, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1087, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1088, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1089, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1090, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1091, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1092, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1093, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1094, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1095, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1096, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1097, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1098, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1099, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1100, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1101, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1102, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1103, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1104, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1105, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1106, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1107, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1108, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1109, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1110, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1111, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1112, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1113, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1114, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1115, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1116, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1117, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1118, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1119, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1120, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1121, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1122, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1123, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1124, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1125, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1126, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1127, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1128, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1130, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1133, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1135, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1139, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1140, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1141, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1142, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1143, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1144, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1146, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1148, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1149, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1151, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1152, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1153, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1154, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1155, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1156, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1157, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1158, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1159, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1160, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1161, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1162, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1165, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1166, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1167, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1168, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1169, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1172, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1173, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1174, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1175, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1176, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1179, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1180, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1182, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1183, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1184, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1185, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1187, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1189, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1190, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1191, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1192, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1193, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1194, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1196, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1197, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1199, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1202, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1203, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1204, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1205, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1206, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1207, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1209, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1210, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1211, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1212, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1213, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1214, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1215, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1216, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1217, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1218, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1220, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1221, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1222, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1223, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1224, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1225, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1226, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1227, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1228, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1229, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1230, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1243, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1244, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1245, + MaintainerId = (short)109 + }, + new + { + FilterListId = (short)1233, + MaintainerId = (short)110 + }, + new + { + FilterListId = (short)1234, + MaintainerId = (short)110 + }, + new + { + FilterListId = (short)1235, + MaintainerId = (short)110 + }, + new + { + FilterListId = (short)1237, + MaintainerId = (short)110 + }, + new + { + FilterListId = (short)1238, + MaintainerId = (short)110 + }, + new + { + FilterListId = (short)1239, + MaintainerId = (short)110 + }, + new + { + FilterListId = (short)1240, + MaintainerId = (short)110 + }, + new + { + FilterListId = (short)1241, + MaintainerId = (short)110 + }, + new + { + FilterListId = (short)1242, + MaintainerId = (short)110 + }, + new + { + FilterListId = (short)1279, + MaintainerId = (short)112 + }, + new + { + FilterListId = (short)1280, + MaintainerId = (short)112 + }, + new + { + FilterListId = (short)1281, + MaintainerId = (short)112 + }, + new + { + FilterListId = (short)1282, + MaintainerId = (short)113 + }, + new + { + FilterListId = (short)1298, + MaintainerId = (short)114 + }, + new + { + FilterListId = (short)1299, + MaintainerId = (short)114 + }, + new + { + FilterListId = (short)604, + MaintainerId = (short)115 + }, + new + { + FilterListId = (short)1300, + MaintainerId = (short)115 + }, + new + { + FilterListId = (short)1305, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1306, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1307, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1308, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1309, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1310, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1311, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1312, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1313, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1314, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1315, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1316, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1317, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1318, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1319, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1320, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1321, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1322, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1323, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1324, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1325, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1326, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1327, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1328, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1329, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1330, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1331, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1332, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1333, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1334, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1335, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1336, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1337, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1338, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1339, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1340, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1341, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1342, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1343, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1344, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1345, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1346, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1347, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1348, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1349, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1350, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1351, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1352, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1353, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1354, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1355, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1356, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1357, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1358, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1359, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1360, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1361, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1362, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1363, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1364, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1365, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1366, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1367, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1368, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1369, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1370, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1371, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1372, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1373, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1374, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1375, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1376, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1377, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1378, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1379, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1380, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1381, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1382, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1383, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1384, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1385, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1386, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1387, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1388, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1389, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1390, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1391, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1392, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1393, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1394, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1395, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1396, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1397, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1398, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1399, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1400, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1401, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1402, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1403, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1404, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1405, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1406, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1407, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1408, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1409, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1410, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1411, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1412, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1413, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1414, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1415, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1416, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1417, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1418, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1419, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1420, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1421, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1422, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1423, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1424, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1425, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1426, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1427, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1428, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1429, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1430, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1431, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1432, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1433, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1434, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1435, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1436, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1437, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1438, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1439, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1440, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1441, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1442, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1443, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1444, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1445, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1446, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1447, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1448, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1449, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1450, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1451, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1452, + MaintainerId = (short)116 + }, + new + { + FilterListId = (short)1295, + MaintainerId = (short)117 + }, + new + { + FilterListId = (short)1296, + MaintainerId = (short)117 + }, + new + { + FilterListId = (short)1473, + MaintainerId = (short)118 + }, + new + { + FilterListId = (short)1474, + MaintainerId = (short)118 + }, + new + { + FilterListId = (short)1480, + MaintainerId = (short)118 + }, + new + { + FilterListId = (short)1475, + MaintainerId = (short)119 + }, + new + { + FilterListId = (short)1476, + MaintainerId = (short)119 + }, + new + { + FilterListId = (short)1477, + MaintainerId = (short)119 + }, + new + { + FilterListId = (short)1478, + MaintainerId = (short)119 + }, + new + { + FilterListId = (short)1479, + MaintainerId = (short)119 + }, + new + { + FilterListId = (short)1485, + MaintainerId = (short)120 + }, + new + { + FilterListId = (short)1486, + MaintainerId = (short)120 + }, + new + { + FilterListId = (short)1490, + MaintainerId = (short)121 + }, + new + { + FilterListId = (short)1492, + MaintainerId = (short)121 + }, + new + { + FilterListId = (short)1498, + MaintainerId = (short)121 + }, + new + { + FilterListId = (short)1499, + MaintainerId = (short)121 + }, + new + { + FilterListId = (short)1511, + MaintainerId = (short)121 + }, + new + { + FilterListId = (short)1517, + MaintainerId = (short)121 + }, + new + { + FilterListId = (short)1520, + MaintainerId = (short)121 + }, + new + { + FilterListId = (short)1502, + MaintainerId = (short)122 + }, + new + { + FilterListId = (short)1503, + MaintainerId = (short)122 + }, + new + { + FilterListId = (short)1504, + MaintainerId = (short)122 + }, + new + { + FilterListId = (short)1505, + MaintainerId = (short)123 + }, + new + { + FilterListId = (short)1506, + MaintainerId = (short)123 + }, + new + { + FilterListId = (short)426, + MaintainerId = (short)124 + }, + new + { + FilterListId = (short)1507, + MaintainerId = (short)124 + }, + new + { + FilterListId = (short)419, + MaintainerId = (short)125 + }, + new + { + FilterListId = (short)420, + MaintainerId = (short)125 + }, + new + { + FilterListId = (short)1508, + MaintainerId = (short)125 + }, + new + { + FilterListId = (short)1509, + MaintainerId = (short)125 + }, + new + { + FilterListId = (short)1510, + MaintainerId = (short)125 + }, + new + { + FilterListId = (short)1523, + MaintainerId = (short)126 + }, + new + { + FilterListId = (short)1524, + MaintainerId = (short)126 + }, + new + { + FilterListId = (short)1525, + MaintainerId = (short)126 + }, + new + { + FilterListId = (short)447, + MaintainerId = (short)127 + }, + new + { + FilterListId = (short)448, + MaintainerId = (short)127 + }, + new + { + FilterListId = (short)467, + MaintainerId = (short)128 + }, + new + { + FilterListId = (short)468, + MaintainerId = (short)128 + }, + new + { + FilterListId = (short)469, + MaintainerId = (short)128 + }, + new + { + FilterListId = (short)1531, + MaintainerId = (short)128 + }, + new + { + FilterListId = (short)1532, + MaintainerId = (short)128 + }, + new + { + FilterListId = (short)115, + MaintainerId = (short)129 + }, + new + { + FilterListId = (short)135, + MaintainerId = (short)129 + }, + new + { + FilterListId = (short)1534, + MaintainerId = (short)129 + }, + new + { + FilterListId = (short)1536, + MaintainerId = (short)130 + }, + new + { + FilterListId = (short)1556, + MaintainerId = (short)131 + }, + new + { + FilterListId = (short)1562, + MaintainerId = (short)132 + }, + new + { + FilterListId = (short)1574, + MaintainerId = (short)132 + }, + new + { + FilterListId = (short)199, + MaintainerId = (short)133 + }, + new + { + FilterListId = (short)200, + MaintainerId = (short)133 + }, + new + { + FilterListId = (short)201, + MaintainerId = (short)133 + }, + new + { + FilterListId = (short)729, + MaintainerId = (short)134 + }, + new + { + FilterListId = (short)730, + MaintainerId = (short)134 + }, + new + { + FilterListId = (short)884, + MaintainerId = (short)134 + }, + new + { + FilterListId = (short)1284, + MaintainerId = (short)134 + }, + new + { + FilterListId = (short)1285, + MaintainerId = (short)134 + }, + new + { + FilterListId = (short)1294, + MaintainerId = (short)134 + }, + new + { + FilterListId = (short)1463, + MaintainerId = (short)135 + }, + new + { + FilterListId = (short)1464, + MaintainerId = (short)135 + }, + new + { + FilterListId = (short)1465, + MaintainerId = (short)135 + }, + new + { + FilterListId = (short)71, + MaintainerId = (short)136 + }, + new + { + FilterListId = (short)589, + MaintainerId = (short)137 + }, + new + { + FilterListId = (short)590, + MaintainerId = (short)137 + }, + new + { + FilterListId = (short)591, + MaintainerId = (short)137 + }, + new + { + FilterListId = (short)592, + MaintainerId = (short)137 + }, + new + { + FilterListId = (short)595, + MaintainerId = (short)139 + }, + new + { + FilterListId = (short)596, + MaintainerId = (short)139 + }, + new + { + FilterListId = (short)1639, + MaintainerId = (short)139 + }, + new + { + FilterListId = (short)1819, + MaintainerId = (short)139 + }, + new + { + FilterListId = (short)1818, + MaintainerId = (short)140 + }, + new + { + FilterListId = (short)1833, + MaintainerId = (short)141 + }, + new + { + FilterListId = (short)1834, + MaintainerId = (short)142 + }, + new + { + FilterListId = (short)1835, + MaintainerId = (short)143 + }, + new + { + FilterListId = (short)1836, + MaintainerId = (short)144 + }, + new + { + FilterListId = (short)1838, + MaintainerId = (short)144 + }, + new + { + FilterListId = (short)1839, + MaintainerId = (short)144 + }, + new + { + FilterListId = (short)1996, + MaintainerId = (short)144 + }, + new + { + FilterListId = (short)1997, + MaintainerId = (short)144 + }, + new + { + FilterListId = (short)1998, + MaintainerId = (short)144 + }, + new + { + FilterListId = (short)2060, + MaintainerId = (short)144 + }, + new + { + FilterListId = (short)2061, + MaintainerId = (short)144 + }, + new + { + FilterListId = (short)2138, + MaintainerId = (short)145 + }, + new + { + FilterListId = (short)2139, + MaintainerId = (short)145 + }, + new + { + FilterListId = (short)2051, + MaintainerId = (short)146 + }, + new + { + FilterListId = (short)2052, + MaintainerId = (short)146 + }, + new + { + FilterListId = (short)2053, + MaintainerId = (short)146 + }, + new + { + FilterListId = (short)2054, + MaintainerId = (short)146 + }, + new + { + FilterListId = (short)2055, + MaintainerId = (short)146 + }, + new + { + FilterListId = (short)2056, + MaintainerId = (short)146 + }, + new + { + FilterListId = (short)248, + MaintainerId = (short)147 + }, + new + { + FilterListId = (short)267, + MaintainerId = (short)147 + }, + new + { + FilterListId = (short)775, + MaintainerId = (short)147 + }, + new + { + FilterListId = (short)1866, + MaintainerId = (short)147 + }, + new + { + FilterListId = (short)1867, + MaintainerId = (short)147 + }, + new + { + FilterListId = (short)1890, + MaintainerId = (short)148 + }, + new + { + FilterListId = (short)1891, + MaintainerId = (short)148 + }, + new + { + FilterListId = (short)1892, + MaintainerId = (short)148 + }, + new + { + FilterListId = (short)1893, + MaintainerId = (short)148 + }, + new + { + FilterListId = (short)2062, + MaintainerId = (short)148 + }, + new + { + FilterListId = (short)2070, + MaintainerId = (short)148 + }, + new + { + FilterListId = (short)2221, + MaintainerId = (short)149 + }, + new + { + FilterListId = (short)2222, + MaintainerId = (short)149 + }, + new + { + FilterListId = (short)2223, + MaintainerId = (short)149 + }, + new + { + FilterListId = (short)2224, + MaintainerId = (short)149 + }, + new + { + FilterListId = (short)2225, + MaintainerId = (short)149 + }, + new + { + FilterListId = (short)2226, + MaintainerId = (short)149 + }, + new + { + FilterListId = (short)2227, + MaintainerId = (short)149 + }, + new + { + FilterListId = (short)2228, + MaintainerId = (short)149 + }, + new + { + FilterListId = (short)2229, + MaintainerId = (short)149 + }, + new + { + FilterListId = (short)2079, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2080, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2081, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2082, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2083, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2084, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2085, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2086, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2088, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2089, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2090, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2091, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2092, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2093, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)2094, + MaintainerId = (short)150 + }, + new + { + FilterListId = (short)1728, + MaintainerId = (short)151 + }, + new + { + FilterListId = (short)1729, + MaintainerId = (short)151 + }, + new + { + FilterListId = (short)1730, + MaintainerId = (short)151 + }, + new + { + FilterListId = (short)1731, + MaintainerId = (short)151 + }, + new + { + FilterListId = (short)1732, + MaintainerId = (short)151 + }, + new + { + FilterListId = (short)1733, + MaintainerId = (short)151 + }, + new + { + FilterListId = (short)2047, + MaintainerId = (short)152 + }, + new + { + FilterListId = (short)2048, + MaintainerId = (short)152 + }, + new + { + FilterListId = (short)2049, + MaintainerId = (short)152 + }, + new + { + FilterListId = (short)2050, + MaintainerId = (short)152 + }, + new + { + FilterListId = (short)446, + MaintainerId = (short)153 + }, + new + { + FilterListId = (short)631, + MaintainerId = (short)153 + }, + new + { + FilterListId = (short)1992, + MaintainerId = (short)153 + }, + new + { + FilterListId = (short)1993, + MaintainerId = (short)153 + }, + new + { + FilterListId = (short)1994, + MaintainerId = (short)153 + }, + new + { + FilterListId = (short)1995, + MaintainerId = (short)153 + }, + new + { + FilterListId = (short)2005, + MaintainerId = (short)153 + }, + new + { + FilterListId = (short)2006, + MaintainerId = (short)153 + }, + new + { + FilterListId = (short)2007, + MaintainerId = (short)153 + }, + new + { + FilterListId = (short)1484, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2008, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2009, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2010, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2011, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2012, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2013, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2014, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2015, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2016, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2017, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)2018, + MaintainerId = (short)154 + }, + new + { + FilterListId = (short)1523, + MaintainerId = (short)155 + }, + new + { + FilterListId = (short)1524, + MaintainerId = (short)155 + }, + new + { + FilterListId = (short)1525, + MaintainerId = (short)155 + }, + new + { + FilterListId = (short)2151, + MaintainerId = (short)155 + }, + new + { + FilterListId = (short)2152, + MaintainerId = (short)155 + }, + new + { + FilterListId = (short)2315, + MaintainerId = (short)155 + }, + new + { + FilterListId = (short)2316, + MaintainerId = (short)155 + }, + new + { + FilterListId = (short)2317, + MaintainerId = (short)155 + }, + new + { + FilterListId = (short)2319, + MaintainerId = (short)156 + }, + new + { + FilterListId = (short)2320, + MaintainerId = (short)156 + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.FilterListTag", b => + { + b.Property("FilterListId") + .HasColumnType("SMALLINT"); + + b.Property("TagId") + .HasColumnType("SMALLINT"); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.HasKey("FilterListId", "TagId"); + + b.HasIndex("TagId"); + + b.ToTable("filterlists_tags"); + + b.HasData( + new + { + FilterListId = (short)1, + TagId = (short)2 + }, + new + { + FilterListId = (short)1, + TagId = (short)3 + }, + new + { + FilterListId = (short)2, + TagId = (short)4 + }, + new + { + FilterListId = (short)2, + TagId = (short)15 + }, + new + { + FilterListId = (short)3, + TagId = (short)2 + }, + new + { + FilterListId = (short)3, + TagId = (short)3 + }, + new + { + FilterListId = (short)3, + TagId = (short)36 + }, + new + { + FilterListId = (short)4, + TagId = (short)6 + }, + new + { + FilterListId = (short)5, + TagId = (short)3 + }, + new + { + FilterListId = (short)5, + TagId = (short)35 + }, + new + { + FilterListId = (short)6, + TagId = (short)2 + }, + new + { + FilterListId = (short)6, + TagId = (short)3 + }, + new + { + FilterListId = (short)10, + TagId = (short)6 + }, + new + { + FilterListId = (short)11, + TagId = (short)2 + }, + new + { + FilterListId = (short)12, + TagId = (short)2 + }, + new + { + FilterListId = (short)13, + TagId = (short)2 + }, + new + { + FilterListId = (short)14, + TagId = (short)2 + }, + new + { + FilterListId = (short)16, + TagId = (short)2 + }, + new + { + FilterListId = (short)16, + TagId = (short)3 + }, + new + { + FilterListId = (short)17, + TagId = (short)2 + }, + new + { + FilterListId = (short)18, + TagId = (short)9 + }, + new + { + FilterListId = (short)18, + TagId = (short)21 + }, + new + { + FilterListId = (short)19, + TagId = (short)1 + }, + new + { + FilterListId = (short)20, + TagId = (short)2 + }, + new + { + FilterListId = (short)20, + TagId = (short)6 + }, + new + { + FilterListId = (short)20, + TagId = (short)9 + }, + new + { + FilterListId = (short)20, + TagId = (short)10 + }, + new + { + FilterListId = (short)20, + TagId = (short)31 + }, + new + { + FilterListId = (short)27, + TagId = (short)3 + }, + new + { + FilterListId = (short)28, + TagId = (short)8 + }, + new + { + FilterListId = (short)29, + TagId = (short)8 + }, + new + { + FilterListId = (short)30, + TagId = (short)9 + }, + new + { + FilterListId = (short)31, + TagId = (short)2 + }, + new + { + FilterListId = (short)32, + TagId = (short)2 + }, + new + { + FilterListId = (short)32, + TagId = (short)3 + }, + new + { + FilterListId = (short)33, + TagId = (short)16 + }, + new + { + FilterListId = (short)34, + TagId = (short)7 + }, + new + { + FilterListId = (short)36, + TagId = (short)6 + }, + new + { + FilterListId = (short)38, + TagId = (short)29 + }, + new + { + FilterListId = (short)39, + TagId = (short)2 + }, + new + { + FilterListId = (short)47, + TagId = (short)3 + }, + new + { + FilterListId = (short)49, + TagId = (short)2 + }, + new + { + FilterListId = (short)50, + TagId = (short)6 + }, + new + { + FilterListId = (short)51, + TagId = (short)2 + }, + new + { + FilterListId = (short)52, + TagId = (short)3 + }, + new + { + FilterListId = (short)53, + TagId = (short)2 + }, + new + { + FilterListId = (short)53, + TagId = (short)3 + }, + new + { + FilterListId = (short)54, + TagId = (short)2 + }, + new + { + FilterListId = (short)56, + TagId = (short)2 + }, + new + { + FilterListId = (short)59, + TagId = (short)2 + }, + new + { + FilterListId = (short)60, + TagId = (short)7 + }, + new + { + FilterListId = (short)61, + TagId = (short)7 + }, + new + { + FilterListId = (short)62, + TagId = (short)2 + }, + new + { + FilterListId = (short)63, + TagId = (short)2 + }, + new + { + FilterListId = (short)64, + TagId = (short)6 + }, + new + { + FilterListId = (short)65, + TagId = (short)6 + }, + new + { + FilterListId = (short)66, + TagId = (short)2 + }, + new + { + FilterListId = (short)67, + TagId = (short)3 + }, + new + { + FilterListId = (short)68, + TagId = (short)9 + }, + new + { + FilterListId = (short)69, + TagId = (short)2 + }, + new + { + FilterListId = (short)70, + TagId = (short)8 + }, + new + { + FilterListId = (short)71, + TagId = (short)8 + }, + new + { + FilterListId = (short)72, + TagId = (short)2 + }, + new + { + FilterListId = (short)72, + TagId = (short)3 + }, + new + { + FilterListId = (short)78, + TagId = (short)1 + }, + new + { + FilterListId = (short)78, + TagId = (short)2 + }, + new + { + FilterListId = (short)78, + TagId = (short)3 + }, + new + { + FilterListId = (short)78, + TagId = (short)6 + }, + new + { + FilterListId = (short)78, + TagId = (short)7 + }, + new + { + FilterListId = (short)78, + TagId = (short)11 + }, + new + { + FilterListId = (short)78, + TagId = (short)17 + }, + new + { + FilterListId = (short)79, + TagId = (short)1 + }, + new + { + FilterListId = (short)79, + TagId = (short)2 + }, + new + { + FilterListId = (short)79, + TagId = (short)3 + }, + new + { + FilterListId = (short)79, + TagId = (short)6 + }, + new + { + FilterListId = (short)79, + TagId = (short)7 + }, + new + { + FilterListId = (short)79, + TagId = (short)17 + }, + new + { + FilterListId = (short)80, + TagId = (short)1 + }, + new + { + FilterListId = (short)80, + TagId = (short)2 + }, + new + { + FilterListId = (short)80, + TagId = (short)3 + }, + new + { + FilterListId = (short)80, + TagId = (short)6 + }, + new + { + FilterListId = (short)80, + TagId = (short)7 + }, + new + { + FilterListId = (short)81, + TagId = (short)2 + }, + new + { + FilterListId = (short)82, + TagId = (short)3 + }, + new + { + FilterListId = (short)83, + TagId = (short)5 + }, + new + { + FilterListId = (short)84, + TagId = (short)2 + }, + new + { + FilterListId = (short)85, + TagId = (short)2 + }, + new + { + FilterListId = (short)86, + TagId = (short)6 + }, + new + { + FilterListId = (short)87, + TagId = (short)10 + }, + new + { + FilterListId = (short)88, + TagId = (short)3 + }, + new + { + FilterListId = (short)89, + TagId = (short)2 + }, + new + { + FilterListId = (short)90, + TagId = (short)2 + }, + new + { + FilterListId = (short)91, + TagId = (short)6 + }, + new + { + FilterListId = (short)93, + TagId = (short)1 + }, + new + { + FilterListId = (short)93, + TagId = (short)2 + }, + new + { + FilterListId = (short)93, + TagId = (short)3 + }, + new + { + FilterListId = (short)93, + TagId = (short)4 + }, + new + { + FilterListId = (short)93, + TagId = (short)6 + }, + new + { + FilterListId = (short)93, + TagId = (short)7 + }, + new + { + FilterListId = (short)93, + TagId = (short)11 + }, + new + { + FilterListId = (short)93, + TagId = (short)17 + }, + new + { + FilterListId = (short)94, + TagId = (short)10 + }, + new + { + FilterListId = (short)95, + TagId = (short)1 + }, + new + { + FilterListId = (short)95, + TagId = (short)2 + }, + new + { + FilterListId = (short)95, + TagId = (short)3 + }, + new + { + FilterListId = (short)95, + TagId = (short)4 + }, + new + { + FilterListId = (short)95, + TagId = (short)6 + }, + new + { + FilterListId = (short)95, + TagId = (short)7 + }, + new + { + FilterListId = (short)95, + TagId = (short)17 + }, + new + { + FilterListId = (short)96, + TagId = (short)1 + }, + new + { + FilterListId = (short)96, + TagId = (short)2 + }, + new + { + FilterListId = (short)96, + TagId = (short)3 + }, + new + { + FilterListId = (short)96, + TagId = (short)4 + }, + new + { + FilterListId = (short)96, + TagId = (short)6 + }, + new + { + FilterListId = (short)96, + TagId = (short)7 + }, + new + { + FilterListId = (short)96, + TagId = (short)11 + }, + new + { + FilterListId = (short)97, + TagId = (short)9 + }, + new + { + FilterListId = (short)97, + TagId = (short)35 + }, + new + { + FilterListId = (short)98, + TagId = (short)9 + }, + new + { + FilterListId = (short)98, + TagId = (short)35 + }, + new + { + FilterListId = (short)99, + TagId = (short)2 + }, + new + { + FilterListId = (short)99, + TagId = (short)3 + }, + new + { + FilterListId = (short)100, + TagId = (short)2 + }, + new + { + FilterListId = (short)101, + TagId = (short)2 + }, + new + { + FilterListId = (short)102, + TagId = (short)9 + }, + new + { + FilterListId = (short)103, + TagId = (short)1 + }, + new + { + FilterListId = (short)103, + TagId = (short)2 + }, + new + { + FilterListId = (short)103, + TagId = (short)3 + }, + new + { + FilterListId = (short)103, + TagId = (short)4 + }, + new + { + FilterListId = (short)103, + TagId = (short)6 + }, + new + { + FilterListId = (short)103, + TagId = (short)7 + }, + new + { + FilterListId = (short)103, + TagId = (short)11 + }, + new + { + FilterListId = (short)103, + TagId = (short)17 + }, + new + { + FilterListId = (short)103, + TagId = (short)21 + }, + new + { + FilterListId = (short)104, + TagId = (short)1 + }, + new + { + FilterListId = (short)104, + TagId = (short)2 + }, + new + { + FilterListId = (short)104, + TagId = (short)3 + }, + new + { + FilterListId = (short)104, + TagId = (short)4 + }, + new + { + FilterListId = (short)104, + TagId = (short)6 + }, + new + { + FilterListId = (short)104, + TagId = (short)7 + }, + new + { + FilterListId = (short)104, + TagId = (short)17 + }, + new + { + FilterListId = (short)104, + TagId = (short)21 + }, + new + { + FilterListId = (short)105, + TagId = (short)1 + }, + new + { + FilterListId = (short)105, + TagId = (short)2 + }, + new + { + FilterListId = (short)105, + TagId = (short)3 + }, + new + { + FilterListId = (short)105, + TagId = (short)4 + }, + new + { + FilterListId = (short)105, + TagId = (short)6 + }, + new + { + FilterListId = (short)105, + TagId = (short)7 + }, + new + { + FilterListId = (short)105, + TagId = (short)17 + }, + new + { + FilterListId = (short)105, + TagId = (short)21 + }, + new + { + FilterListId = (short)106, + TagId = (short)1 + }, + new + { + FilterListId = (short)106, + TagId = (short)2 + }, + new + { + FilterListId = (short)106, + TagId = (short)3 + }, + new + { + FilterListId = (short)106, + TagId = (short)6 + }, + new + { + FilterListId = (short)106, + TagId = (short)7 + }, + new + { + FilterListId = (short)106, + TagId = (short)11 + }, + new + { + FilterListId = (short)106, + TagId = (short)17 + }, + new + { + FilterListId = (short)106, + TagId = (short)21 + }, + new + { + FilterListId = (short)107, + TagId = (short)1 + }, + new + { + FilterListId = (short)107, + TagId = (short)2 + }, + new + { + FilterListId = (short)107, + TagId = (short)3 + }, + new + { + FilterListId = (short)107, + TagId = (short)4 + }, + new + { + FilterListId = (short)107, + TagId = (short)6 + }, + new + { + FilterListId = (short)107, + TagId = (short)7 + }, + new + { + FilterListId = (short)107, + TagId = (short)21 + }, + new + { + FilterListId = (short)108, + TagId = (short)1 + }, + new + { + FilterListId = (short)108, + TagId = (short)2 + }, + new + { + FilterListId = (short)108, + TagId = (short)3 + }, + new + { + FilterListId = (short)108, + TagId = (short)6 + }, + new + { + FilterListId = (short)108, + TagId = (short)7 + }, + new + { + FilterListId = (short)108, + TagId = (short)11 + }, + new + { + FilterListId = (short)108, + TagId = (short)21 + }, + new + { + FilterListId = (short)109, + TagId = (short)1 + }, + new + { + FilterListId = (short)109, + TagId = (short)2 + }, + new + { + FilterListId = (short)109, + TagId = (short)3 + }, + new + { + FilterListId = (short)109, + TagId = (short)6 + }, + new + { + FilterListId = (short)109, + TagId = (short)7 + }, + new + { + FilterListId = (short)109, + TagId = (short)17 + }, + new + { + FilterListId = (short)109, + TagId = (short)21 + }, + new + { + FilterListId = (short)110, + TagId = (short)1 + }, + new + { + FilterListId = (short)110, + TagId = (short)2 + }, + new + { + FilterListId = (short)110, + TagId = (short)3 + }, + new + { + FilterListId = (short)110, + TagId = (short)6 + }, + new + { + FilterListId = (short)110, + TagId = (short)7 + }, + new + { + FilterListId = (short)110, + TagId = (short)21 + }, + new + { + FilterListId = (short)111, + TagId = (short)1 + }, + new + { + FilterListId = (short)111, + TagId = (short)2 + }, + new + { + FilterListId = (short)111, + TagId = (short)3 + }, + new + { + FilterListId = (short)111, + TagId = (short)4 + }, + new + { + FilterListId = (short)111, + TagId = (short)6 + }, + new + { + FilterListId = (short)112, + TagId = (short)1 + }, + new + { + FilterListId = (short)112, + TagId = (short)2 + }, + new + { + FilterListId = (short)112, + TagId = (short)3 + }, + new + { + FilterListId = (short)112, + TagId = (short)6 + }, + new + { + FilterListId = (short)112, + TagId = (short)7 + }, + new + { + FilterListId = (short)112, + TagId = (short)11 + }, + new + { + FilterListId = (short)113, + TagId = (short)2 + }, + new + { + FilterListId = (short)113, + TagId = (short)3 + }, + new + { + FilterListId = (short)114, + TagId = (short)2 + }, + new + { + FilterListId = (short)114, + TagId = (short)3 + }, + new + { + FilterListId = (short)115, + TagId = (short)2 + }, + new + { + FilterListId = (short)115, + TagId = (short)3 + }, + new + { + FilterListId = (short)116, + TagId = (short)2 + }, + new + { + FilterListId = (short)117, + TagId = (short)2 + }, + new + { + FilterListId = (short)118, + TagId = (short)2 + }, + new + { + FilterListId = (short)119, + TagId = (short)2 + }, + new + { + FilterListId = (short)131, + TagId = (short)2 + }, + new + { + FilterListId = (short)132, + TagId = (short)2 + }, + new + { + FilterListId = (short)132, + TagId = (short)3 + }, + new + { + FilterListId = (short)133, + TagId = (short)2 + }, + new + { + FilterListId = (short)134, + TagId = (short)9 + }, + new + { + FilterListId = (short)135, + TagId = (short)2 + }, + new + { + FilterListId = (short)135, + TagId = (short)3 + }, + new + { + FilterListId = (short)136, + TagId = (short)3 + }, + new + { + FilterListId = (short)137, + TagId = (short)2 + }, + new + { + FilterListId = (short)138, + TagId = (short)2 + }, + new + { + FilterListId = (short)139, + TagId = (short)7 + }, + new + { + FilterListId = (short)140, + TagId = (short)7 + }, + new + { + FilterListId = (short)141, + TagId = (short)10 + }, + new + { + FilterListId = (short)142, + TagId = (short)2 + }, + new + { + FilterListId = (short)143, + TagId = (short)10 + }, + new + { + FilterListId = (short)144, + TagId = (short)10 + }, + new + { + FilterListId = (short)145, + TagId = (short)10 + }, + new + { + FilterListId = (short)146, + TagId = (short)2 + }, + new + { + FilterListId = (short)147, + TagId = (short)2 + }, + new + { + FilterListId = (short)150, + TagId = (short)15 + }, + new + { + FilterListId = (short)151, + TagId = (short)10 + }, + new + { + FilterListId = (short)152, + TagId = (short)9 + }, + new + { + FilterListId = (short)155, + TagId = (short)10 + }, + new + { + FilterListId = (short)156, + TagId = (short)2 + }, + new + { + FilterListId = (short)157, + TagId = (short)3 + }, + new + { + FilterListId = (short)158, + TagId = (short)2 + }, + new + { + FilterListId = (short)159, + TagId = (short)4 + }, + new + { + FilterListId = (short)160, + TagId = (short)2 + }, + new + { + FilterListId = (short)161, + TagId = (short)2 + }, + new + { + FilterListId = (short)162, + TagId = (short)2 + }, + new + { + FilterListId = (short)163, + TagId = (short)2 + }, + new + { + FilterListId = (short)164, + TagId = (short)2 + }, + new + { + FilterListId = (short)165, + TagId = (short)2 + }, + new + { + FilterListId = (short)165, + TagId = (short)38 + }, + new + { + FilterListId = (short)166, + TagId = (short)2 + }, + new + { + FilterListId = (short)167, + TagId = (short)2 + }, + new + { + FilterListId = (short)168, + TagId = (short)2 + }, + new + { + FilterListId = (short)168, + TagId = (short)3 + }, + new + { + FilterListId = (short)169, + TagId = (short)8 + }, + new + { + FilterListId = (short)169, + TagId = (short)9 + }, + new + { + FilterListId = (short)170, + TagId = (short)2 + }, + new + { + FilterListId = (short)171, + TagId = (short)2 + }, + new + { + FilterListId = (short)173, + TagId = (short)2 + }, + new + { + FilterListId = (short)173, + TagId = (short)6 + }, + new + { + FilterListId = (short)175, + TagId = (short)8 + }, + new + { + FilterListId = (short)176, + TagId = (short)3 + }, + new + { + FilterListId = (short)177, + TagId = (short)2 + }, + new + { + FilterListId = (short)178, + TagId = (short)2 + }, + new + { + FilterListId = (short)179, + TagId = (short)6 + }, + new + { + FilterListId = (short)181, + TagId = (short)2 + }, + new + { + FilterListId = (short)183, + TagId = (short)2 + }, + new + { + FilterListId = (short)184, + TagId = (short)3 + }, + new + { + FilterListId = (short)184, + TagId = (short)4 + }, + new + { + FilterListId = (short)185, + TagId = (short)7 + }, + new + { + FilterListId = (short)186, + TagId = (short)6 + }, + new + { + FilterListId = (short)187, + TagId = (short)3 + }, + new + { + FilterListId = (short)188, + TagId = (short)11 + }, + new + { + FilterListId = (short)189, + TagId = (short)2 + }, + new + { + FilterListId = (short)190, + TagId = (short)7 + }, + new + { + FilterListId = (short)191, + TagId = (short)6 + }, + new + { + FilterListId = (short)192, + TagId = (short)6 + }, + new + { + FilterListId = (short)197, + TagId = (short)2 + }, + new + { + FilterListId = (short)198, + TagId = (short)2 + }, + new + { + FilterListId = (short)199, + TagId = (short)2 + }, + new + { + FilterListId = (short)200, + TagId = (short)2 + }, + new + { + FilterListId = (short)201, + TagId = (short)2 + }, + new + { + FilterListId = (short)202, + TagId = (short)2 + }, + new + { + FilterListId = (short)202, + TagId = (short)3 + }, + new + { + FilterListId = (short)203, + TagId = (short)2 + }, + new + { + FilterListId = (short)203, + TagId = (short)3 + }, + new + { + FilterListId = (short)204, + TagId = (short)9 + }, + new + { + FilterListId = (short)205, + TagId = (short)2 + }, + new + { + FilterListId = (short)205, + TagId = (short)3 + }, + new + { + FilterListId = (short)206, + TagId = (short)2 + }, + new + { + FilterListId = (short)207, + TagId = (short)5 + }, + new + { + FilterListId = (short)212, + TagId = (short)3 + }, + new + { + FilterListId = (short)213, + TagId = (short)2 + }, + new + { + FilterListId = (short)213, + TagId = (short)35 + }, + new + { + FilterListId = (short)214, + TagId = (short)5 + }, + new + { + FilterListId = (short)215, + TagId = (short)2 + }, + new + { + FilterListId = (short)216, + TagId = (short)4 + }, + new + { + FilterListId = (short)217, + TagId = (short)2 + }, + new + { + FilterListId = (short)217, + TagId = (short)3 + }, + new + { + FilterListId = (short)220, + TagId = (short)2 + }, + new + { + FilterListId = (short)220, + TagId = (short)3 + }, + new + { + FilterListId = (short)221, + TagId = (short)2 + }, + new + { + FilterListId = (short)221, + TagId = (short)3 + }, + new + { + FilterListId = (short)222, + TagId = (short)2 + }, + new + { + FilterListId = (short)223, + TagId = (short)2 + }, + new + { + FilterListId = (short)224, + TagId = (short)8 + }, + new + { + FilterListId = (short)225, + TagId = (short)2 + }, + new + { + FilterListId = (short)225, + TagId = (short)3 + }, + new + { + FilterListId = (short)225, + TagId = (short)4 + }, + new + { + FilterListId = (short)226, + TagId = (short)2 + }, + new + { + FilterListId = (short)227, + TagId = (short)10 + }, + new + { + FilterListId = (short)228, + TagId = (short)2 + }, + new + { + FilterListId = (short)229, + TagId = (short)4 + }, + new + { + FilterListId = (short)229, + TagId = (short)35 + }, + new + { + FilterListId = (short)232, + TagId = (short)21 + }, + new + { + FilterListId = (short)233, + TagId = (short)9 + }, + new + { + FilterListId = (short)233, + TagId = (short)35 + }, + new + { + FilterListId = (short)234, + TagId = (short)3 + }, + new + { + FilterListId = (short)234, + TagId = (short)35 + }, + new + { + FilterListId = (short)235, + TagId = (short)9 + }, + new + { + FilterListId = (short)235, + TagId = (short)35 + }, + new + { + FilterListId = (short)236, + TagId = (short)9 + }, + new + { + FilterListId = (short)236, + TagId = (short)35 + }, + new + { + FilterListId = (short)237, + TagId = (short)2 + }, + new + { + FilterListId = (short)237, + TagId = (short)3 + }, + new + { + FilterListId = (short)238, + TagId = (short)10 + }, + new + { + FilterListId = (short)239, + TagId = (short)2 + }, + new + { + FilterListId = (short)239, + TagId = (short)38 + }, + new + { + FilterListId = (short)240, + TagId = (short)3 + }, + new + { + FilterListId = (short)241, + TagId = (short)2 + }, + new + { + FilterListId = (short)241, + TagId = (short)3 + }, + new + { + FilterListId = (short)242, + TagId = (short)3 + }, + new + { + FilterListId = (short)243, + TagId = (short)2 + }, + new + { + FilterListId = (short)244, + TagId = (short)2 + }, + new + { + FilterListId = (short)245, + TagId = (short)2 + }, + new + { + FilterListId = (short)245, + TagId = (short)41 + }, + new + { + FilterListId = (short)246, + TagId = (short)2 + }, + new + { + FilterListId = (short)247, + TagId = (short)4 + }, + new + { + FilterListId = (short)247, + TagId = (short)8 + }, + new + { + FilterListId = (short)247, + TagId = (short)9 + }, + new + { + FilterListId = (short)248, + TagId = (short)2 + }, + new + { + FilterListId = (short)249, + TagId = (short)18 + }, + new + { + FilterListId = (short)250, + TagId = (short)8 + }, + new + { + FilterListId = (short)251, + TagId = (short)2 + }, + new + { + FilterListId = (short)251, + TagId = (short)3 + }, + new + { + FilterListId = (short)252, + TagId = (short)2 + }, + new + { + FilterListId = (short)253, + TagId = (short)2 + }, + new + { + FilterListId = (short)254, + TagId = (short)2 + }, + new + { + FilterListId = (short)254, + TagId = (short)3 + }, + new + { + FilterListId = (short)255, + TagId = (short)3 + }, + new + { + FilterListId = (short)255, + TagId = (short)40 + }, + new + { + FilterListId = (short)256, + TagId = (short)2 + }, + new + { + FilterListId = (short)256, + TagId = (short)3 + }, + new + { + FilterListId = (short)257, + TagId = (short)2 + }, + new + { + FilterListId = (short)257, + TagId = (short)3 + }, + new + { + FilterListId = (short)258, + TagId = (short)2 + }, + new + { + FilterListId = (short)258, + TagId = (short)3 + }, + new + { + FilterListId = (short)259, + TagId = (short)4 + }, + new + { + FilterListId = (short)260, + TagId = (short)2 + }, + new + { + FilterListId = (short)260, + TagId = (short)3 + }, + new + { + FilterListId = (short)261, + TagId = (short)2 + }, + new + { + FilterListId = (short)261, + TagId = (short)3 + }, + new + { + FilterListId = (short)262, + TagId = (short)2 + }, + new + { + FilterListId = (short)262, + TagId = (short)3 + }, + new + { + FilterListId = (short)263, + TagId = (short)2 + }, + new + { + FilterListId = (short)263, + TagId = (short)3 + }, + new + { + FilterListId = (short)264, + TagId = (short)2 + }, + new + { + FilterListId = (short)264, + TagId = (short)3 + }, + new + { + FilterListId = (short)265, + TagId = (short)3 + }, + new + { + FilterListId = (short)265, + TagId = (short)40 + }, + new + { + FilterListId = (short)266, + TagId = (short)3 + }, + new + { + FilterListId = (short)266, + TagId = (short)40 + }, + new + { + FilterListId = (short)267, + TagId = (short)2 + }, + new + { + FilterListId = (short)268, + TagId = (short)2 + }, + new + { + FilterListId = (short)269, + TagId = (short)2 + }, + new + { + FilterListId = (short)270, + TagId = (short)14 + }, + new + { + FilterListId = (short)271, + TagId = (short)6 + }, + new + { + FilterListId = (short)272, + TagId = (short)3 + }, + new + { + FilterListId = (short)274, + TagId = (short)6 + }, + new + { + FilterListId = (short)275, + TagId = (short)2 + }, + new + { + FilterListId = (short)276, + TagId = (short)2 + }, + new + { + FilterListId = (short)276, + TagId = (short)3 + }, + new + { + FilterListId = (short)277, + TagId = (short)2 + }, + new + { + FilterListId = (short)278, + TagId = (short)2 + }, + new + { + FilterListId = (short)279, + TagId = (short)3 + }, + new + { + FilterListId = (short)279, + TagId = (short)8 + }, + new + { + FilterListId = (short)280, + TagId = (short)21 + }, + new + { + FilterListId = (short)281, + TagId = (short)3 + }, + new + { + FilterListId = (short)282, + TagId = (short)2 + }, + new + { + FilterListId = (short)283, + TagId = (short)2 + }, + new + { + FilterListId = (short)284, + TagId = (short)2 + }, + new + { + FilterListId = (short)285, + TagId = (short)37 + }, + new + { + FilterListId = (short)286, + TagId = (short)14 + }, + new + { + FilterListId = (short)287, + TagId = (short)6 + }, + new + { + FilterListId = (short)288, + TagId = (short)6 + }, + new + { + FilterListId = (short)289, + TagId = (short)2 + }, + new + { + FilterListId = (short)290, + TagId = (short)2 + }, + new + { + FilterListId = (short)291, + TagId = (short)2 + }, + new + { + FilterListId = (short)292, + TagId = (short)2 + }, + new + { + FilterListId = (short)293, + TagId = (short)2 + }, + new + { + FilterListId = (short)294, + TagId = (short)2 + }, + new + { + FilterListId = (short)295, + TagId = (short)2 + }, + new + { + FilterListId = (short)297, + TagId = (short)2 + }, + new + { + FilterListId = (short)298, + TagId = (short)2 + }, + new + { + FilterListId = (short)299, + TagId = (short)2 + }, + new + { + FilterListId = (short)300, + TagId = (short)2 + }, + new + { + FilterListId = (short)301, + TagId = (short)2 + }, + new + { + FilterListId = (short)302, + TagId = (short)6 + }, + new + { + FilterListId = (short)303, + TagId = (short)14 + }, + new + { + FilterListId = (short)303, + TagId = (short)23 + }, + new + { + FilterListId = (short)304, + TagId = (short)3 + }, + new + { + FilterListId = (short)305, + TagId = (short)2 + }, + new + { + FilterListId = (short)306, + TagId = (short)15 + }, + new + { + FilterListId = (short)306, + TagId = (short)35 + }, + new + { + FilterListId = (short)307, + TagId = (short)3 + }, + new + { + FilterListId = (short)308, + TagId = (short)1 + }, + new + { + FilterListId = (short)309, + TagId = (short)1 + }, + new + { + FilterListId = (short)309, + TagId = (short)2 + }, + new + { + FilterListId = (short)309, + TagId = (short)3 + }, + new + { + FilterListId = (short)309, + TagId = (short)6 + }, + new + { + FilterListId = (short)309, + TagId = (short)36 + }, + new + { + FilterListId = (short)311, + TagId = (short)9 + }, + new + { + FilterListId = (short)312, + TagId = (short)9 + }, + new + { + FilterListId = (short)313, + TagId = (short)9 + }, + new + { + FilterListId = (short)315, + TagId = (short)2 + }, + new + { + FilterListId = (short)315, + TagId = (short)3 + }, + new + { + FilterListId = (short)315, + TagId = (short)15 + }, + new + { + FilterListId = (short)316, + TagId = (short)2 + }, + new + { + FilterListId = (short)317, + TagId = (short)2 + }, + new + { + FilterListId = (short)317, + TagId = (short)3 + }, + new + { + FilterListId = (short)318, + TagId = (short)1 + }, + new + { + FilterListId = (short)319, + TagId = (short)2 + }, + new + { + FilterListId = (short)319, + TagId = (short)35 + }, + new + { + FilterListId = (short)320, + TagId = (short)2 + }, + new + { + FilterListId = (short)320, + TagId = (short)35 + }, + new + { + FilterListId = (short)321, + TagId = (short)10 + }, + new + { + FilterListId = (short)322, + TagId = (short)10 + }, + new + { + FilterListId = (short)323, + TagId = (short)10 + }, + new + { + FilterListId = (short)324, + TagId = (short)2 + }, + new + { + FilterListId = (short)325, + TagId = (short)2 + }, + new + { + FilterListId = (short)327, + TagId = (short)33 + }, + new + { + FilterListId = (short)329, + TagId = (short)2 + }, + new + { + FilterListId = (short)330, + TagId = (short)2 + }, + new + { + FilterListId = (short)331, + TagId = (short)2 + }, + new + { + FilterListId = (short)331, + TagId = (short)3 + }, + new + { + FilterListId = (short)332, + TagId = (short)16 + }, + new + { + FilterListId = (short)333, + TagId = (short)13 + }, + new + { + FilterListId = (short)334, + TagId = (short)2 + }, + new + { + FilterListId = (short)335, + TagId = (short)2 + }, + new + { + FilterListId = (short)336, + TagId = (short)3 + }, + new + { + FilterListId = (short)336, + TagId = (short)6 + }, + new + { + FilterListId = (short)337, + TagId = (short)2 + }, + new + { + FilterListId = (short)338, + TagId = (short)2 + }, + new + { + FilterListId = (short)339, + TagId = (short)2 + }, + new + { + FilterListId = (short)340, + TagId = (short)12 + }, + new + { + FilterListId = (short)341, + TagId = (short)4 + }, + new + { + FilterListId = (short)342, + TagId = (short)15 + }, + new + { + FilterListId = (short)343, + TagId = (short)8 + }, + new + { + FilterListId = (short)344, + TagId = (short)9 + }, + new + { + FilterListId = (short)345, + TagId = (short)2 + }, + new + { + FilterListId = (short)346, + TagId = (short)2 + }, + new + { + FilterListId = (short)346, + TagId = (short)38 + }, + new + { + FilterListId = (short)347, + TagId = (short)2 + }, + new + { + FilterListId = (short)347, + TagId = (short)6 + }, + new + { + FilterListId = (short)348, + TagId = (short)6 + }, + new + { + FilterListId = (short)349, + TagId = (short)7 + }, + new + { + FilterListId = (short)350, + TagId = (short)2 + }, + new + { + FilterListId = (short)352, + TagId = (short)6 + }, + new + { + FilterListId = (short)353, + TagId = (short)9 + }, + new + { + FilterListId = (short)354, + TagId = (short)9 + }, + new + { + FilterListId = (short)355, + TagId = (short)9 + }, + new + { + FilterListId = (short)356, + TagId = (short)27 + }, + new + { + FilterListId = (short)357, + TagId = (short)1 + }, + new + { + FilterListId = (short)358, + TagId = (short)1 + }, + new + { + FilterListId = (short)358, + TagId = (short)20 + }, + new + { + FilterListId = (short)359, + TagId = (short)1 + }, + new + { + FilterListId = (short)360, + TagId = (short)1 + }, + new + { + FilterListId = (short)361, + TagId = (short)1 + }, + new + { + FilterListId = (short)361, + TagId = (short)20 + }, + new + { + FilterListId = (short)362, + TagId = (short)1 + }, + new + { + FilterListId = (short)363, + TagId = (short)1 + }, + new + { + FilterListId = (short)367, + TagId = (short)10 + }, + new + { + FilterListId = (short)368, + TagId = (short)10 + }, + new + { + FilterListId = (short)369, + TagId = (short)2 + }, + new + { + FilterListId = (short)370, + TagId = (short)2 + }, + new + { + FilterListId = (short)371, + TagId = (short)13 + }, + new + { + FilterListId = (short)371, + TagId = (short)21 + }, + new + { + FilterListId = (short)372, + TagId = (short)2 + }, + new + { + FilterListId = (short)373, + TagId = (short)4 + }, + new + { + FilterListId = (short)374, + TagId = (short)2 + }, + new + { + FilterListId = (short)375, + TagId = (short)2 + }, + new + { + FilterListId = (short)375, + TagId = (short)3 + }, + new + { + FilterListId = (short)376, + TagId = (short)2 + }, + new + { + FilterListId = (short)376, + TagId = (short)9 + }, + new + { + FilterListId = (short)377, + TagId = (short)6 + }, + new + { + FilterListId = (short)378, + TagId = (short)6 + }, + new + { + FilterListId = (short)379, + TagId = (short)4 + }, + new + { + FilterListId = (short)380, + TagId = (short)2 + }, + new + { + FilterListId = (short)381, + TagId = (short)30 + }, + new + { + FilterListId = (short)383, + TagId = (short)2 + }, + new + { + FilterListId = (short)385, + TagId = (short)15 + }, + new + { + FilterListId = (short)388, + TagId = (short)2 + }, + new + { + FilterListId = (short)388, + TagId = (short)6 + }, + new + { + FilterListId = (short)388, + TagId = (short)9 + }, + new + { + FilterListId = (short)388, + TagId = (short)10 + }, + new + { + FilterListId = (short)390, + TagId = (short)4 + }, + new + { + FilterListId = (short)390, + TagId = (short)9 + }, + new + { + FilterListId = (short)390, + TagId = (short)15 + }, + new + { + FilterListId = (short)391, + TagId = (short)30 + }, + new + { + FilterListId = (short)392, + TagId = (short)16 + }, + new + { + FilterListId = (short)392, + TagId = (short)40 + }, + new + { + FilterListId = (short)393, + TagId = (short)6 + }, + new + { + FilterListId = (short)393, + TagId = (short)15 + }, + new + { + FilterListId = (short)395, + TagId = (short)10 + }, + new + { + FilterListId = (short)396, + TagId = (short)2 + }, + new + { + FilterListId = (short)397, + TagId = (short)10 + }, + new + { + FilterListId = (short)398, + TagId = (short)9 + }, + new + { + FilterListId = (short)399, + TagId = (short)2 + }, + new + { + FilterListId = (short)399, + TagId = (short)3 + }, + new + { + FilterListId = (short)399, + TagId = (short)8 + }, + new + { + FilterListId = (short)400, + TagId = (short)2 + }, + new + { + FilterListId = (short)400, + TagId = (short)3 + }, + new + { + FilterListId = (short)400, + TagId = (short)6 + }, + new + { + FilterListId = (short)401, + TagId = (short)2 + }, + new + { + FilterListId = (short)401, + TagId = (short)3 + }, + new + { + FilterListId = (short)401, + TagId = (short)6 + }, + new + { + FilterListId = (short)403, + TagId = (short)15 + }, + new + { + FilterListId = (short)403, + TagId = (short)18 + }, + new + { + FilterListId = (short)405, + TagId = (short)9 + }, + new + { + FilterListId = (short)405, + TagId = (short)16 + }, + new + { + FilterListId = (short)410, + TagId = (short)1 + }, + new + { + FilterListId = (short)412, + TagId = (short)6 + }, + new + { + FilterListId = (short)413, + TagId = (short)3 + }, + new + { + FilterListId = (short)413, + TagId = (short)6 + }, + new + { + FilterListId = (short)414, + TagId = (short)6 + }, + new + { + FilterListId = (short)415, + TagId = (short)6 + }, + new + { + FilterListId = (short)416, + TagId = (short)2 + }, + new + { + FilterListId = (short)417, + TagId = (short)6 + }, + new + { + FilterListId = (short)418, + TagId = (short)6 + }, + new + { + FilterListId = (short)419, + TagId = (short)2 + }, + new + { + FilterListId = (short)420, + TagId = (short)7 + }, + new + { + FilterListId = (short)421, + TagId = (short)7 + }, + new + { + FilterListId = (short)422, + TagId = (short)13 + }, + new + { + FilterListId = (short)424, + TagId = (short)13 + }, + new + { + FilterListId = (short)425, + TagId = (short)20 + }, + new + { + FilterListId = (short)426, + TagId = (short)6 + }, + new + { + FilterListId = (short)427, + TagId = (short)7 + }, + new + { + FilterListId = (short)428, + TagId = (short)6 + }, + new + { + FilterListId = (short)429, + TagId = (short)3 + }, + new + { + FilterListId = (short)430, + TagId = (short)2 + }, + new + { + FilterListId = (short)430, + TagId = (short)6 + }, + new + { + FilterListId = (short)431, + TagId = (short)27 + }, + new + { + FilterListId = (short)432, + TagId = (short)30 + }, + new + { + FilterListId = (short)433, + TagId = (short)30 + }, + new + { + FilterListId = (short)434, + TagId = (short)15 + }, + new + { + FilterListId = (short)435, + TagId = (short)12 + }, + new + { + FilterListId = (short)436, + TagId = (short)33 + }, + new + { + FilterListId = (short)437, + TagId = (short)2 + }, + new + { + FilterListId = (short)438, + TagId = (short)15 + }, + new + { + FilterListId = (short)439, + TagId = (short)3 + }, + new + { + FilterListId = (short)439, + TagId = (short)34 + }, + new + { + FilterListId = (short)440, + TagId = (short)3 + }, + new + { + FilterListId = (short)441, + TagId = (short)2 + }, + new + { + FilterListId = (short)442, + TagId = (short)7 + }, + new + { + FilterListId = (short)445, + TagId = (short)3 + }, + new + { + FilterListId = (short)446, + TagId = (short)2 + }, + new + { + FilterListId = (short)447, + TagId = (short)3 + }, + new + { + FilterListId = (short)448, + TagId = (short)6 + }, + new + { + FilterListId = (short)449, + TagId = (short)3 + }, + new + { + FilterListId = (short)450, + TagId = (short)26 + }, + new + { + FilterListId = (short)451, + TagId = (short)3 + }, + new + { + FilterListId = (short)465, + TagId = (short)6 + }, + new + { + FilterListId = (short)467, + TagId = (short)2 + }, + new + { + FilterListId = (short)468, + TagId = (short)2 + }, + new + { + FilterListId = (short)469, + TagId = (short)3 + }, + new + { + FilterListId = (short)470, + TagId = (short)6 + }, + new + { + FilterListId = (short)471, + TagId = (short)6 + }, + new + { + FilterListId = (short)472, + TagId = (short)4 + }, + new + { + FilterListId = (short)472, + TagId = (short)19 + }, + new + { + FilterListId = (short)473, + TagId = (short)19 + }, + new + { + FilterListId = (short)474, + TagId = (short)4 + }, + new + { + FilterListId = (short)474, + TagId = (short)19 + }, + new + { + FilterListId = (short)475, + TagId = (short)3 + }, + new + { + FilterListId = (short)475, + TagId = (short)19 + }, + new + { + FilterListId = (short)476, + TagId = (short)19 + }, + new + { + FilterListId = (short)477, + TagId = (short)19 + }, + new + { + FilterListId = (short)478, + TagId = (short)19 + }, + new + { + FilterListId = (short)479, + TagId = (short)2 + }, + new + { + FilterListId = (short)480, + TagId = (short)2 + }, + new + { + FilterListId = (short)481, + TagId = (short)2 + }, + new + { + FilterListId = (short)481, + TagId = (short)3 + }, + new + { + FilterListId = (short)481, + TagId = (short)6 + }, + new + { + FilterListId = (short)482, + TagId = (short)1 + }, + new + { + FilterListId = (short)482, + TagId = (short)2 + }, + new + { + FilterListId = (short)482, + TagId = (short)3 + }, + new + { + FilterListId = (short)482, + TagId = (short)6 + }, + new + { + FilterListId = (short)483, + TagId = (short)1 + }, + new + { + FilterListId = (short)483, + TagId = (short)2 + }, + new + { + FilterListId = (short)483, + TagId = (short)3 + }, + new + { + FilterListId = (short)483, + TagId = (short)6 + }, + new + { + FilterListId = (short)483, + TagId = (short)7 + }, + new + { + FilterListId = (short)483, + TagId = (short)36 + }, + new + { + FilterListId = (short)484, + TagId = (short)1 + }, + new + { + FilterListId = (short)484, + TagId = (short)2 + }, + new + { + FilterListId = (short)484, + TagId = (short)3 + }, + new + { + FilterListId = (short)484, + TagId = (short)6 + }, + new + { + FilterListId = (short)484, + TagId = (short)7 + }, + new + { + FilterListId = (short)484, + TagId = (short)36 + }, + new + { + FilterListId = (short)485, + TagId = (short)11 + }, + new + { + FilterListId = (short)485, + TagId = (short)36 + }, + new + { + FilterListId = (short)486, + TagId = (short)1 + }, + new + { + FilterListId = (short)486, + TagId = (short)2 + }, + new + { + FilterListId = (short)486, + TagId = (short)3 + }, + new + { + FilterListId = (short)486, + TagId = (short)6 + }, + new + { + FilterListId = (short)486, + TagId = (short)7 + }, + new + { + FilterListId = (short)486, + TagId = (short)9 + }, + new + { + FilterListId = (short)486, + TagId = (short)36 + }, + new + { + FilterListId = (short)487, + TagId = (short)1 + }, + new + { + FilterListId = (short)487, + TagId = (short)2 + }, + new + { + FilterListId = (short)487, + TagId = (short)3 + }, + new + { + FilterListId = (short)487, + TagId = (short)6 + }, + new + { + FilterListId = (short)487, + TagId = (short)7 + }, + new + { + FilterListId = (short)487, + TagId = (short)9 + }, + new + { + FilterListId = (short)487, + TagId = (short)11 + }, + new + { + FilterListId = (short)487, + TagId = (short)36 + }, + new + { + FilterListId = (short)490, + TagId = (short)11 + }, + new + { + FilterListId = (short)491, + TagId = (short)11 + }, + new + { + FilterListId = (short)492, + TagId = (short)11 + }, + new + { + FilterListId = (short)493, + TagId = (short)11 + }, + new + { + FilterListId = (short)494, + TagId = (short)7 + }, + new + { + FilterListId = (short)495, + TagId = (short)7 + }, + new + { + FilterListId = (short)496, + TagId = (short)7 + }, + new + { + FilterListId = (short)504, + TagId = (short)14 + }, + new + { + FilterListId = (short)505, + TagId = (short)14 + }, + new + { + FilterListId = (short)506, + TagId = (short)3 + }, + new + { + FilterListId = (short)506, + TagId = (short)10 + }, + new + { + FilterListId = (short)507, + TagId = (short)2 + }, + new + { + FilterListId = (short)508, + TagId = (short)10 + }, + new + { + FilterListId = (short)509, + TagId = (short)7 + }, + new + { + FilterListId = (short)510, + TagId = (short)2 + }, + new + { + FilterListId = (short)510, + TagId = (short)9 + }, + new + { + FilterListId = (short)512, + TagId = (short)1 + }, + new + { + FilterListId = (short)513, + TagId = (short)2 + }, + new + { + FilterListId = (short)513, + TagId = (short)3 + }, + new + { + FilterListId = (short)514, + TagId = (short)2 + }, + new + { + FilterListId = (short)514, + TagId = (short)3 + }, + new + { + FilterListId = (short)515, + TagId = (short)2 + }, + new + { + FilterListId = (short)516, + TagId = (short)2 + }, + new + { + FilterListId = (short)517, + TagId = (short)2 + }, + new + { + FilterListId = (short)518, + TagId = (short)6 + }, + new + { + FilterListId = (short)519, + TagId = (short)6 + }, + new + { + FilterListId = (short)520, + TagId = (short)6 + }, + new + { + FilterListId = (short)521, + TagId = (short)2 + }, + new + { + FilterListId = (short)521, + TagId = (short)3 + }, + new + { + FilterListId = (short)522, + TagId = (short)15 + }, + new + { + FilterListId = (short)525, + TagId = (short)11 + }, + new + { + FilterListId = (short)526, + TagId = (short)11 + }, + new + { + FilterListId = (short)562, + TagId = (short)2 + }, + new + { + FilterListId = (short)563, + TagId = (short)2 + }, + new + { + FilterListId = (short)564, + TagId = (short)3 + }, + new + { + FilterListId = (short)564, + TagId = (short)5 + }, + new + { + FilterListId = (short)565, + TagId = (short)2 + }, + new + { + FilterListId = (short)566, + TagId = (short)5 + }, + new + { + FilterListId = (short)569, + TagId = (short)5 + }, + new + { + FilterListId = (short)570, + TagId = (short)5 + }, + new + { + FilterListId = (short)573, + TagId = (short)5 + }, + new + { + FilterListId = (short)574, + TagId = (short)5 + }, + new + { + FilterListId = (short)575, + TagId = (short)5 + }, + new + { + FilterListId = (short)583, + TagId = (short)5 + }, + new + { + FilterListId = (short)585, + TagId = (short)5 + }, + new + { + FilterListId = (short)586, + TagId = (short)5 + }, + new + { + FilterListId = (short)589, + TagId = (short)17 + }, + new + { + FilterListId = (short)590, + TagId = (short)11 + }, + new + { + FilterListId = (short)591, + TagId = (short)11 + }, + new + { + FilterListId = (short)592, + TagId = (short)4 + }, + new + { + FilterListId = (short)593, + TagId = (short)21 + }, + new + { + FilterListId = (short)595, + TagId = (short)2 + }, + new + { + FilterListId = (short)595, + TagId = (short)3 + }, + new + { + FilterListId = (short)596, + TagId = (short)2 + }, + new + { + FilterListId = (short)596, + TagId = (short)3 + }, + new + { + FilterListId = (short)598, + TagId = (short)2 + }, + new + { + FilterListId = (short)599, + TagId = (short)2 + }, + new + { + FilterListId = (short)600, + TagId = (short)2 + }, + new + { + FilterListId = (short)601, + TagId = (short)4 + }, + new + { + FilterListId = (short)601, + TagId = (short)7 + }, + new + { + FilterListId = (short)602, + TagId = (short)4 + }, + new + { + FilterListId = (short)602, + TagId = (short)7 + }, + new + { + FilterListId = (short)603, + TagId = (short)11 + }, + new + { + FilterListId = (short)603, + TagId = (short)30 + }, + new + { + FilterListId = (short)604, + TagId = (short)20 + }, + new + { + FilterListId = (short)605, + TagId = (short)6 + }, + new + { + FilterListId = (short)606, + TagId = (short)2 + }, + new + { + FilterListId = (short)606, + TagId = (short)3 + }, + new + { + FilterListId = (short)606, + TagId = (short)6 + }, + new + { + FilterListId = (short)607, + TagId = (short)28 + }, + new + { + FilterListId = (short)608, + TagId = (short)9 + }, + new + { + FilterListId = (short)609, + TagId = (short)32 + }, + new + { + FilterListId = (short)610, + TagId = (short)9 + }, + new + { + FilterListId = (short)611, + TagId = (short)9 + }, + new + { + FilterListId = (short)612, + TagId = (short)9 + }, + new + { + FilterListId = (short)613, + TagId = (short)9 + }, + new + { + FilterListId = (short)614, + TagId = (short)9 + }, + new + { + FilterListId = (short)616, + TagId = (short)9 + }, + new + { + FilterListId = (short)617, + TagId = (short)2 + }, + new + { + FilterListId = (short)617, + TagId = (short)3 + }, + new + { + FilterListId = (short)618, + TagId = (short)6 + }, + new + { + FilterListId = (short)619, + TagId = (short)2 + }, + new + { + FilterListId = (short)619, + TagId = (short)35 + }, + new + { + FilterListId = (short)625, + TagId = (short)2 + }, + new + { + FilterListId = (short)625, + TagId = (short)3 + }, + new + { + FilterListId = (short)626, + TagId = (short)3 + }, + new + { + FilterListId = (short)628, + TagId = (short)2 + }, + new + { + FilterListId = (short)628, + TagId = (short)3 + }, + new + { + FilterListId = (short)630, + TagId = (short)2 + }, + new + { + FilterListId = (short)631, + TagId = (short)7 + }, + new + { + FilterListId = (short)632, + TagId = (short)30 + }, + new + { + FilterListId = (short)632, + TagId = (short)34 + }, + new + { + FilterListId = (short)658, + TagId = (short)9 + }, + new + { + FilterListId = (short)659, + TagId = (short)9 + }, + new + { + FilterListId = (short)660, + TagId = (short)28 + }, + new + { + FilterListId = (short)661, + TagId = (short)4 + }, + new + { + FilterListId = (short)661, + TagId = (short)9 + }, + new + { + FilterListId = (short)663, + TagId = (short)2 + }, + new + { + FilterListId = (short)664, + TagId = (short)2 + }, + new + { + FilterListId = (short)665, + TagId = (short)3 + }, + new + { + FilterListId = (short)666, + TagId = (short)2 + }, + new + { + FilterListId = (short)667, + TagId = (short)2 + }, + new + { + FilterListId = (short)668, + TagId = (short)2 + }, + new + { + FilterListId = (short)669, + TagId = (short)2 + }, + new + { + FilterListId = (short)670, + TagId = (short)6 + }, + new + { + FilterListId = (short)670, + TagId = (short)38 + }, + new + { + FilterListId = (short)671, + TagId = (short)14 + }, + new + { + FilterListId = (short)672, + TagId = (short)2 + }, + new + { + FilterListId = (short)672, + TagId = (short)3 + }, + new + { + FilterListId = (short)673, + TagId = (short)2 + }, + new + { + FilterListId = (short)673, + TagId = (short)3 + }, + new + { + FilterListId = (short)674, + TagId = (short)2 + }, + new + { + FilterListId = (short)674, + TagId = (short)3 + }, + new + { + FilterListId = (short)675, + TagId = (short)2 + }, + new + { + FilterListId = (short)675, + TagId = (short)3 + }, + new + { + FilterListId = (short)676, + TagId = (short)2 + }, + new + { + FilterListId = (short)676, + TagId = (short)3 + }, + new + { + FilterListId = (short)677, + TagId = (short)2 + }, + new + { + FilterListId = (short)677, + TagId = (short)3 + }, + new + { + FilterListId = (short)678, + TagId = (short)2 + }, + new + { + FilterListId = (short)679, + TagId = (short)3 + }, + new + { + FilterListId = (short)680, + TagId = (short)6 + }, + new + { + FilterListId = (short)681, + TagId = (short)6 + }, + new + { + FilterListId = (short)682, + TagId = (short)6 + }, + new + { + FilterListId = (short)683, + TagId = (short)6 + }, + new + { + FilterListId = (short)684, + TagId = (short)6 + }, + new + { + FilterListId = (short)685, + TagId = (short)6 + }, + new + { + FilterListId = (short)686, + TagId = (short)10 + }, + new + { + FilterListId = (short)687, + TagId = (short)2 + }, + new + { + FilterListId = (short)689, + TagId = (short)3 + }, + new + { + FilterListId = (short)690, + TagId = (short)20 + }, + new + { + FilterListId = (short)691, + TagId = (short)20 + }, + new + { + FilterListId = (short)692, + TagId = (short)6 + }, + new + { + FilterListId = (short)692, + TagId = (short)20 + }, + new + { + FilterListId = (short)693, + TagId = (short)6 + }, + new + { + FilterListId = (short)694, + TagId = (short)6 + }, + new + { + FilterListId = (short)696, + TagId = (short)2 + }, + new + { + FilterListId = (short)696, + TagId = (short)3 + }, + new + { + FilterListId = (short)696, + TagId = (short)6 + }, + new + { + FilterListId = (short)697, + TagId = (short)2 + }, + new + { + FilterListId = (short)697, + TagId = (short)3 + }, + new + { + FilterListId = (short)697, + TagId = (short)6 + }, + new + { + FilterListId = (short)698, + TagId = (short)6 + }, + new + { + FilterListId = (short)699, + TagId = (short)1 + }, + new + { + FilterListId = (short)700, + TagId = (short)2 + }, + new + { + FilterListId = (short)703, + TagId = (short)6 + }, + new + { + FilterListId = (short)704, + TagId = (short)2 + }, + new + { + FilterListId = (short)705, + TagId = (short)1 + }, + new + { + FilterListId = (short)706, + TagId = (short)6 + }, + new + { + FilterListId = (short)707, + TagId = (short)6 + }, + new + { + FilterListId = (short)708, + TagId = (short)6 + }, + new + { + FilterListId = (short)709, + TagId = (short)6 + }, + new + { + FilterListId = (short)710, + TagId = (short)3 + }, + new + { + FilterListId = (short)711, + TagId = (short)6 + }, + new + { + FilterListId = (short)712, + TagId = (short)2 + }, + new + { + FilterListId = (short)715, + TagId = (short)12 + }, + new + { + FilterListId = (short)716, + TagId = (short)12 + }, + new + { + FilterListId = (short)717, + TagId = (short)12 + }, + new + { + FilterListId = (short)718, + TagId = (short)12 + }, + new + { + FilterListId = (short)719, + TagId = (short)10 + }, + new + { + FilterListId = (short)720, + TagId = (short)3 + }, + new + { + FilterListId = (short)721, + TagId = (short)3 + }, + new + { + FilterListId = (short)722, + TagId = (short)15 + }, + new + { + FilterListId = (short)723, + TagId = (short)2 + }, + new + { + FilterListId = (short)724, + TagId = (short)15 + }, + new + { + FilterListId = (short)724, + TagId = (short)35 + }, + new + { + FilterListId = (short)726, + TagId = (short)3 + }, + new + { + FilterListId = (short)728, + TagId = (short)2 + }, + new + { + FilterListId = (short)729, + TagId = (short)9 + }, + new + { + FilterListId = (short)730, + TagId = (short)18 + }, + new + { + FilterListId = (short)731, + TagId = (short)2 + }, + new + { + FilterListId = (short)732, + TagId = (short)9 + }, + new + { + FilterListId = (short)734, + TagId = (short)2 + }, + new + { + FilterListId = (short)734, + TagId = (short)11 + }, + new + { + FilterListId = (short)735, + TagId = (short)9 + }, + new + { + FilterListId = (short)736, + TagId = (short)3 + }, + new + { + FilterListId = (short)743, + TagId = (short)2 + }, + new + { + FilterListId = (short)744, + TagId = (short)9 + }, + new + { + FilterListId = (short)746, + TagId = (short)2 + }, + new + { + FilterListId = (short)747, + TagId = (short)2 + }, + new + { + FilterListId = (short)748, + TagId = (short)3 + }, + new + { + FilterListId = (short)749, + TagId = (short)6 + }, + new + { + FilterListId = (short)750, + TagId = (short)10 + }, + new + { + FilterListId = (short)751, + TagId = (short)30 + }, + new + { + FilterListId = (short)752, + TagId = (short)2 + }, + new + { + FilterListId = (short)753, + TagId = (short)8 + }, + new + { + FilterListId = (short)754, + TagId = (short)6 + }, + new + { + FilterListId = (short)755, + TagId = (short)6 + }, + new + { + FilterListId = (short)756, + TagId = (short)2 + }, + new + { + FilterListId = (short)757, + TagId = (short)3 + }, + new + { + FilterListId = (short)758, + TagId = (short)2 + }, + new + { + FilterListId = (short)759, + TagId = (short)2 + }, + new + { + FilterListId = (short)760, + TagId = (short)4 + }, + new + { + FilterListId = (short)761, + TagId = (short)2 + }, + new + { + FilterListId = (short)762, + TagId = (short)2 + }, + new + { + FilterListId = (short)763, + TagId = (short)3 + }, + new + { + FilterListId = (short)764, + TagId = (short)3 + }, + new + { + FilterListId = (short)764, + TagId = (short)40 + }, + new + { + FilterListId = (short)765, + TagId = (short)2 + }, + new + { + FilterListId = (short)766, + TagId = (short)2 + }, + new + { + FilterListId = (short)767, + TagId = (short)2 + }, + new + { + FilterListId = (short)769, + TagId = (short)28 + }, + new + { + FilterListId = (short)770, + TagId = (short)2 + }, + new + { + FilterListId = (short)772, + TagId = (short)9 + }, + new + { + FilterListId = (short)773, + TagId = (short)2 + }, + new + { + FilterListId = (short)774, + TagId = (short)9 + }, + new + { + FilterListId = (short)775, + TagId = (short)2 + }, + new + { + FilterListId = (short)776, + TagId = (short)2 + }, + new + { + FilterListId = (short)777, + TagId = (short)2 + }, + new + { + FilterListId = (short)778, + TagId = (short)3 + }, + new + { + FilterListId = (short)779, + TagId = (short)2 + }, + new + { + FilterListId = (short)780, + TagId = (short)2 + }, + new + { + FilterListId = (short)781, + TagId = (short)2 + }, + new + { + FilterListId = (short)782, + TagId = (short)2 + }, + new + { + FilterListId = (short)783, + TagId = (short)2 + }, + new + { + FilterListId = (short)784, + TagId = (short)2 + }, + new + { + FilterListId = (short)785, + TagId = (short)3 + }, + new + { + FilterListId = (short)786, + TagId = (short)2 + }, + new + { + FilterListId = (short)787, + TagId = (short)2 + }, + new + { + FilterListId = (short)788, + TagId = (short)2 + }, + new + { + FilterListId = (short)789, + TagId = (short)2 + }, + new + { + FilterListId = (short)790, + TagId = (short)3 + }, + new + { + FilterListId = (short)791, + TagId = (short)2 + }, + new + { + FilterListId = (short)792, + TagId = (short)2 + }, + new + { + FilterListId = (short)793, + TagId = (short)2 + }, + new + { + FilterListId = (short)794, + TagId = (short)2 + }, + new + { + FilterListId = (short)795, + TagId = (short)2 + }, + new + { + FilterListId = (short)796, + TagId = (short)2 + }, + new + { + FilterListId = (short)797, + TagId = (short)5 + }, + new + { + FilterListId = (short)798, + TagId = (short)2 + }, + new + { + FilterListId = (short)799, + TagId = (short)2 + }, + new + { + FilterListId = (short)800, + TagId = (short)2 + }, + new + { + FilterListId = (short)801, + TagId = (short)2 + }, + new + { + FilterListId = (short)802, + TagId = (short)2 + }, + new + { + FilterListId = (short)803, + TagId = (short)2 + }, + new + { + FilterListId = (short)804, + TagId = (short)2 + }, + new + { + FilterListId = (short)805, + TagId = (short)2 + }, + new + { + FilterListId = (short)806, + TagId = (short)2 + }, + new + { + FilterListId = (short)807, + TagId = (short)25 + }, + new + { + FilterListId = (short)808, + TagId = (short)2 + }, + new + { + FilterListId = (short)809, + TagId = (short)2 + }, + new + { + FilterListId = (short)809, + TagId = (short)10 + }, + new + { + FilterListId = (short)810, + TagId = (short)1 + }, + new + { + FilterListId = (short)810, + TagId = (short)2 + }, + new + { + FilterListId = (short)810, + TagId = (short)3 + }, + new + { + FilterListId = (short)810, + TagId = (short)6 + }, + new + { + FilterListId = (short)810, + TagId = (short)36 + }, + new + { + FilterListId = (short)811, + TagId = (short)1 + }, + new + { + FilterListId = (short)811, + TagId = (short)2 + }, + new + { + FilterListId = (short)811, + TagId = (short)3 + }, + new + { + FilterListId = (short)811, + TagId = (short)6 + }, + new + { + FilterListId = (short)812, + TagId = (short)1 + }, + new + { + FilterListId = (short)812, + TagId = (short)2 + }, + new + { + FilterListId = (short)812, + TagId = (short)3 + }, + new + { + FilterListId = (short)812, + TagId = (short)6 + }, + new + { + FilterListId = (short)813, + TagId = (short)10 + }, + new + { + FilterListId = (short)814, + TagId = (short)2 + }, + new + { + FilterListId = (short)815, + TagId = (short)2 + }, + new + { + FilterListId = (short)815, + TagId = (short)9 + }, + new + { + FilterListId = (short)816, + TagId = (short)15 + }, + new + { + FilterListId = (short)817, + TagId = (short)2 + }, + new + { + FilterListId = (short)817, + TagId = (short)3 + }, + new + { + FilterListId = (short)817, + TagId = (short)6 + }, + new + { + FilterListId = (short)817, + TagId = (short)7 + }, + new + { + FilterListId = (short)818, + TagId = (short)2 + }, + new + { + FilterListId = (short)819, + TagId = (short)9 + }, + new + { + FilterListId = (short)819, + TagId = (short)35 + }, + new + { + FilterListId = (short)820, + TagId = (short)3 + }, + new + { + FilterListId = (short)821, + TagId = (short)2 + }, + new + { + FilterListId = (short)822, + TagId = (short)2 + }, + new + { + FilterListId = (short)823, + TagId = (short)3 + }, + new + { + FilterListId = (short)824, + TagId = (short)16 + }, + new + { + FilterListId = (short)825, + TagId = (short)16 + }, + new + { + FilterListId = (short)825, + TagId = (short)40 + }, + new + { + FilterListId = (short)826, + TagId = (short)2 + }, + new + { + FilterListId = (short)827, + TagId = (short)2 + }, + new + { + FilterListId = (short)828, + TagId = (short)2 + }, + new + { + FilterListId = (short)828, + TagId = (short)6 + }, + new + { + FilterListId = (short)829, + TagId = (short)2 + }, + new + { + FilterListId = (short)830, + TagId = (short)2 + }, + new + { + FilterListId = (short)831, + TagId = (short)2 + }, + new + { + FilterListId = (short)832, + TagId = (short)19 + }, + new + { + FilterListId = (short)833, + TagId = (short)19 + }, + new + { + FilterListId = (short)834, + TagId = (short)19 + }, + new + { + FilterListId = (short)835, + TagId = (short)19 + }, + new + { + FilterListId = (short)836, + TagId = (short)21 + }, + new + { + FilterListId = (short)837, + TagId = (short)2 + }, + new + { + FilterListId = (short)837, + TagId = (short)19 + }, + new + { + FilterListId = (short)837, + TagId = (short)21 + }, + new + { + FilterListId = (short)838, + TagId = (short)2 + }, + new + { + FilterListId = (short)839, + TagId = (short)15 + }, + new + { + FilterListId = (short)840, + TagId = (short)9 + }, + new + { + FilterListId = (short)840, + TagId = (short)15 + }, + new + { + FilterListId = (short)841, + TagId = (short)4 + }, + new + { + FilterListId = (short)841, + TagId = (short)9 + }, + new + { + FilterListId = (short)842, + TagId = (short)2 + }, + new + { + FilterListId = (short)842, + TagId = (short)3 + }, + new + { + FilterListId = (short)843, + TagId = (short)3 + }, + new + { + FilterListId = (short)843, + TagId = (short)4 + }, + new + { + FilterListId = (short)843, + TagId = (short)9 + }, + new + { + FilterListId = (short)843, + TagId = (short)35 + }, + new + { + FilterListId = (short)844, + TagId = (short)3 + }, + new + { + FilterListId = (short)844, + TagId = (short)4 + }, + new + { + FilterListId = (short)844, + TagId = (short)35 + }, + new + { + FilterListId = (short)845, + TagId = (short)3 + }, + new + { + FilterListId = (short)846, + TagId = (short)2 + }, + new + { + FilterListId = (short)846, + TagId = (short)3 + }, + new + { + FilterListId = (short)847, + TagId = (short)2 + }, + new + { + FilterListId = (short)848, + TagId = (short)9 + }, + new + { + FilterListId = (short)848, + TagId = (short)35 + }, + new + { + FilterListId = (short)850, + TagId = (short)11 + }, + new + { + FilterListId = (short)850, + TagId = (short)15 + }, + new + { + FilterListId = (short)851, + TagId = (short)9 + }, + new + { + FilterListId = (short)851, + TagId = (short)35 + }, + new + { + FilterListId = (short)852, + TagId = (short)9 + }, + new + { + FilterListId = (short)852, + TagId = (short)35 + }, + new + { + FilterListId = (short)853, + TagId = (short)9 + }, + new + { + FilterListId = (short)855, + TagId = (short)27 + }, + new + { + FilterListId = (short)856, + TagId = (short)15 + }, + new + { + FilterListId = (short)857, + TagId = (short)3 + }, + new + { + FilterListId = (short)857, + TagId = (short)12 + }, + new + { + FilterListId = (short)858, + TagId = (short)6 + }, + new + { + FilterListId = (short)859, + TagId = (short)11 + }, + new + { + FilterListId = (short)859, + TagId = (short)15 + }, + new + { + FilterListId = (short)860, + TagId = (short)9 + }, + new + { + FilterListId = (short)861, + TagId = (short)2 + }, + new + { + FilterListId = (short)862, + TagId = (short)3 + }, + new + { + FilterListId = (short)862, + TagId = (short)14 + }, + new + { + FilterListId = (short)863, + TagId = (short)22 + }, + new + { + FilterListId = (short)863, + TagId = (short)30 + }, + new + { + FilterListId = (short)866, + TagId = (short)3 + }, + new + { + FilterListId = (short)866, + TagId = (short)4 + }, + new + { + FilterListId = (short)866, + TagId = (short)19 + }, + new + { + FilterListId = (short)866, + TagId = (short)35 + }, + new + { + FilterListId = (short)867, + TagId = (short)3 + }, + new + { + FilterListId = (short)867, + TagId = (short)4 + }, + new + { + FilterListId = (short)867, + TagId = (short)19 + }, + new + { + FilterListId = (short)867, + TagId = (short)35 + }, + new + { + FilterListId = (short)868, + TagId = (short)2 + }, + new + { + FilterListId = (short)869, + TagId = (short)2 + }, + new + { + FilterListId = (short)870, + TagId = (short)2 + }, + new + { + FilterListId = (short)871, + TagId = (short)2 + }, + new + { + FilterListId = (short)872, + TagId = (short)9 + }, + new + { + FilterListId = (short)873, + TagId = (short)15 + }, + new + { + FilterListId = (short)874, + TagId = (short)15 + }, + new + { + FilterListId = (short)875, + TagId = (short)6 + }, + new + { + FilterListId = (short)876, + TagId = (short)4 + }, + new + { + FilterListId = (short)877, + TagId = (short)1 + }, + new + { + FilterListId = (short)878, + TagId = (short)2 + }, + new + { + FilterListId = (short)879, + TagId = (short)2 + }, + new + { + FilterListId = (short)881, + TagId = (short)2 + }, + new + { + FilterListId = (short)881, + TagId = (short)35 + }, + new + { + FilterListId = (short)882, + TagId = (short)2 + }, + new + { + FilterListId = (short)884, + TagId = (short)2 + }, + new + { + FilterListId = (short)885, + TagId = (short)6 + }, + new + { + FilterListId = (short)886, + TagId = (short)6 + }, + new + { + FilterListId = (short)887, + TagId = (short)6 + }, + new + { + FilterListId = (short)888, + TagId = (short)6 + }, + new + { + FilterListId = (short)889, + TagId = (short)6 + }, + new + { + FilterListId = (short)890, + TagId = (short)6 + }, + new + { + FilterListId = (short)891, + TagId = (short)6 + }, + new + { + FilterListId = (short)892, + TagId = (short)6 + }, + new + { + FilterListId = (short)893, + TagId = (short)6 + }, + new + { + FilterListId = (short)894, + TagId = (short)6 + }, + new + { + FilterListId = (short)895, + TagId = (short)6 + }, + new + { + FilterListId = (short)896, + TagId = (short)6 + }, + new + { + FilterListId = (short)897, + TagId = (short)6 + }, + new + { + FilterListId = (short)898, + TagId = (short)6 + }, + new + { + FilterListId = (short)899, + TagId = (short)6 + }, + new + { + FilterListId = (short)900, + TagId = (short)6 + }, + new + { + FilterListId = (short)901, + TagId = (short)6 + }, + new + { + FilterListId = (short)902, + TagId = (short)6 + }, + new + { + FilterListId = (short)903, + TagId = (short)6 + }, + new + { + FilterListId = (short)904, + TagId = (short)6 + }, + new + { + FilterListId = (short)905, + TagId = (short)6 + }, + new + { + FilterListId = (short)906, + TagId = (short)6 + }, + new + { + FilterListId = (short)907, + TagId = (short)6 + }, + new + { + FilterListId = (short)908, + TagId = (short)6 + }, + new + { + FilterListId = (short)909, + TagId = (short)6 + }, + new + { + FilterListId = (short)910, + TagId = (short)6 + }, + new + { + FilterListId = (short)911, + TagId = (short)6 + }, + new + { + FilterListId = (short)912, + TagId = (short)6 + }, + new + { + FilterListId = (short)913, + TagId = (short)6 + }, + new + { + FilterListId = (short)914, + TagId = (short)6 + }, + new + { + FilterListId = (short)915, + TagId = (short)6 + }, + new + { + FilterListId = (short)916, + TagId = (short)6 + }, + new + { + FilterListId = (short)917, + TagId = (short)6 + }, + new + { + FilterListId = (short)918, + TagId = (short)6 + }, + new + { + FilterListId = (short)919, + TagId = (short)6 + }, + new + { + FilterListId = (short)920, + TagId = (short)6 + }, + new + { + FilterListId = (short)921, + TagId = (short)6 + }, + new + { + FilterListId = (short)922, + TagId = (short)6 + }, + new + { + FilterListId = (short)923, + TagId = (short)6 + }, + new + { + FilterListId = (short)924, + TagId = (short)6 + }, + new + { + FilterListId = (short)925, + TagId = (short)6 + }, + new + { + FilterListId = (short)926, + TagId = (short)6 + }, + new + { + FilterListId = (short)927, + TagId = (short)6 + }, + new + { + FilterListId = (short)928, + TagId = (short)6 + }, + new + { + FilterListId = (short)929, + TagId = (short)6 + }, + new + { + FilterListId = (short)930, + TagId = (short)6 + }, + new + { + FilterListId = (short)931, + TagId = (short)6 + }, + new + { + FilterListId = (short)932, + TagId = (short)6 + }, + new + { + FilterListId = (short)933, + TagId = (short)6 + }, + new + { + FilterListId = (short)934, + TagId = (short)6 + }, + new + { + FilterListId = (short)935, + TagId = (short)6 + }, + new + { + FilterListId = (short)936, + TagId = (short)6 + }, + new + { + FilterListId = (short)937, + TagId = (short)6 + }, + new + { + FilterListId = (short)938, + TagId = (short)6 + }, + new + { + FilterListId = (short)939, + TagId = (short)6 + }, + new + { + FilterListId = (short)940, + TagId = (short)6 + }, + new + { + FilterListId = (short)941, + TagId = (short)6 + }, + new + { + FilterListId = (short)942, + TagId = (short)6 + }, + new + { + FilterListId = (short)943, + TagId = (short)6 + }, + new + { + FilterListId = (short)944, + TagId = (short)6 + }, + new + { + FilterListId = (short)945, + TagId = (short)6 + }, + new + { + FilterListId = (short)946, + TagId = (short)6 + }, + new + { + FilterListId = (short)947, + TagId = (short)6 + }, + new + { + FilterListId = (short)948, + TagId = (short)6 + }, + new + { + FilterListId = (short)949, + TagId = (short)6 + }, + new + { + FilterListId = (short)950, + TagId = (short)6 + }, + new + { + FilterListId = (short)951, + TagId = (short)6 + }, + new + { + FilterListId = (short)952, + TagId = (short)6 + }, + new + { + FilterListId = (short)953, + TagId = (short)6 + }, + new + { + FilterListId = (short)954, + TagId = (short)6 + }, + new + { + FilterListId = (short)955, + TagId = (short)6 + }, + new + { + FilterListId = (short)956, + TagId = (short)6 + }, + new + { + FilterListId = (short)957, + TagId = (short)6 + }, + new + { + FilterListId = (short)958, + TagId = (short)6 + }, + new + { + FilterListId = (short)959, + TagId = (short)6 + }, + new + { + FilterListId = (short)960, + TagId = (short)6 + }, + new + { + FilterListId = (short)961, + TagId = (short)6 + }, + new + { + FilterListId = (short)962, + TagId = (short)6 + }, + new + { + FilterListId = (short)963, + TagId = (short)6 + }, + new + { + FilterListId = (short)964, + TagId = (short)6 + }, + new + { + FilterListId = (short)965, + TagId = (short)6 + }, + new + { + FilterListId = (short)966, + TagId = (short)6 + }, + new + { + FilterListId = (short)967, + TagId = (short)6 + }, + new + { + FilterListId = (short)968, + TagId = (short)6 + }, + new + { + FilterListId = (short)969, + TagId = (short)6 + }, + new + { + FilterListId = (short)970, + TagId = (short)6 + }, + new + { + FilterListId = (short)971, + TagId = (short)6 + }, + new + { + FilterListId = (short)972, + TagId = (short)6 + }, + new + { + FilterListId = (short)973, + TagId = (short)6 + }, + new + { + FilterListId = (short)974, + TagId = (short)6 + }, + new + { + FilterListId = (short)975, + TagId = (short)6 + }, + new + { + FilterListId = (short)976, + TagId = (short)6 + }, + new + { + FilterListId = (short)977, + TagId = (short)6 + }, + new + { + FilterListId = (short)978, + TagId = (short)6 + }, + new + { + FilterListId = (short)979, + TagId = (short)6 + }, + new + { + FilterListId = (short)980, + TagId = (short)6 + }, + new + { + FilterListId = (short)981, + TagId = (short)6 + }, + new + { + FilterListId = (short)982, + TagId = (short)6 + }, + new + { + FilterListId = (short)983, + TagId = (short)6 + }, + new + { + FilterListId = (short)984, + TagId = (short)6 + }, + new + { + FilterListId = (short)985, + TagId = (short)6 + }, + new + { + FilterListId = (short)986, + TagId = (short)6 + }, + new + { + FilterListId = (short)987, + TagId = (short)6 + }, + new + { + FilterListId = (short)988, + TagId = (short)6 + }, + new + { + FilterListId = (short)989, + TagId = (short)6 + }, + new + { + FilterListId = (short)990, + TagId = (short)6 + }, + new + { + FilterListId = (short)991, + TagId = (short)6 + }, + new + { + FilterListId = (short)992, + TagId = (short)6 + }, + new + { + FilterListId = (short)993, + TagId = (short)6 + }, + new + { + FilterListId = (short)994, + TagId = (short)6 + }, + new + { + FilterListId = (short)995, + TagId = (short)6 + }, + new + { + FilterListId = (short)996, + TagId = (short)6 + }, + new + { + FilterListId = (short)997, + TagId = (short)6 + }, + new + { + FilterListId = (short)998, + TagId = (short)6 + }, + new + { + FilterListId = (short)999, + TagId = (short)6 + }, + new + { + FilterListId = (short)1000, + TagId = (short)6 + }, + new + { + FilterListId = (short)1001, + TagId = (short)6 + }, + new + { + FilterListId = (short)1002, + TagId = (short)6 + }, + new + { + FilterListId = (short)1003, + TagId = (short)6 + }, + new + { + FilterListId = (short)1004, + TagId = (short)6 + }, + new + { + FilterListId = (short)1005, + TagId = (short)6 + }, + new + { + FilterListId = (short)1006, + TagId = (short)6 + }, + new + { + FilterListId = (short)1007, + TagId = (short)6 + }, + new + { + FilterListId = (short)1008, + TagId = (short)6 + }, + new + { + FilterListId = (short)1009, + TagId = (short)6 + }, + new + { + FilterListId = (short)1010, + TagId = (short)6 + }, + new + { + FilterListId = (short)1011, + TagId = (short)6 + }, + new + { + FilterListId = (short)1012, + TagId = (short)6 + }, + new + { + FilterListId = (short)1013, + TagId = (short)6 + }, + new + { + FilterListId = (short)1014, + TagId = (short)6 + }, + new + { + FilterListId = (short)1015, + TagId = (short)6 + }, + new + { + FilterListId = (short)1016, + TagId = (short)6 + }, + new + { + FilterListId = (short)1017, + TagId = (short)6 + }, + new + { + FilterListId = (short)1018, + TagId = (short)6 + }, + new + { + FilterListId = (short)1019, + TagId = (short)6 + }, + new + { + FilterListId = (short)1020, + TagId = (short)6 + }, + new + { + FilterListId = (short)1021, + TagId = (short)6 + }, + new + { + FilterListId = (short)1022, + TagId = (short)6 + }, + new + { + FilterListId = (short)1023, + TagId = (short)6 + }, + new + { + FilterListId = (short)1024, + TagId = (short)6 + }, + new + { + FilterListId = (short)1025, + TagId = (short)6 + }, + new + { + FilterListId = (short)1026, + TagId = (short)6 + }, + new + { + FilterListId = (short)1027, + TagId = (short)6 + }, + new + { + FilterListId = (short)1028, + TagId = (short)6 + }, + new + { + FilterListId = (short)1029, + TagId = (short)6 + }, + new + { + FilterListId = (short)1030, + TagId = (short)6 + }, + new + { + FilterListId = (short)1031, + TagId = (short)6 + }, + new + { + FilterListId = (short)1032, + TagId = (short)6 + }, + new + { + FilterListId = (short)1033, + TagId = (short)6 + }, + new + { + FilterListId = (short)1034, + TagId = (short)6 + }, + new + { + FilterListId = (short)1035, + TagId = (short)6 + }, + new + { + FilterListId = (short)1036, + TagId = (short)6 + }, + new + { + FilterListId = (short)1037, + TagId = (short)6 + }, + new + { + FilterListId = (short)1038, + TagId = (short)6 + }, + new + { + FilterListId = (short)1039, + TagId = (short)6 + }, + new + { + FilterListId = (short)1040, + TagId = (short)6 + }, + new + { + FilterListId = (short)1041, + TagId = (short)6 + }, + new + { + FilterListId = (short)1042, + TagId = (short)6 + }, + new + { + FilterListId = (short)1043, + TagId = (short)6 + }, + new + { + FilterListId = (short)1044, + TagId = (short)6 + }, + new + { + FilterListId = (short)1045, + TagId = (short)6 + }, + new + { + FilterListId = (short)1047, + TagId = (short)6 + }, + new + { + FilterListId = (short)1048, + TagId = (short)6 + }, + new + { + FilterListId = (short)1049, + TagId = (short)6 + }, + new + { + FilterListId = (short)1050, + TagId = (short)6 + }, + new + { + FilterListId = (short)1051, + TagId = (short)6 + }, + new + { + FilterListId = (short)1052, + TagId = (short)6 + }, + new + { + FilterListId = (short)1053, + TagId = (short)6 + }, + new + { + FilterListId = (short)1054, + TagId = (short)6 + }, + new + { + FilterListId = (short)1055, + TagId = (short)6 + }, + new + { + FilterListId = (short)1056, + TagId = (short)6 + }, + new + { + FilterListId = (short)1057, + TagId = (short)6 + }, + new + { + FilterListId = (short)1058, + TagId = (short)6 + }, + new + { + FilterListId = (short)1059, + TagId = (short)6 + }, + new + { + FilterListId = (short)1060, + TagId = (short)6 + }, + new + { + FilterListId = (short)1061, + TagId = (short)6 + }, + new + { + FilterListId = (short)1062, + TagId = (short)6 + }, + new + { + FilterListId = (short)1063, + TagId = (short)6 + }, + new + { + FilterListId = (short)1064, + TagId = (short)6 + }, + new + { + FilterListId = (short)1065, + TagId = (short)6 + }, + new + { + FilterListId = (short)1066, + TagId = (short)6 + }, + new + { + FilterListId = (short)1067, + TagId = (short)6 + }, + new + { + FilterListId = (short)1068, + TagId = (short)6 + }, + new + { + FilterListId = (short)1069, + TagId = (short)6 + }, + new + { + FilterListId = (short)1070, + TagId = (short)6 + }, + new + { + FilterListId = (short)1071, + TagId = (short)6 + }, + new + { + FilterListId = (short)1072, + TagId = (short)6 + }, + new + { + FilterListId = (short)1073, + TagId = (short)6 + }, + new + { + FilterListId = (short)1074, + TagId = (short)6 + }, + new + { + FilterListId = (short)1075, + TagId = (short)6 + }, + new + { + FilterListId = (short)1076, + TagId = (short)6 + }, + new + { + FilterListId = (short)1077, + TagId = (short)6 + }, + new + { + FilterListId = (short)1078, + TagId = (short)6 + }, + new + { + FilterListId = (short)1079, + TagId = (short)6 + }, + new + { + FilterListId = (short)1080, + TagId = (short)6 + }, + new + { + FilterListId = (short)1081, + TagId = (short)6 + }, + new + { + FilterListId = (short)1082, + TagId = (short)6 + }, + new + { + FilterListId = (short)1083, + TagId = (short)6 + }, + new + { + FilterListId = (short)1084, + TagId = (short)6 + }, + new + { + FilterListId = (short)1085, + TagId = (short)6 + }, + new + { + FilterListId = (short)1086, + TagId = (short)6 + }, + new + { + FilterListId = (short)1087, + TagId = (short)6 + }, + new + { + FilterListId = (short)1088, + TagId = (short)6 + }, + new + { + FilterListId = (short)1089, + TagId = (short)6 + }, + new + { + FilterListId = (short)1090, + TagId = (short)6 + }, + new + { + FilterListId = (short)1091, + TagId = (short)6 + }, + new + { + FilterListId = (short)1092, + TagId = (short)6 + }, + new + { + FilterListId = (short)1093, + TagId = (short)6 + }, + new + { + FilterListId = (short)1094, + TagId = (short)6 + }, + new + { + FilterListId = (short)1095, + TagId = (short)6 + }, + new + { + FilterListId = (short)1096, + TagId = (short)6 + }, + new + { + FilterListId = (short)1097, + TagId = (short)6 + }, + new + { + FilterListId = (short)1098, + TagId = (short)6 + }, + new + { + FilterListId = (short)1099, + TagId = (short)6 + }, + new + { + FilterListId = (short)1100, + TagId = (short)6 + }, + new + { + FilterListId = (short)1101, + TagId = (short)6 + }, + new + { + FilterListId = (short)1102, + TagId = (short)2 + }, + new + { + FilterListId = (short)1103, + TagId = (short)21 + }, + new + { + FilterListId = (short)1104, + TagId = (short)4 + }, + new + { + FilterListId = (short)1105, + TagId = (short)2 + }, + new + { + FilterListId = (short)1106, + TagId = (short)2 + }, + new + { + FilterListId = (short)1107, + TagId = (short)2 + }, + new + { + FilterListId = (short)1108, + TagId = (short)2 + }, + new + { + FilterListId = (short)1109, + TagId = (short)5 + }, + new + { + FilterListId = (short)1110, + TagId = (short)2 + }, + new + { + FilterListId = (short)1111, + TagId = (short)2 + }, + new + { + FilterListId = (short)1112, + TagId = (short)2 + }, + new + { + FilterListId = (short)1113, + TagId = (short)2 + }, + new + { + FilterListId = (short)1114, + TagId = (short)2 + }, + new + { + FilterListId = (short)1115, + TagId = (short)2 + }, + new + { + FilterListId = (short)1116, + TagId = (short)2 + }, + new + { + FilterListId = (short)1116, + TagId = (short)35 + }, + new + { + FilterListId = (short)1117, + TagId = (short)2 + }, + new + { + FilterListId = (short)1118, + TagId = (short)2 + }, + new + { + FilterListId = (short)1119, + TagId = (short)2 + }, + new + { + FilterListId = (short)1120, + TagId = (short)2 + }, + new + { + FilterListId = (short)1121, + TagId = (short)2 + }, + new + { + FilterListId = (short)1121, + TagId = (short)35 + }, + new + { + FilterListId = (short)1122, + TagId = (short)2 + }, + new + { + FilterListId = (short)1123, + TagId = (short)2 + }, + new + { + FilterListId = (short)1124, + TagId = (short)2 + }, + new + { + FilterListId = (short)1125, + TagId = (short)2 + }, + new + { + FilterListId = (short)1126, + TagId = (short)8 + }, + new + { + FilterListId = (short)1127, + TagId = (short)2 + }, + new + { + FilterListId = (short)1128, + TagId = (short)21 + }, + new + { + FilterListId = (short)1130, + TagId = (short)6 + }, + new + { + FilterListId = (short)1133, + TagId = (short)14 + }, + new + { + FilterListId = (short)1135, + TagId = (short)2 + }, + new + { + FilterListId = (short)1139, + TagId = (short)2 + }, + new + { + FilterListId = (short)1140, + TagId = (short)2 + }, + new + { + FilterListId = (short)1141, + TagId = (short)6 + }, + new + { + FilterListId = (short)1142, + TagId = (short)6 + }, + new + { + FilterListId = (short)1143, + TagId = (short)6 + }, + new + { + FilterListId = (short)1144, + TagId = (short)2 + }, + new + { + FilterListId = (short)1146, + TagId = (short)2 + }, + new + { + FilterListId = (short)1148, + TagId = (short)2 + }, + new + { + FilterListId = (short)1149, + TagId = (short)2 + }, + new + { + FilterListId = (short)1151, + TagId = (short)2 + }, + new + { + FilterListId = (short)1152, + TagId = (short)9 + }, + new + { + FilterListId = (short)1153, + TagId = (short)2 + }, + new + { + FilterListId = (short)1154, + TagId = (short)4 + }, + new + { + FilterListId = (short)1155, + TagId = (short)2 + }, + new + { + FilterListId = (short)1156, + TagId = (short)2 + }, + new + { + FilterListId = (short)1157, + TagId = (short)2 + }, + new + { + FilterListId = (short)1158, + TagId = (short)2 + }, + new + { + FilterListId = (short)1158, + TagId = (short)35 + }, + new + { + FilterListId = (short)1159, + TagId = (short)2 + }, + new + { + FilterListId = (short)1160, + TagId = (short)7 + }, + new + { + FilterListId = (short)1161, + TagId = (short)6 + }, + new + { + FilterListId = (short)1162, + TagId = (short)2 + }, + new + { + FilterListId = (short)1163, + TagId = (short)7 + }, + new + { + FilterListId = (short)1164, + TagId = (short)7 + }, + new + { + FilterListId = (short)1165, + TagId = (short)2 + }, + new + { + FilterListId = (short)1166, + TagId = (short)29 + }, + new + { + FilterListId = (short)1167, + TagId = (short)2 + }, + new + { + FilterListId = (short)1168, + TagId = (short)6 + }, + new + { + FilterListId = (short)1169, + TagId = (short)6 + }, + new + { + FilterListId = (short)1172, + TagId = (short)2 + }, + new + { + FilterListId = (short)1173, + TagId = (short)2 + }, + new + { + FilterListId = (short)1174, + TagId = (short)2 + }, + new + { + FilterListId = (short)1175, + TagId = (short)2 + }, + new + { + FilterListId = (short)1176, + TagId = (short)2 + }, + new + { + FilterListId = (short)1179, + TagId = (short)3 + }, + new + { + FilterListId = (short)1180, + TagId = (short)2 + }, + new + { + FilterListId = (short)1182, + TagId = (short)2 + }, + new + { + FilterListId = (short)1183, + TagId = (short)2 + }, + new + { + FilterListId = (short)1184, + TagId = (short)8 + }, + new + { + FilterListId = (short)1185, + TagId = (short)2 + }, + new + { + FilterListId = (short)1187, + TagId = (short)6 + }, + new + { + FilterListId = (short)1189, + TagId = (short)2 + }, + new + { + FilterListId = (short)1190, + TagId = (short)2 + }, + new + { + FilterListId = (short)1191, + TagId = (short)2 + }, + new + { + FilterListId = (short)1192, + TagId = (short)2 + }, + new + { + FilterListId = (short)1193, + TagId = (short)6 + }, + new + { + FilterListId = (short)1194, + TagId = (short)2 + }, + new + { + FilterListId = (short)1196, + TagId = (short)2 + }, + new + { + FilterListId = (short)1197, + TagId = (short)2 + }, + new + { + FilterListId = (short)1199, + TagId = (short)2 + }, + new + { + FilterListId = (short)1202, + TagId = (short)2 + }, + new + { + FilterListId = (short)1203, + TagId = (short)2 + }, + new + { + FilterListId = (short)1204, + TagId = (short)2 + }, + new + { + FilterListId = (short)1205, + TagId = (short)2 + }, + new + { + FilterListId = (short)1206, + TagId = (short)2 + }, + new + { + FilterListId = (short)1207, + TagId = (short)2 + }, + new + { + FilterListId = (short)1209, + TagId = (short)1 + }, + new + { + FilterListId = (short)1209, + TagId = (short)2 + }, + new + { + FilterListId = (short)1209, + TagId = (short)3 + }, + new + { + FilterListId = (short)1209, + TagId = (short)6 + }, + new + { + FilterListId = (short)1209, + TagId = (short)7 + }, + new + { + FilterListId = (short)1210, + TagId = (short)7 + }, + new + { + FilterListId = (short)1211, + TagId = (short)6 + }, + new + { + FilterListId = (short)1212, + TagId = (short)6 + }, + new + { + FilterListId = (short)1213, + TagId = (short)2 + }, + new + { + FilterListId = (short)1214, + TagId = (short)2 + }, + new + { + FilterListId = (short)1215, + TagId = (short)2 + }, + new + { + FilterListId = (short)1216, + TagId = (short)6 + }, + new + { + FilterListId = (short)1217, + TagId = (short)6 + }, + new + { + FilterListId = (short)1218, + TagId = (short)2 + }, + new + { + FilterListId = (short)1220, + TagId = (short)2 + }, + new + { + FilterListId = (short)1221, + TagId = (short)3 + }, + new + { + FilterListId = (short)1222, + TagId = (short)3 + }, + new + { + FilterListId = (short)1223, + TagId = (short)2 + }, + new + { + FilterListId = (short)1224, + TagId = (short)2 + }, + new + { + FilterListId = (short)1225, + TagId = (short)2 + }, + new + { + FilterListId = (short)1226, + TagId = (short)2 + }, + new + { + FilterListId = (short)1227, + TagId = (short)3 + }, + new + { + FilterListId = (short)1228, + TagId = (short)10 + }, + new + { + FilterListId = (short)1229, + TagId = (short)2 + }, + new + { + FilterListId = (short)1230, + TagId = (short)2 + }, + new + { + FilterListId = (short)1233, + TagId = (short)26 + }, + new + { + FilterListId = (short)1234, + TagId = (short)26 + }, + new + { + FilterListId = (short)1235, + TagId = (short)3 + }, + new + { + FilterListId = (short)1237, + TagId = (short)7 + }, + new + { + FilterListId = (short)1238, + TagId = (short)6 + }, + new + { + FilterListId = (short)1239, + TagId = (short)21 + }, + new + { + FilterListId = (short)1240, + TagId = (short)1 + }, + new + { + FilterListId = (short)1241, + TagId = (short)9 + }, + new + { + FilterListId = (short)1242, + TagId = (short)2 + }, + new + { + FilterListId = (short)1243, + TagId = (short)6 + }, + new + { + FilterListId = (short)1244, + TagId = (short)6 + }, + new + { + FilterListId = (short)1245, + TagId = (short)6 + }, + new + { + FilterListId = (short)1247, + TagId = (short)30 + }, + new + { + FilterListId = (short)1278, + TagId = (short)2 + }, + new + { + FilterListId = (short)1278, + TagId = (short)3 + }, + new + { + FilterListId = (short)1279, + TagId = (short)3 + }, + new + { + FilterListId = (short)1280, + TagId = (short)5 + }, + new + { + FilterListId = (short)1281, + TagId = (short)5 + }, + new + { + FilterListId = (short)1282, + TagId = (short)10 + }, + new + { + FilterListId = (short)1283, + TagId = (short)2 + }, + new + { + FilterListId = (short)1283, + TagId = (short)9 + }, + new + { + FilterListId = (short)1284, + TagId = (short)9 + }, + new + { + FilterListId = (short)1285, + TagId = (short)10 + }, + new + { + FilterListId = (short)1286, + TagId = (short)6 + }, + new + { + FilterListId = (short)1286, + TagId = (short)7 + }, + new + { + FilterListId = (short)1288, + TagId = (short)31 + }, + new + { + FilterListId = (short)1289, + TagId = (short)9 + }, + new + { + FilterListId = (short)1289, + TagId = (short)15 + }, + new + { + FilterListId = (short)1289, + TagId = (short)35 + }, + new + { + FilterListId = (short)1290, + TagId = (short)6 + }, + new + { + FilterListId = (short)1290, + TagId = (short)7 + }, + new + { + FilterListId = (short)1290, + TagId = (short)13 + }, + new + { + FilterListId = (short)1291, + TagId = (short)25 + }, + new + { + FilterListId = (short)1291, + TagId = (short)35 + }, + new + { + FilterListId = (short)1292, + TagId = (short)9 + }, + new + { + FilterListId = (short)1293, + TagId = (short)14 + }, + new + { + FilterListId = (short)1294, + TagId = (short)2 + }, + new + { + FilterListId = (short)1295, + TagId = (short)1 + }, + new + { + FilterListId = (short)1295, + TagId = (short)2 + }, + new + { + FilterListId = (short)1295, + TagId = (short)3 + }, + new + { + FilterListId = (short)1295, + TagId = (short)6 + }, + new + { + FilterListId = (short)1296, + TagId = (short)3 + }, + new + { + FilterListId = (short)1297, + TagId = (short)27 + }, + new + { + FilterListId = (short)1298, + TagId = (short)3 + }, + new + { + FilterListId = (short)1298, + TagId = (short)22 + }, + new + { + FilterListId = (short)1299, + TagId = (short)3 + }, + new + { + FilterListId = (short)1300, + TagId = (short)3 + }, + new + { + FilterListId = (short)1301, + TagId = (short)3 + }, + new + { + FilterListId = (short)1301, + TagId = (short)4 + }, + new + { + FilterListId = (short)1301, + TagId = (short)14 + }, + new + { + FilterListId = (short)1301, + TagId = (short)19 + }, + new + { + FilterListId = (short)1301, + TagId = (short)35 + }, + new + { + FilterListId = (short)1301, + TagId = (short)38 + }, + new + { + FilterListId = (short)1302, + TagId = (short)2 + }, + new + { + FilterListId = (short)1302, + TagId = (short)3 + }, + new + { + FilterListId = (short)1302, + TagId = (short)9 + }, + new + { + FilterListId = (short)1303, + TagId = (short)9 + }, + new + { + FilterListId = (short)1304, + TagId = (short)27 + }, + new + { + FilterListId = (short)1305, + TagId = (short)2 + }, + new + { + FilterListId = (short)1306, + TagId = (short)2 + }, + new + { + FilterListId = (short)1307, + TagId = (short)6 + }, + new + { + FilterListId = (short)1308, + TagId = (short)6 + }, + new + { + FilterListId = (short)1309, + TagId = (short)15 + }, + new + { + FilterListId = (short)1310, + TagId = (short)15 + }, + new + { + FilterListId = (short)1311, + TagId = (short)3 + }, + new + { + FilterListId = (short)1311, + TagId = (short)12 + }, + new + { + FilterListId = (short)1312, + TagId = (short)3 + }, + new + { + FilterListId = (short)1312, + TagId = (short)12 + }, + new + { + FilterListId = (short)1313, + TagId = (short)15 + }, + new + { + FilterListId = (short)1314, + TagId = (short)15 + }, + new + { + FilterListId = (short)1315, + TagId = (short)15 + }, + new + { + FilterListId = (short)1316, + TagId = (short)15 + }, + new + { + FilterListId = (short)1317, + TagId = (short)15 + }, + new + { + FilterListId = (short)1318, + TagId = (short)15 + }, + new + { + FilterListId = (short)1319, + TagId = (short)15 + }, + new + { + FilterListId = (short)1320, + TagId = (short)15 + }, + new + { + FilterListId = (short)1321, + TagId = (short)4 + }, + new + { + FilterListId = (short)1322, + TagId = (short)4 + }, + new + { + FilterListId = (short)1323, + TagId = (short)7 + }, + new + { + FilterListId = (short)1324, + TagId = (short)7 + }, + new + { + FilterListId = (short)1325, + TagId = (short)15 + }, + new + { + FilterListId = (short)1326, + TagId = (short)15 + }, + new + { + FilterListId = (short)1327, + TagId = (short)15 + }, + new + { + FilterListId = (short)1328, + TagId = (short)15 + }, + new + { + FilterListId = (short)1329, + TagId = (short)15 + }, + new + { + FilterListId = (short)1330, + TagId = (short)15 + }, + new + { + FilterListId = (short)1331, + TagId = (short)37 + }, + new + { + FilterListId = (short)1332, + TagId = (short)37 + }, + new + { + FilterListId = (short)1333, + TagId = (short)15 + }, + new + { + FilterListId = (short)1334, + TagId = (short)15 + }, + new + { + FilterListId = (short)1335, + TagId = (short)15 + }, + new + { + FilterListId = (short)1336, + TagId = (short)15 + }, + new + { + FilterListId = (short)1337, + TagId = (short)15 + }, + new + { + FilterListId = (short)1338, + TagId = (short)15 + }, + new + { + FilterListId = (short)1339, + TagId = (short)15 + }, + new + { + FilterListId = (short)1340, + TagId = (short)15 + }, + new + { + FilterListId = (short)1341, + TagId = (short)15 + }, + new + { + FilterListId = (short)1342, + TagId = (short)15 + }, + new + { + FilterListId = (short)1343, + TagId = (short)15 + }, + new + { + FilterListId = (short)1344, + TagId = (short)15 + }, + new + { + FilterListId = (short)1345, + TagId = (short)15 + }, + new + { + FilterListId = (short)1346, + TagId = (short)15 + }, + new + { + FilterListId = (short)1347, + TagId = (short)22 + }, + new + { + FilterListId = (short)1348, + TagId = (short)22 + }, + new + { + FilterListId = (short)1349, + TagId = (short)4 + }, + new + { + FilterListId = (short)1350, + TagId = (short)4 + }, + new + { + FilterListId = (short)1351, + TagId = (short)17 + }, + new + { + FilterListId = (short)1352, + TagId = (short)17 + }, + new + { + FilterListId = (short)1353, + TagId = (short)25 + }, + new + { + FilterListId = (short)1354, + TagId = (short)25 + }, + new + { + FilterListId = (short)1355, + TagId = (short)24 + }, + new + { + FilterListId = (short)1356, + TagId = (short)24 + }, + new + { + FilterListId = (short)1357, + TagId = (short)15 + }, + new + { + FilterListId = (short)1358, + TagId = (short)15 + }, + new + { + FilterListId = (short)1359, + TagId = (short)30 + }, + new + { + FilterListId = (short)1360, + TagId = (short)30 + }, + new + { + FilterListId = (short)1361, + TagId = (short)30 + }, + new + { + FilterListId = (short)1362, + TagId = (short)30 + }, + new + { + FilterListId = (short)1363, + TagId = (short)15 + }, + new + { + FilterListId = (short)1364, + TagId = (short)15 + }, + new + { + FilterListId = (short)1365, + TagId = (short)15 + }, + new + { + FilterListId = (short)1366, + TagId = (short)15 + }, + new + { + FilterListId = (short)1367, + TagId = (short)15 + }, + new + { + FilterListId = (short)1368, + TagId = (short)15 + }, + new + { + FilterListId = (short)1369, + TagId = (short)15 + }, + new + { + FilterListId = (short)1370, + TagId = (short)15 + }, + new + { + FilterListId = (short)1371, + TagId = (short)30 + }, + new + { + FilterListId = (short)1372, + TagId = (short)30 + }, + new + { + FilterListId = (short)1373, + TagId = (short)15 + }, + new + { + FilterListId = (short)1374, + TagId = (short)15 + }, + new + { + FilterListId = (short)1375, + TagId = (short)15 + }, + new + { + FilterListId = (short)1376, + TagId = (short)15 + }, + new + { + FilterListId = (short)1377, + TagId = (short)30 + }, + new + { + FilterListId = (short)1378, + TagId = (short)30 + }, + new + { + FilterListId = (short)1379, + TagId = (short)15 + }, + new + { + FilterListId = (short)1380, + TagId = (short)15 + }, + new + { + FilterListId = (short)1381, + TagId = (short)15 + }, + new + { + FilterListId = (short)1382, + TagId = (short)15 + }, + new + { + FilterListId = (short)1383, + TagId = (short)30 + }, + new + { + FilterListId = (short)1384, + TagId = (short)30 + }, + new + { + FilterListId = (short)1385, + TagId = (short)30 + }, + new + { + FilterListId = (short)1386, + TagId = (short)30 + }, + new + { + FilterListId = (short)1387, + TagId = (short)30 + }, + new + { + FilterListId = (short)1388, + TagId = (short)30 + }, + new + { + FilterListId = (short)1389, + TagId = (short)30 + }, + new + { + FilterListId = (short)1390, + TagId = (short)30 + }, + new + { + FilterListId = (short)1391, + TagId = (short)25 + }, + new + { + FilterListId = (short)1392, + TagId = (short)25 + }, + new + { + FilterListId = (short)1393, + TagId = (short)11 + }, + new + { + FilterListId = (short)1394, + TagId = (short)11 + }, + new + { + FilterListId = (short)1395, + TagId = (short)30 + }, + new + { + FilterListId = (short)1396, + TagId = (short)30 + }, + new + { + FilterListId = (short)1397, + TagId = (short)30 + }, + new + { + FilterListId = (short)1398, + TagId = (short)30 + }, + new + { + FilterListId = (short)1399, + TagId = (short)15 + }, + new + { + FilterListId = (short)1400, + TagId = (short)15 + }, + new + { + FilterListId = (short)1401, + TagId = (short)15 + }, + new + { + FilterListId = (short)1402, + TagId = (short)15 + }, + new + { + FilterListId = (short)1403, + TagId = (short)15 + }, + new + { + FilterListId = (short)1404, + TagId = (short)15 + }, + new + { + FilterListId = (short)1405, + TagId = (short)15 + }, + new + { + FilterListId = (short)1406, + TagId = (short)15 + }, + new + { + FilterListId = (short)1407, + TagId = (short)15 + }, + new + { + FilterListId = (short)1408, + TagId = (short)15 + }, + new + { + FilterListId = (short)1409, + TagId = (short)15 + }, + new + { + FilterListId = (short)1410, + TagId = (short)15 + }, + new + { + FilterListId = (short)1411, + TagId = (short)22 + }, + new + { + FilterListId = (short)1412, + TagId = (short)22 + }, + new + { + FilterListId = (short)1413, + TagId = (short)15 + }, + new + { + FilterListId = (short)1414, + TagId = (short)15 + }, + new + { + FilterListId = (short)1415, + TagId = (short)30 + }, + new + { + FilterListId = (short)1416, + TagId = (short)30 + }, + new + { + FilterListId = (short)1417, + TagId = (short)15 + }, + new + { + FilterListId = (short)1418, + TagId = (short)15 + }, + new + { + FilterListId = (short)1419, + TagId = (short)15 + }, + new + { + FilterListId = (short)1420, + TagId = (short)15 + }, + new + { + FilterListId = (short)1421, + TagId = (short)13 + }, + new + { + FilterListId = (short)1422, + TagId = (short)13 + }, + new + { + FilterListId = (short)1423, + TagId = (short)15 + }, + new + { + FilterListId = (short)1424, + TagId = (short)15 + }, + new + { + FilterListId = (short)1425, + TagId = (short)11 + }, + new + { + FilterListId = (short)1426, + TagId = (short)11 + }, + new + { + FilterListId = (short)1427, + TagId = (short)15 + }, + new + { + FilterListId = (short)1428, + TagId = (short)15 + }, + new + { + FilterListId = (short)1429, + TagId = (short)4 + }, + new + { + FilterListId = (short)1430, + TagId = (short)4 + }, + new + { + FilterListId = (short)1431, + TagId = (short)6 + }, + new + { + FilterListId = (short)1432, + TagId = (short)6 + }, + new + { + FilterListId = (short)1433, + TagId = (short)3 + }, + new + { + FilterListId = (short)1434, + TagId = (short)3 + }, + new + { + FilterListId = (short)1435, + TagId = (short)26 + }, + new + { + FilterListId = (short)1436, + TagId = (short)26 + }, + new + { + FilterListId = (short)1437, + TagId = (short)23 + }, + new + { + FilterListId = (short)1438, + TagId = (short)23 + }, + new + { + FilterListId = (short)1439, + TagId = (short)11 + }, + new + { + FilterListId = (short)1440, + TagId = (short)11 + }, + new + { + FilterListId = (short)1441, + TagId = (short)24 + }, + new + { + FilterListId = (short)1442, + TagId = (short)24 + }, + new + { + FilterListId = (short)1443, + TagId = (short)3 + }, + new + { + FilterListId = (short)1444, + TagId = (short)3 + }, + new + { + FilterListId = (short)1445, + TagId = (short)4 + }, + new + { + FilterListId = (short)1446, + TagId = (short)4 + }, + new + { + FilterListId = (short)1447, + TagId = (short)4 + }, + new + { + FilterListId = (short)1448, + TagId = (short)4 + }, + new + { + FilterListId = (short)1449, + TagId = (short)30 + }, + new + { + FilterListId = (short)1450, + TagId = (short)30 + }, + new + { + FilterListId = (short)1451, + TagId = (short)30 + }, + new + { + FilterListId = (short)1452, + TagId = (short)30 + }, + new + { + FilterListId = (short)1454, + TagId = (short)9 + }, + new + { + FilterListId = (short)1455, + TagId = (short)9 + }, + new + { + FilterListId = (short)1456, + TagId = (short)4 + }, + new + { + FilterListId = (short)1457, + TagId = (short)7 + }, + new + { + FilterListId = (short)1458, + TagId = (short)2 + }, + new + { + FilterListId = (short)1458, + TagId = (short)3 + }, + new + { + FilterListId = (short)1459, + TagId = (short)22 + }, + new + { + FilterListId = (short)1460, + TagId = (short)6 + }, + new + { + FilterListId = (short)1460, + TagId = (short)7 + }, + new + { + FilterListId = (short)1460, + TagId = (short)15 + }, + new + { + FilterListId = (short)1460, + TagId = (short)20 + }, + new + { + FilterListId = (short)1461, + TagId = (short)9 + }, + new + { + FilterListId = (short)1461, + TagId = (short)15 + }, + new + { + FilterListId = (short)1461, + TagId = (short)19 + }, + new + { + FilterListId = (short)1461, + TagId = (short)35 + }, + new + { + FilterListId = (short)1463, + TagId = (short)1 + }, + new + { + FilterListId = (short)1463, + TagId = (short)2 + }, + new + { + FilterListId = (short)1463, + TagId = (short)3 + }, + new + { + FilterListId = (short)1463, + TagId = (short)7 + }, + new + { + FilterListId = (short)1464, + TagId = (short)2 + }, + new + { + FilterListId = (short)1464, + TagId = (short)7 + }, + new + { + FilterListId = (short)1465, + TagId = (short)2 + }, + new + { + FilterListId = (short)1465, + TagId = (short)35 + }, + new + { + FilterListId = (short)1466, + TagId = (short)3 + }, + new + { + FilterListId = (short)1467, + TagId = (short)3 + }, + new + { + FilterListId = (short)1468, + TagId = (short)3 + }, + new + { + FilterListId = (short)1469, + TagId = (short)3 + }, + new + { + FilterListId = (short)1470, + TagId = (short)3 + }, + new + { + FilterListId = (short)1470, + TagId = (short)6 + }, + new + { + FilterListId = (short)1471, + TagId = (short)2 + }, + new + { + FilterListId = (short)1473, + TagId = (short)2 + }, + new + { + FilterListId = (short)1473, + TagId = (short)3 + }, + new + { + FilterListId = (short)1474, + TagId = (short)2 + }, + new + { + FilterListId = (short)1474, + TagId = (short)3 + }, + new + { + FilterListId = (short)1475, + TagId = (short)3 + }, + new + { + FilterListId = (short)1475, + TagId = (short)4 + }, + new + { + FilterListId = (short)1476, + TagId = (short)3 + }, + new + { + FilterListId = (short)1476, + TagId = (short)4 + }, + new + { + FilterListId = (short)1477, + TagId = (short)3 + }, + new + { + FilterListId = (short)1477, + TagId = (short)4 + }, + new + { + FilterListId = (short)1478, + TagId = (short)3 + }, + new + { + FilterListId = (short)1479, + TagId = (short)3 + }, + new + { + FilterListId = (short)1479, + TagId = (short)4 + }, + new + { + FilterListId = (short)1480, + TagId = (short)3 + }, + new + { + FilterListId = (short)1481, + TagId = (short)3 + }, + new + { + FilterListId = (short)1481, + TagId = (short)4 + }, + new + { + FilterListId = (short)1483, + TagId = (short)3 + }, + new + { + FilterListId = (short)1483, + TagId = (short)4 + }, + new + { + FilterListId = (short)1483, + TagId = (short)10 + }, + new + { + FilterListId = (short)1484, + TagId = (short)24 + }, + new + { + FilterListId = (short)1485, + TagId = (short)24 + }, + new + { + FilterListId = (short)1486, + TagId = (short)24 + }, + new + { + FilterListId = (short)1487, + TagId = (short)3 + }, + new + { + FilterListId = (short)1490, + TagId = (short)3 + }, + new + { + FilterListId = (short)1490, + TagId = (short)6 + }, + new + { + FilterListId = (short)1492, + TagId = (short)3 + }, + new + { + FilterListId = (short)1493, + TagId = (short)1 + }, + new + { + FilterListId = (short)1494, + TagId = (short)3 + }, + new + { + FilterListId = (short)1495, + TagId = (short)3 + }, + new + { + FilterListId = (short)1495, + TagId = (short)6 + }, + new + { + FilterListId = (short)1495, + TagId = (short)7 + }, + new + { + FilterListId = (short)1495, + TagId = (short)36 + }, + new + { + FilterListId = (short)1496, + TagId = (short)3 + }, + new + { + FilterListId = (short)1496, + TagId = (short)6 + }, + new + { + FilterListId = (short)1497, + TagId = (short)3 + }, + new + { + FilterListId = (short)1498, + TagId = (short)3 + }, + new + { + FilterListId = (short)1499, + TagId = (short)3 + }, + new + { + FilterListId = (short)1500, + TagId = (short)3 + }, + new + { + FilterListId = (short)1501, + TagId = (short)3 + }, + new + { + FilterListId = (short)1501, + TagId = (short)11 + }, + new + { + FilterListId = (short)1502, + TagId = (short)3 + }, + new + { + FilterListId = (short)1502, + TagId = (short)6 + }, + new + { + FilterListId = (short)1503, + TagId = (short)3 + }, + new + { + FilterListId = (short)1503, + TagId = (short)6 + }, + new + { + FilterListId = (short)1504, + TagId = (short)3 + }, + new + { + FilterListId = (short)1504, + TagId = (short)6 + }, + new + { + FilterListId = (short)1505, + TagId = (short)6 + }, + new + { + FilterListId = (short)1506, + TagId = (short)3 + }, + new + { + FilterListId = (short)1506, + TagId = (short)6 + }, + new + { + FilterListId = (short)1507, + TagId = (short)2 + }, + new + { + FilterListId = (short)1507, + TagId = (short)6 + }, + new + { + FilterListId = (short)1508, + TagId = (short)3 + }, + new + { + FilterListId = (short)1508, + TagId = (short)6 + }, + new + { + FilterListId = (short)1509, + TagId = (short)3 + }, + new + { + FilterListId = (short)1509, + TagId = (short)6 + }, + new + { + FilterListId = (short)1510, + TagId = (short)3 + }, + new + { + FilterListId = (short)1510, + TagId = (short)6 + }, + new + { + FilterListId = (short)1511, + TagId = (short)3 + }, + new + { + FilterListId = (short)1512, + TagId = (short)3 + }, + new + { + FilterListId = (short)1513, + TagId = (short)3 + }, + new + { + FilterListId = (short)1517, + TagId = (short)3 + }, + new + { + FilterListId = (short)1520, + TagId = (short)6 + }, + new + { + FilterListId = (short)1523, + TagId = (short)2 + }, + new + { + FilterListId = (short)1523, + TagId = (short)3 + }, + new + { + FilterListId = (short)1523, + TagId = (short)6 + }, + new + { + FilterListId = (short)1523, + TagId = (short)7 + }, + new + { + FilterListId = (short)1524, + TagId = (short)3 + }, + new + { + FilterListId = (short)1525, + TagId = (short)3 + }, + new + { + FilterListId = (short)1526, + TagId = (short)2 + }, + new + { + FilterListId = (short)1526, + TagId = (short)3 + }, + new + { + FilterListId = (short)1527, + TagId = (short)2 + }, + new + { + FilterListId = (short)1527, + TagId = (short)3 + }, + new + { + FilterListId = (short)1528, + TagId = (short)2 + }, + new + { + FilterListId = (short)1529, + TagId = (short)2 + }, + new + { + FilterListId = (short)1530, + TagId = (short)29 + }, + new + { + FilterListId = (short)1531, + TagId = (short)2 + }, + new + { + FilterListId = (short)1531, + TagId = (short)6 + }, + new + { + FilterListId = (short)1532, + TagId = (short)3 + }, + new + { + FilterListId = (short)1532, + TagId = (short)6 + }, + new + { + FilterListId = (short)1532, + TagId = (short)7 + }, + new + { + FilterListId = (short)1533, + TagId = (short)2 + }, + new + { + FilterListId = (short)1534, + TagId = (short)2 + }, + new + { + FilterListId = (short)1534, + TagId = (short)3 + }, + new + { + FilterListId = (short)1535, + TagId = (short)27 + }, + new + { + FilterListId = (short)1536, + TagId = (short)2 + }, + new + { + FilterListId = (short)1536, + TagId = (short)3 + }, + new + { + FilterListId = (short)1537, + TagId = (short)3 + }, + new + { + FilterListId = (short)1538, + TagId = (short)2 + }, + new + { + FilterListId = (short)1539, + TagId = (short)2 + }, + new + { + FilterListId = (short)1539, + TagId = (short)38 + }, + new + { + FilterListId = (short)1540, + TagId = (short)2 + }, + new + { + FilterListId = (short)1541, + TagId = (short)10 + }, + new + { + FilterListId = (short)1542, + TagId = (short)2 + }, + new + { + FilterListId = (short)1543, + TagId = (short)2 + }, + new + { + FilterListId = (short)1544, + TagId = (short)2 + }, + new + { + FilterListId = (short)1545, + TagId = (short)2 + }, + new + { + FilterListId = (short)1546, + TagId = (short)2 + }, + new + { + FilterListId = (short)1547, + TagId = (short)2 + }, + new + { + FilterListId = (short)1548, + TagId = (short)2 + }, + new + { + FilterListId = (short)1549, + TagId = (short)2 + }, + new + { + FilterListId = (short)1550, + TagId = (short)27 + }, + new + { + FilterListId = (short)1551, + TagId = (short)27 + }, + new + { + FilterListId = (short)1552, + TagId = (short)15 + }, + new + { + FilterListId = (short)1554, + TagId = (short)22 + }, + new + { + FilterListId = (short)1555, + TagId = (short)12 + }, + new + { + FilterListId = (short)1556, + TagId = (short)30 + }, + new + { + FilterListId = (short)1557, + TagId = (short)2 + }, + new + { + FilterListId = (short)1557, + TagId = (short)3 + }, + new + { + FilterListId = (short)1557, + TagId = (short)36 + }, + new + { + FilterListId = (short)1558, + TagId = (short)5 + }, + new + { + FilterListId = (short)1559, + TagId = (short)21 + }, + new + { + FilterListId = (short)1560, + TagId = (short)1 + }, + new + { + FilterListId = (short)1561, + TagId = (short)5 + }, + new + { + FilterListId = (short)1561, + TagId = (short)14 + }, + new + { + FilterListId = (short)1562, + TagId = (short)2 + }, + new + { + FilterListId = (short)1562, + TagId = (short)3 + }, + new + { + FilterListId = (short)1562, + TagId = (short)4 + }, + new + { + FilterListId = (short)1562, + TagId = (short)8 + }, + new + { + FilterListId = (short)1562, + TagId = (short)16 + }, + new + { + FilterListId = (short)1562, + TagId = (short)20 + }, + new + { + FilterListId = (short)1562, + TagId = (short)29 + }, + new + { + FilterListId = (short)1563, + TagId = (short)2 + }, + new + { + FilterListId = (short)1564, + TagId = (short)21 + }, + new + { + FilterListId = (short)1565, + TagId = (short)30 + }, + new + { + FilterListId = (short)1566, + TagId = (short)2 + }, + new + { + FilterListId = (short)1567, + TagId = (short)2 + }, + new + { + FilterListId = (short)1568, + TagId = (short)2 + }, + new + { + FilterListId = (short)1569, + TagId = (short)2 + }, + new + { + FilterListId = (short)1570, + TagId = (short)2 + }, + new + { + FilterListId = (short)1573, + TagId = (short)2 + }, + new + { + FilterListId = (short)1574, + TagId = (short)2 + }, + new + { + FilterListId = (short)1574, + TagId = (short)3 + }, + new + { + FilterListId = (short)1574, + TagId = (short)4 + }, + new + { + FilterListId = (short)1574, + TagId = (short)8 + }, + new + { + FilterListId = (short)1574, + TagId = (short)16 + }, + new + { + FilterListId = (short)1574, + TagId = (short)20 + }, + new + { + FilterListId = (short)1574, + TagId = (short)29 + }, + new + { + FilterListId = (short)1575, + TagId = (short)9 + }, + new + { + FilterListId = (short)1575, + TagId = (short)19 + }, + new + { + FilterListId = (short)1575, + TagId = (short)35 + }, + new + { + FilterListId = (short)1576, + TagId = (short)18 + }, + new + { + FilterListId = (short)1576, + TagId = (short)27 + }, + new + { + FilterListId = (short)1577, + TagId = (short)2 + }, + new + { + FilterListId = (short)1577, + TagId = (short)10 + }, + new + { + FilterListId = (short)1578, + TagId = (short)19 + }, + new + { + FilterListId = (short)1579, + TagId = (short)2 + }, + new + { + FilterListId = (short)1581, + TagId = (short)2 + }, + new + { + FilterListId = (short)1581, + TagId = (short)6 + }, + new + { + FilterListId = (short)1581, + TagId = (short)9 + }, + new + { + FilterListId = (short)1581, + TagId = (short)10 + }, + new + { + FilterListId = (short)1581, + TagId = (short)31 + }, + new + { + FilterListId = (short)1582, + TagId = (short)2 + }, + new + { + FilterListId = (short)1582, + TagId = (short)6 + }, + new + { + FilterListId = (short)1582, + TagId = (short)9 + }, + new + { + FilterListId = (short)1582, + TagId = (short)10 + }, + new + { + FilterListId = (short)1582, + TagId = (short)31 + }, + new + { + FilterListId = (short)1583, + TagId = (short)2 + }, + new + { + FilterListId = (short)1583, + TagId = (short)6 + }, + new + { + FilterListId = (short)1584, + TagId = (short)2 + }, + new + { + FilterListId = (short)1584, + TagId = (short)6 + }, + new + { + FilterListId = (short)1585, + TagId = (short)2 + }, + new + { + FilterListId = (short)1585, + TagId = (short)6 + }, + new + { + FilterListId = (short)1586, + TagId = (short)6 + }, + new + { + FilterListId = (short)1587, + TagId = (short)6 + }, + new + { + FilterListId = (short)1588, + TagId = (short)6 + }, + new + { + FilterListId = (short)1589, + TagId = (short)6 + }, + new + { + FilterListId = (short)1589, + TagId = (short)38 + }, + new + { + FilterListId = (short)1590, + TagId = (short)6 + }, + new + { + FilterListId = (short)1591, + TagId = (short)15 + }, + new + { + FilterListId = (short)1591, + TagId = (short)19 + }, + new + { + FilterListId = (short)1592, + TagId = (short)30 + }, + new + { + FilterListId = (short)1593, + TagId = (short)2 + }, + new + { + FilterListId = (short)1593, + TagId = (short)6 + }, + new + { + FilterListId = (short)1593, + TagId = (short)9 + }, + new + { + FilterListId = (short)1593, + TagId = (short)31 + }, + new + { + FilterListId = (short)1594, + TagId = (short)7 + }, + new + { + FilterListId = (short)1595, + TagId = (short)7 + }, + new + { + FilterListId = (short)1596, + TagId = (short)1 + }, + new + { + FilterListId = (short)1597, + TagId = (short)1 + }, + new + { + FilterListId = (short)1597, + TagId = (short)2 + }, + new + { + FilterListId = (short)1597, + TagId = (short)3 + }, + new + { + FilterListId = (short)1597, + TagId = (short)6 + }, + new + { + FilterListId = (short)1597, + TagId = (short)7 + }, + new + { + FilterListId = (short)1597, + TagId = (short)36 + }, + new + { + FilterListId = (short)1598, + TagId = (short)1 + }, + new + { + FilterListId = (short)1598, + TagId = (short)2 + }, + new + { + FilterListId = (short)1598, + TagId = (short)3 + }, + new + { + FilterListId = (short)1598, + TagId = (short)6 + }, + new + { + FilterListId = (short)1598, + TagId = (short)7 + }, + new + { + FilterListId = (short)1598, + TagId = (short)36 + }, + new + { + FilterListId = (short)1599, + TagId = (short)1 + }, + new + { + FilterListId = (short)1599, + TagId = (short)2 + }, + new + { + FilterListId = (short)1599, + TagId = (short)3 + }, + new + { + FilterListId = (short)1599, + TagId = (short)6 + }, + new + { + FilterListId = (short)1599, + TagId = (short)7 + }, + new + { + FilterListId = (short)1599, + TagId = (short)36 + }, + new + { + FilterListId = (short)1600, + TagId = (short)1 + }, + new + { + FilterListId = (short)1600, + TagId = (short)2 + }, + new + { + FilterListId = (short)1600, + TagId = (short)3 + }, + new + { + FilterListId = (short)1600, + TagId = (short)6 + }, + new + { + FilterListId = (short)1600, + TagId = (short)7 + }, + new + { + FilterListId = (short)1600, + TagId = (short)36 + }, + new + { + FilterListId = (short)1601, + TagId = (short)2 + }, + new + { + FilterListId = (short)1601, + TagId = (short)6 + }, + new + { + FilterListId = (short)1603, + TagId = (short)6 + }, + new + { + FilterListId = (short)1604, + TagId = (short)9 + }, + new + { + FilterListId = (short)1604, + TagId = (short)35 + }, + new + { + FilterListId = (short)1605, + TagId = (short)30 + }, + new + { + FilterListId = (short)1606, + TagId = (short)19 + }, + new + { + FilterListId = (short)1607, + TagId = (short)6 + }, + new + { + FilterListId = (short)1608, + TagId = (short)1 + }, + new + { + FilterListId = (short)1608, + TagId = (short)2 + }, + new + { + FilterListId = (short)1608, + TagId = (short)3 + }, + new + { + FilterListId = (short)1608, + TagId = (short)6 + }, + new + { + FilterListId = (short)1608, + TagId = (short)7 + }, + new + { + FilterListId = (short)1609, + TagId = (short)1 + }, + new + { + FilterListId = (short)1609, + TagId = (short)2 + }, + new + { + FilterListId = (short)1609, + TagId = (short)3 + }, + new + { + FilterListId = (short)1609, + TagId = (short)4 + }, + new + { + FilterListId = (short)1609, + TagId = (short)6 + }, + new + { + FilterListId = (short)1609, + TagId = (short)7 + }, + new + { + FilterListId = (short)1609, + TagId = (short)11 + }, + new + { + FilterListId = (short)1609, + TagId = (short)17 + }, + new + { + FilterListId = (short)1609, + TagId = (short)21 + }, + new + { + FilterListId = (short)1610, + TagId = (short)1 + }, + new + { + FilterListId = (short)1610, + TagId = (short)2 + }, + new + { + FilterListId = (short)1610, + TagId = (short)3 + }, + new + { + FilterListId = (short)1610, + TagId = (short)6 + }, + new + { + FilterListId = (short)1610, + TagId = (short)7 + }, + new + { + FilterListId = (short)1610, + TagId = (short)11 + }, + new + { + FilterListId = (short)1610, + TagId = (short)17 + }, + new + { + FilterListId = (short)1610, + TagId = (short)21 + }, + new + { + FilterListId = (short)1611, + TagId = (short)1 + }, + new + { + FilterListId = (short)1611, + TagId = (short)2 + }, + new + { + FilterListId = (short)1611, + TagId = (short)3 + }, + new + { + FilterListId = (short)1611, + TagId = (short)4 + }, + new + { + FilterListId = (short)1611, + TagId = (short)6 + }, + new + { + FilterListId = (short)1611, + TagId = (short)7 + }, + new + { + FilterListId = (short)1611, + TagId = (short)17 + }, + new + { + FilterListId = (short)1611, + TagId = (short)21 + }, + new + { + FilterListId = (short)1612, + TagId = (short)1 + }, + new + { + FilterListId = (short)1612, + TagId = (short)2 + }, + new + { + FilterListId = (short)1612, + TagId = (short)3 + }, + new + { + FilterListId = (short)1612, + TagId = (short)6 + }, + new + { + FilterListId = (short)1612, + TagId = (short)7 + }, + new + { + FilterListId = (short)1612, + TagId = (short)17 + }, + new + { + FilterListId = (short)1612, + TagId = (short)21 + }, + new + { + FilterListId = (short)1613, + TagId = (short)1 + }, + new + { + FilterListId = (short)1613, + TagId = (short)2 + }, + new + { + FilterListId = (short)1613, + TagId = (short)3 + }, + new + { + FilterListId = (short)1613, + TagId = (short)4 + }, + new + { + FilterListId = (short)1613, + TagId = (short)6 + }, + new + { + FilterListId = (short)1613, + TagId = (short)7 + }, + new + { + FilterListId = (short)1613, + TagId = (short)17 + }, + new + { + FilterListId = (short)1613, + TagId = (short)21 + }, + new + { + FilterListId = (short)1614, + TagId = (short)1 + }, + new + { + FilterListId = (short)1614, + TagId = (short)2 + }, + new + { + FilterListId = (short)1614, + TagId = (short)3 + }, + new + { + FilterListId = (short)1614, + TagId = (short)6 + }, + new + { + FilterListId = (short)1614, + TagId = (short)7 + }, + new + { + FilterListId = (short)1614, + TagId = (short)11 + }, + new + { + FilterListId = (short)1614, + TagId = (short)21 + }, + new + { + FilterListId = (short)1615, + TagId = (short)1 + }, + new + { + FilterListId = (short)1615, + TagId = (short)2 + }, + new + { + FilterListId = (short)1615, + TagId = (short)3 + }, + new + { + FilterListId = (short)1615, + TagId = (short)4 + }, + new + { + FilterListId = (short)1615, + TagId = (short)6 + }, + new + { + FilterListId = (short)1615, + TagId = (short)7 + }, + new + { + FilterListId = (short)1615, + TagId = (short)21 + }, + new + { + FilterListId = (short)1616, + TagId = (short)1 + }, + new + { + FilterListId = (short)1616, + TagId = (short)2 + }, + new + { + FilterListId = (short)1616, + TagId = (short)3 + }, + new + { + FilterListId = (short)1616, + TagId = (short)6 + }, + new + { + FilterListId = (short)1616, + TagId = (short)7 + }, + new + { + FilterListId = (short)1616, + TagId = (short)21 + }, + new + { + FilterListId = (short)1617, + TagId = (short)1 + }, + new + { + FilterListId = (short)1617, + TagId = (short)2 + }, + new + { + FilterListId = (short)1617, + TagId = (short)3 + }, + new + { + FilterListId = (short)1617, + TagId = (short)4 + }, + new + { + FilterListId = (short)1617, + TagId = (short)6 + }, + new + { + FilterListId = (short)1617, + TagId = (short)7 + }, + new + { + FilterListId = (short)1617, + TagId = (short)11 + }, + new + { + FilterListId = (short)1617, + TagId = (short)17 + }, + new + { + FilterListId = (short)1618, + TagId = (short)1 + }, + new + { + FilterListId = (short)1618, + TagId = (short)2 + }, + new + { + FilterListId = (short)1618, + TagId = (short)3 + }, + new + { + FilterListId = (short)1618, + TagId = (short)6 + }, + new + { + FilterListId = (short)1618, + TagId = (short)7 + }, + new + { + FilterListId = (short)1618, + TagId = (short)11 + }, + new + { + FilterListId = (short)1618, + TagId = (short)17 + }, + new + { + FilterListId = (short)1619, + TagId = (short)1 + }, + new + { + FilterListId = (short)1619, + TagId = (short)2 + }, + new + { + FilterListId = (short)1619, + TagId = (short)3 + }, + new + { + FilterListId = (short)1619, + TagId = (short)4 + }, + new + { + FilterListId = (short)1619, + TagId = (short)6 + }, + new + { + FilterListId = (short)1619, + TagId = (short)7 + }, + new + { + FilterListId = (short)1619, + TagId = (short)17 + }, + new + { + FilterListId = (short)1620, + TagId = (short)1 + }, + new + { + FilterListId = (short)1620, + TagId = (short)2 + }, + new + { + FilterListId = (short)1620, + TagId = (short)3 + }, + new + { + FilterListId = (short)1620, + TagId = (short)6 + }, + new + { + FilterListId = (short)1620, + TagId = (short)7 + }, + new + { + FilterListId = (short)1620, + TagId = (short)17 + }, + new + { + FilterListId = (short)1621, + TagId = (short)1 + }, + new + { + FilterListId = (short)1621, + TagId = (short)2 + }, + new + { + FilterListId = (short)1621, + TagId = (short)3 + }, + new + { + FilterListId = (short)1621, + TagId = (short)4 + }, + new + { + FilterListId = (short)1621, + TagId = (short)6 + }, + new + { + FilterListId = (short)1621, + TagId = (short)7 + }, + new + { + FilterListId = (short)1621, + TagId = (short)11 + }, + new + { + FilterListId = (short)1622, + TagId = (short)1 + }, + new + { + FilterListId = (short)1622, + TagId = (short)2 + }, + new + { + FilterListId = (short)1622, + TagId = (short)3 + }, + new + { + FilterListId = (short)1622, + TagId = (short)6 + }, + new + { + FilterListId = (short)1622, + TagId = (short)7 + }, + new + { + FilterListId = (short)1622, + TagId = (short)11 + }, + new + { + FilterListId = (short)1623, + TagId = (short)1 + }, + new + { + FilterListId = (short)1623, + TagId = (short)2 + }, + new + { + FilterListId = (short)1623, + TagId = (short)3 + }, + new + { + FilterListId = (short)1623, + TagId = (short)4 + }, + new + { + FilterListId = (short)1623, + TagId = (short)6 + }, + new + { + FilterListId = (short)1624, + TagId = (short)2 + }, + new + { + FilterListId = (short)1624, + TagId = (short)3 + }, + new + { + FilterListId = (short)1625, + TagId = (short)2 + }, + new + { + FilterListId = (short)1625, + TagId = (short)3 + }, + new + { + FilterListId = (short)1626, + TagId = (short)10 + }, + new + { + FilterListId = (short)1627, + TagId = (short)2 + }, + new + { + FilterListId = (short)1628, + TagId = (short)3 + }, + new + { + FilterListId = (short)1629, + TagId = (short)10 + }, + new + { + FilterListId = (short)1630, + TagId = (short)4 + }, + new + { + FilterListId = (short)1630, + TagId = (short)6 + }, + new + { + FilterListId = (short)1631, + TagId = (short)3 + }, + new + { + FilterListId = (short)1631, + TagId = (short)4 + }, + new + { + FilterListId = (short)1632, + TagId = (short)3 + }, + new + { + FilterListId = (short)1632, + TagId = (short)4 + }, + new + { + FilterListId = (short)1633, + TagId = (short)3 + }, + new + { + FilterListId = (short)1633, + TagId = (short)26 + }, + new + { + FilterListId = (short)1634, + TagId = (short)3 + }, + new + { + FilterListId = (short)1635, + TagId = (short)22 + }, + new + { + FilterListId = (short)1636, + TagId = (short)22 + }, + new + { + FilterListId = (short)1637, + TagId = (short)4 + }, + new + { + FilterListId = (short)1638, + TagId = (short)12 + }, + new + { + FilterListId = (short)1639, + TagId = (short)15 + }, + new + { + FilterListId = (short)1639, + TagId = (short)19 + }, + new + { + FilterListId = (short)1640, + TagId = (short)4 + }, + new + { + FilterListId = (short)1640, + TagId = (short)10 + }, + new + { + FilterListId = (short)1641, + TagId = (short)10 + }, + new + { + FilterListId = (short)1642, + TagId = (short)3 + }, + new + { + FilterListId = (short)1643, + TagId = (short)3 + }, + new + { + FilterListId = (short)1644, + TagId = (short)3 + }, + new + { + FilterListId = (short)1645, + TagId = (short)2 + }, + new + { + FilterListId = (short)1645, + TagId = (short)3 + }, + new + { + FilterListId = (short)1646, + TagId = (short)2 + }, + new + { + FilterListId = (short)1646, + TagId = (short)3 + }, + new + { + FilterListId = (short)1647, + TagId = (short)6 + }, + new + { + FilterListId = (short)1648, + TagId = (short)9 + }, + new + { + FilterListId = (short)1649, + TagId = (short)15 + }, + new + { + FilterListId = (short)1649, + TagId = (short)35 + }, + new + { + FilterListId = (short)1650, + TagId = (short)15 + }, + new + { + FilterListId = (short)1650, + TagId = (short)35 + }, + new + { + FilterListId = (short)1651, + TagId = (short)3 + }, + new + { + FilterListId = (short)1652, + TagId = (short)10 + }, + new + { + FilterListId = (short)1653, + TagId = (short)10 + }, + new + { + FilterListId = (short)1656, + TagId = (short)3 + }, + new + { + FilterListId = (short)1657, + TagId = (short)10 + }, + new + { + FilterListId = (short)1658, + TagId = (short)10 + }, + new + { + FilterListId = (short)1659, + TagId = (short)10 + }, + new + { + FilterListId = (short)1660, + TagId = (short)10 + }, + new + { + FilterListId = (short)1661, + TagId = (short)3 + }, + new + { + FilterListId = (short)1662, + TagId = (short)9 + }, + new + { + FilterListId = (short)1663, + TagId = (short)10 + }, + new + { + FilterListId = (short)1664, + TagId = (short)6 + }, + new + { + FilterListId = (short)1665, + TagId = (short)6 + }, + new + { + FilterListId = (short)1666, + TagId = (short)1 + }, + new + { + FilterListId = (short)1667, + TagId = (short)1 + }, + new + { + FilterListId = (short)1668, + TagId = (short)15 + }, + new + { + FilterListId = (short)1669, + TagId = (short)3 + }, + new + { + FilterListId = (short)1670, + TagId = (short)2 + }, + new + { + FilterListId = (short)1670, + TagId = (short)3 + }, + new + { + FilterListId = (short)1671, + TagId = (short)2 + }, + new + { + FilterListId = (short)1672, + TagId = (short)2 + }, + new + { + FilterListId = (short)1673, + TagId = (short)19 + }, + new + { + FilterListId = (short)1674, + TagId = (short)19 + }, + new + { + FilterListId = (short)1675, + TagId = (short)19 + }, + new + { + FilterListId = (short)1676, + TagId = (short)19 + }, + new + { + FilterListId = (short)1677, + TagId = (short)19 + }, + new + { + FilterListId = (short)1678, + TagId = (short)19 + }, + new + { + FilterListId = (short)1679, + TagId = (short)19 + }, + new + { + FilterListId = (short)1680, + TagId = (short)19 + }, + new + { + FilterListId = (short)1681, + TagId = (short)19 + }, + new + { + FilterListId = (short)1682, + TagId = (short)19 + }, + new + { + FilterListId = (short)1683, + TagId = (short)19 + }, + new + { + FilterListId = (short)1684, + TagId = (short)19 + }, + new + { + FilterListId = (short)1685, + TagId = (short)19 + }, + new + { + FilterListId = (short)1686, + TagId = (short)19 + }, + new + { + FilterListId = (short)1687, + TagId = (short)19 + }, + new + { + FilterListId = (short)1688, + TagId = (short)19 + }, + new + { + FilterListId = (short)1689, + TagId = (short)19 + }, + new + { + FilterListId = (short)1690, + TagId = (short)19 + }, + new + { + FilterListId = (short)1691, + TagId = (short)19 + }, + new + { + FilterListId = (short)1692, + TagId = (short)19 + }, + new + { + FilterListId = (short)1693, + TagId = (short)19 + }, + new + { + FilterListId = (short)1694, + TagId = (short)19 + }, + new + { + FilterListId = (short)1695, + TagId = (short)19 + }, + new + { + FilterListId = (short)1696, + TagId = (short)19 + }, + new + { + FilterListId = (short)1697, + TagId = (short)19 + }, + new + { + FilterListId = (short)1698, + TagId = (short)19 + }, + new + { + FilterListId = (short)1699, + TagId = (short)19 + }, + new + { + FilterListId = (short)1700, + TagId = (short)19 + }, + new + { + FilterListId = (short)1701, + TagId = (short)2 + }, + new + { + FilterListId = (short)1702, + TagId = (short)2 + }, + new + { + FilterListId = (short)1703, + TagId = (short)2 + }, + new + { + FilterListId = (short)1704, + TagId = (short)2 + }, + new + { + FilterListId = (short)1706, + TagId = (short)2 + }, + new + { + FilterListId = (short)1706, + TagId = (short)3 + }, + new + { + FilterListId = (short)1706, + TagId = (short)6 + }, + new + { + FilterListId = (short)1707, + TagId = (short)2 + }, + new + { + FilterListId = (short)1708, + TagId = (short)11 + }, + new + { + FilterListId = (short)1709, + TagId = (short)4 + }, + new + { + FilterListId = (short)1710, + TagId = (short)6 + }, + new + { + FilterListId = (short)1711, + TagId = (short)6 + }, + new + { + FilterListId = (short)1712, + TagId = (short)3 + }, + new + { + FilterListId = (short)1712, + TagId = (short)12 + }, + new + { + FilterListId = (short)1713, + TagId = (short)2 + }, + new + { + FilterListId = (short)1714, + TagId = (short)6 + }, + new + { + FilterListId = (short)1715, + TagId = (short)2 + }, + new + { + FilterListId = (short)1716, + TagId = (short)6 + }, + new + { + FilterListId = (short)1717, + TagId = (short)6 + }, + new + { + FilterListId = (short)1718, + TagId = (short)6 + }, + new + { + FilterListId = (short)1719, + TagId = (short)6 + }, + new + { + FilterListId = (short)1720, + TagId = (short)3 + }, + new + { + FilterListId = (short)1720, + TagId = (short)6 + }, + new + { + FilterListId = (short)1721, + TagId = (short)3 + }, + new + { + FilterListId = (short)1722, + TagId = (short)6 + }, + new + { + FilterListId = (short)1723, + TagId = (short)3 + }, + new + { + FilterListId = (short)1724, + TagId = (short)6 + }, + new + { + FilterListId = (short)1724, + TagId = (short)7 + }, + new + { + FilterListId = (short)1725, + TagId = (short)3 + }, + new + { + FilterListId = (short)1725, + TagId = (short)6 + }, + new + { + FilterListId = (short)1726, + TagId = (short)6 + }, + new + { + FilterListId = (short)1727, + TagId = (short)6 + }, + new + { + FilterListId = (short)1728, + TagId = (short)2 + }, + new + { + FilterListId = (short)1729, + TagId = (short)2 + }, + new + { + FilterListId = (short)1730, + TagId = (short)3 + }, + new + { + FilterListId = (short)1731, + TagId = (short)9 + }, + new + { + FilterListId = (short)1732, + TagId = (short)6 + }, + new + { + FilterListId = (short)1733, + TagId = (short)3 + }, + new + { + FilterListId = (short)1734, + TagId = (short)1 + }, + new + { + FilterListId = (short)1734, + TagId = (short)2 + }, + new + { + FilterListId = (short)1734, + TagId = (short)3 + }, + new + { + FilterListId = (short)1734, + TagId = (short)6 + }, + new + { + FilterListId = (short)1735, + TagId = (short)1 + }, + new + { + FilterListId = (short)1735, + TagId = (short)2 + }, + new + { + FilterListId = (short)1735, + TagId = (short)3 + }, + new + { + FilterListId = (short)1735, + TagId = (short)6 + }, + new + { + FilterListId = (short)1736, + TagId = (short)2 + }, + new + { + FilterListId = (short)1737, + TagId = (short)15 + }, + new + { + FilterListId = (short)1738, + TagId = (short)6 + }, + new + { + FilterListId = (short)1739, + TagId = (short)2 + }, + new + { + FilterListId = (short)1740, + TagId = (short)4 + }, + new + { + FilterListId = (short)1741, + TagId = (short)11 + }, + new + { + FilterListId = (short)1742, + TagId = (short)2 + }, + new + { + FilterListId = (short)1743, + TagId = (short)2 + }, + new + { + FilterListId = (short)1743, + TagId = (short)3 + }, + new + { + FilterListId = (short)1743, + TagId = (short)6 + }, + new + { + FilterListId = (short)1744, + TagId = (short)1 + }, + new + { + FilterListId = (short)1744, + TagId = (short)2 + }, + new + { + FilterListId = (short)1744, + TagId = (short)3 + }, + new + { + FilterListId = (short)1744, + TagId = (short)6 + }, + new + { + FilterListId = (short)1745, + TagId = (short)1 + }, + new + { + FilterListId = (short)1745, + TagId = (short)2 + }, + new + { + FilterListId = (short)1745, + TagId = (short)3 + }, + new + { + FilterListId = (short)1745, + TagId = (short)6 + }, + new + { + FilterListId = (short)1745, + TagId = (short)7 + }, + new + { + FilterListId = (short)1745, + TagId = (short)36 + }, + new + { + FilterListId = (short)1746, + TagId = (short)1 + }, + new + { + FilterListId = (short)1746, + TagId = (short)2 + }, + new + { + FilterListId = (short)1746, + TagId = (short)3 + }, + new + { + FilterListId = (short)1746, + TagId = (short)6 + }, + new + { + FilterListId = (short)1746, + TagId = (short)7 + }, + new + { + FilterListId = (short)1746, + TagId = (short)36 + }, + new + { + FilterListId = (short)1747, + TagId = (short)11 + }, + new + { + FilterListId = (short)1747, + TagId = (short)36 + }, + new + { + FilterListId = (short)1748, + TagId = (short)1 + }, + new + { + FilterListId = (short)1748, + TagId = (short)2 + }, + new + { + FilterListId = (short)1748, + TagId = (short)3 + }, + new + { + FilterListId = (short)1748, + TagId = (short)6 + }, + new + { + FilterListId = (short)1748, + TagId = (short)7 + }, + new + { + FilterListId = (short)1748, + TagId = (short)9 + }, + new + { + FilterListId = (short)1748, + TagId = (short)36 + }, + new + { + FilterListId = (short)1749, + TagId = (short)1 + }, + new + { + FilterListId = (short)1749, + TagId = (short)2 + }, + new + { + FilterListId = (short)1749, + TagId = (short)3 + }, + new + { + FilterListId = (short)1749, + TagId = (short)6 + }, + new + { + FilterListId = (short)1749, + TagId = (short)7 + }, + new + { + FilterListId = (short)1749, + TagId = (short)9 + }, + new + { + FilterListId = (short)1749, + TagId = (short)11 + }, + new + { + FilterListId = (short)1749, + TagId = (short)36 + }, + new + { + FilterListId = (short)1750, + TagId = (short)3 + }, + new + { + FilterListId = (short)1750, + TagId = (short)6 + }, + new + { + FilterListId = (short)1751, + TagId = (short)4 + }, + new + { + FilterListId = (short)1752, + TagId = (short)11 + }, + new + { + FilterListId = (short)1753, + TagId = (short)2 + }, + new + { + FilterListId = (short)1754, + TagId = (short)2 + }, + new + { + FilterListId = (short)1754, + TagId = (short)3 + }, + new + { + FilterListId = (short)1754, + TagId = (short)6 + }, + new + { + FilterListId = (short)1755, + TagId = (short)1 + }, + new + { + FilterListId = (short)1755, + TagId = (short)2 + }, + new + { + FilterListId = (short)1755, + TagId = (short)3 + }, + new + { + FilterListId = (short)1755, + TagId = (short)6 + }, + new + { + FilterListId = (short)1756, + TagId = (short)1 + }, + new + { + FilterListId = (short)1756, + TagId = (short)2 + }, + new + { + FilterListId = (short)1756, + TagId = (short)3 + }, + new + { + FilterListId = (short)1756, + TagId = (short)6 + }, + new + { + FilterListId = (short)1756, + TagId = (short)7 + }, + new + { + FilterListId = (short)1756, + TagId = (short)36 + }, + new + { + FilterListId = (short)1757, + TagId = (short)1 + }, + new + { + FilterListId = (short)1757, + TagId = (short)2 + }, + new + { + FilterListId = (short)1757, + TagId = (short)3 + }, + new + { + FilterListId = (short)1757, + TagId = (short)6 + }, + new + { + FilterListId = (short)1757, + TagId = (short)7 + }, + new + { + FilterListId = (short)1757, + TagId = (short)36 + }, + new + { + FilterListId = (short)1758, + TagId = (short)1 + }, + new + { + FilterListId = (short)1758, + TagId = (short)2 + }, + new + { + FilterListId = (short)1758, + TagId = (short)3 + }, + new + { + FilterListId = (short)1758, + TagId = (short)6 + }, + new + { + FilterListId = (short)1758, + TagId = (short)7 + }, + new + { + FilterListId = (short)1758, + TagId = (short)9 + }, + new + { + FilterListId = (short)1758, + TagId = (short)11 + }, + new + { + FilterListId = (short)1758, + TagId = (short)36 + }, + new + { + FilterListId = (short)1759, + TagId = (short)1 + }, + new + { + FilterListId = (short)1759, + TagId = (short)2 + }, + new + { + FilterListId = (short)1759, + TagId = (short)3 + }, + new + { + FilterListId = (short)1759, + TagId = (short)6 + }, + new + { + FilterListId = (short)1759, + TagId = (short)7 + }, + new + { + FilterListId = (short)1759, + TagId = (short)9 + }, + new + { + FilterListId = (short)1759, + TagId = (short)36 + }, + new + { + FilterListId = (short)1760, + TagId = (short)1 + }, + new + { + FilterListId = (short)1760, + TagId = (short)2 + }, + new + { + FilterListId = (short)1760, + TagId = (short)3 + }, + new + { + FilterListId = (short)1760, + TagId = (short)6 + }, + new + { + FilterListId = (short)1760, + TagId = (short)7 + }, + new + { + FilterListId = (short)1760, + TagId = (short)9 + }, + new + { + FilterListId = (short)1760, + TagId = (short)11 + }, + new + { + FilterListId = (short)1760, + TagId = (short)36 + }, + new + { + FilterListId = (short)1761, + TagId = (short)3 + }, + new + { + FilterListId = (short)1761, + TagId = (short)6 + }, + new + { + FilterListId = (short)1762, + TagId = (short)4 + }, + new + { + FilterListId = (short)1763, + TagId = (short)11 + }, + new + { + FilterListId = (short)1764, + TagId = (short)2 + }, + new + { + FilterListId = (short)1765, + TagId = (short)2 + }, + new + { + FilterListId = (short)1765, + TagId = (short)3 + }, + new + { + FilterListId = (short)1765, + TagId = (short)6 + }, + new + { + FilterListId = (short)1766, + TagId = (short)1 + }, + new + { + FilterListId = (short)1766, + TagId = (short)2 + }, + new + { + FilterListId = (short)1766, + TagId = (short)3 + }, + new + { + FilterListId = (short)1766, + TagId = (short)6 + }, + new + { + FilterListId = (short)1767, + TagId = (short)1 + }, + new + { + FilterListId = (short)1767, + TagId = (short)2 + }, + new + { + FilterListId = (short)1767, + TagId = (short)3 + }, + new + { + FilterListId = (short)1767, + TagId = (short)6 + }, + new + { + FilterListId = (short)1767, + TagId = (short)7 + }, + new + { + FilterListId = (short)1767, + TagId = (short)36 + }, + new + { + FilterListId = (short)1768, + TagId = (short)1 + }, + new + { + FilterListId = (short)1768, + TagId = (short)2 + }, + new + { + FilterListId = (short)1768, + TagId = (short)3 + }, + new + { + FilterListId = (short)1768, + TagId = (short)6 + }, + new + { + FilterListId = (short)1768, + TagId = (short)7 + }, + new + { + FilterListId = (short)1768, + TagId = (short)36 + }, + new + { + FilterListId = (short)1769, + TagId = (short)11 + }, + new + { + FilterListId = (short)1769, + TagId = (short)36 + }, + new + { + FilterListId = (short)1770, + TagId = (short)1 + }, + new + { + FilterListId = (short)1770, + TagId = (short)2 + }, + new + { + FilterListId = (short)1770, + TagId = (short)3 + }, + new + { + FilterListId = (short)1770, + TagId = (short)6 + }, + new + { + FilterListId = (short)1770, + TagId = (short)7 + }, + new + { + FilterListId = (short)1770, + TagId = (short)9 + }, + new + { + FilterListId = (short)1770, + TagId = (short)36 + }, + new + { + FilterListId = (short)1771, + TagId = (short)1 + }, + new + { + FilterListId = (short)1771, + TagId = (short)2 + }, + new + { + FilterListId = (short)1771, + TagId = (short)3 + }, + new + { + FilterListId = (short)1771, + TagId = (short)6 + }, + new + { + FilterListId = (short)1771, + TagId = (short)7 + }, + new + { + FilterListId = (short)1771, + TagId = (short)9 + }, + new + { + FilterListId = (short)1771, + TagId = (short)11 + }, + new + { + FilterListId = (short)1771, + TagId = (short)36 + }, + new + { + FilterListId = (short)1772, + TagId = (short)3 + }, + new + { + FilterListId = (short)1772, + TagId = (short)6 + }, + new + { + FilterListId = (short)1773, + TagId = (short)4 + }, + new + { + FilterListId = (short)1774, + TagId = (short)11 + }, + new + { + FilterListId = (short)1775, + TagId = (short)2 + }, + new + { + FilterListId = (short)1776, + TagId = (short)2 + }, + new + { + FilterListId = (short)1776, + TagId = (short)3 + }, + new + { + FilterListId = (short)1776, + TagId = (short)6 + }, + new + { + FilterListId = (short)1777, + TagId = (short)1 + }, + new + { + FilterListId = (short)1777, + TagId = (short)2 + }, + new + { + FilterListId = (short)1777, + TagId = (short)3 + }, + new + { + FilterListId = (short)1777, + TagId = (short)6 + }, + new + { + FilterListId = (short)1778, + TagId = (short)1 + }, + new + { + FilterListId = (short)1778, + TagId = (short)2 + }, + new + { + FilterListId = (short)1778, + TagId = (short)3 + }, + new + { + FilterListId = (short)1778, + TagId = (short)6 + }, + new + { + FilterListId = (short)1778, + TagId = (short)7 + }, + new + { + FilterListId = (short)1778, + TagId = (short)36 + }, + new + { + FilterListId = (short)1779, + TagId = (short)1 + }, + new + { + FilterListId = (short)1779, + TagId = (short)2 + }, + new + { + FilterListId = (short)1779, + TagId = (short)3 + }, + new + { + FilterListId = (short)1779, + TagId = (short)6 + }, + new + { + FilterListId = (short)1779, + TagId = (short)7 + }, + new + { + FilterListId = (short)1779, + TagId = (short)36 + }, + new + { + FilterListId = (short)1780, + TagId = (short)11 + }, + new + { + FilterListId = (short)1780, + TagId = (short)36 + }, + new + { + FilterListId = (short)1781, + TagId = (short)1 + }, + new + { + FilterListId = (short)1781, + TagId = (short)2 + }, + new + { + FilterListId = (short)1781, + TagId = (short)3 + }, + new + { + FilterListId = (short)1781, + TagId = (short)6 + }, + new + { + FilterListId = (short)1781, + TagId = (short)7 + }, + new + { + FilterListId = (short)1781, + TagId = (short)9 + }, + new + { + FilterListId = (short)1781, + TagId = (short)36 + }, + new + { + FilterListId = (short)1782, + TagId = (short)1 + }, + new + { + FilterListId = (short)1782, + TagId = (short)2 + }, + new + { + FilterListId = (short)1782, + TagId = (short)3 + }, + new + { + FilterListId = (short)1782, + TagId = (short)6 + }, + new + { + FilterListId = (short)1782, + TagId = (short)7 + }, + new + { + FilterListId = (short)1782, + TagId = (short)9 + }, + new + { + FilterListId = (short)1782, + TagId = (short)11 + }, + new + { + FilterListId = (short)1782, + TagId = (short)36 + }, + new + { + FilterListId = (short)1783, + TagId = (short)3 + }, + new + { + FilterListId = (short)1783, + TagId = (short)6 + }, + new + { + FilterListId = (short)1784, + TagId = (short)4 + }, + new + { + FilterListId = (short)1785, + TagId = (short)11 + }, + new + { + FilterListId = (short)1786, + TagId = (short)2 + }, + new + { + FilterListId = (short)1787, + TagId = (short)2 + }, + new + { + FilterListId = (short)1787, + TagId = (short)3 + }, + new + { + FilterListId = (short)1787, + TagId = (short)6 + }, + new + { + FilterListId = (short)1788, + TagId = (short)1 + }, + new + { + FilterListId = (short)1788, + TagId = (short)2 + }, + new + { + FilterListId = (short)1788, + TagId = (short)3 + }, + new + { + FilterListId = (short)1788, + TagId = (short)6 + }, + new + { + FilterListId = (short)1789, + TagId = (short)1 + }, + new + { + FilterListId = (short)1789, + TagId = (short)2 + }, + new + { + FilterListId = (short)1789, + TagId = (short)3 + }, + new + { + FilterListId = (short)1789, + TagId = (short)6 + }, + new + { + FilterListId = (short)1789, + TagId = (short)7 + }, + new + { + FilterListId = (short)1789, + TagId = (short)36 + }, + new + { + FilterListId = (short)1790, + TagId = (short)1 + }, + new + { + FilterListId = (short)1790, + TagId = (short)2 + }, + new + { + FilterListId = (short)1790, + TagId = (short)3 + }, + new + { + FilterListId = (short)1790, + TagId = (short)6 + }, + new + { + FilterListId = (short)1790, + TagId = (short)7 + }, + new + { + FilterListId = (short)1790, + TagId = (short)36 + }, + new + { + FilterListId = (short)1791, + TagId = (short)11 + }, + new + { + FilterListId = (short)1791, + TagId = (short)36 + }, + new + { + FilterListId = (short)1792, + TagId = (short)1 + }, + new + { + FilterListId = (short)1792, + TagId = (short)2 + }, + new + { + FilterListId = (short)1792, + TagId = (short)3 + }, + new + { + FilterListId = (short)1792, + TagId = (short)6 + }, + new + { + FilterListId = (short)1792, + TagId = (short)7 + }, + new + { + FilterListId = (short)1792, + TagId = (short)9 + }, + new + { + FilterListId = (short)1792, + TagId = (short)36 + }, + new + { + FilterListId = (short)1793, + TagId = (short)1 + }, + new + { + FilterListId = (short)1793, + TagId = (short)2 + }, + new + { + FilterListId = (short)1793, + TagId = (short)3 + }, + new + { + FilterListId = (short)1793, + TagId = (short)6 + }, + new + { + FilterListId = (short)1793, + TagId = (short)7 + }, + new + { + FilterListId = (short)1793, + TagId = (short)9 + }, + new + { + FilterListId = (short)1793, + TagId = (short)11 + }, + new + { + FilterListId = (short)1793, + TagId = (short)36 + }, + new + { + FilterListId = (short)1794, + TagId = (short)3 + }, + new + { + FilterListId = (short)1794, + TagId = (short)6 + }, + new + { + FilterListId = (short)1795, + TagId = (short)4 + }, + new + { + FilterListId = (short)1796, + TagId = (short)11 + }, + new + { + FilterListId = (short)1797, + TagId = (short)2 + }, + new + { + FilterListId = (short)1798, + TagId = (short)6 + }, + new + { + FilterListId = (short)1799, + TagId = (short)5 + }, + new + { + FilterListId = (short)1800, + TagId = (short)2 + }, + new + { + FilterListId = (short)1800, + TagId = (short)3 + }, + new + { + FilterListId = (short)1800, + TagId = (short)12 + }, + new + { + FilterListId = (short)1801, + TagId = (short)2 + }, + new + { + FilterListId = (short)1801, + TagId = (short)3 + }, + new + { + FilterListId = (short)1802, + TagId = (short)2 + }, + new + { + FilterListId = (short)1803, + TagId = (short)2 + }, + new + { + FilterListId = (short)1803, + TagId = (short)3 + }, + new + { + FilterListId = (short)1804, + TagId = (short)2 + }, + new + { + FilterListId = (short)1805, + TagId = (short)2 + }, + new + { + FilterListId = (short)1805, + TagId = (short)12 + }, + new + { + FilterListId = (short)1806, + TagId = (short)6 + }, + new + { + FilterListId = (short)1807, + TagId = (short)6 + }, + new + { + FilterListId = (short)1808, + TagId = (short)6 + }, + new + { + FilterListId = (short)1809, + TagId = (short)6 + }, + new + { + FilterListId = (short)1810, + TagId = (short)6 + }, + new + { + FilterListId = (short)1811, + TagId = (short)6 + }, + new + { + FilterListId = (short)1813, + TagId = (short)6 + }, + new + { + FilterListId = (short)1814, + TagId = (short)21 + }, + new + { + FilterListId = (short)1814, + TagId = (short)25 + }, + new + { + FilterListId = (short)1815, + TagId = (short)15 + }, + new + { + FilterListId = (short)1816, + TagId = (short)7 + }, + new + { + FilterListId = (short)1817, + TagId = (short)2 + }, + new + { + FilterListId = (short)1817, + TagId = (short)3 + }, + new + { + FilterListId = (short)1818, + TagId = (short)2 + }, + new + { + FilterListId = (short)1818, + TagId = (short)3 + }, + new + { + FilterListId = (short)1819, + TagId = (short)15 + }, + new + { + FilterListId = (short)1819, + TagId = (short)19 + }, + new + { + FilterListId = (short)1822, + TagId = (short)6 + }, + new + { + FilterListId = (short)1823, + TagId = (short)6 + }, + new + { + FilterListId = (short)1824, + TagId = (short)6 + }, + new + { + FilterListId = (short)1825, + TagId = (short)7 + }, + new + { + FilterListId = (short)1827, + TagId = (short)6 + }, + new + { + FilterListId = (short)1828, + TagId = (short)7 + }, + new + { + FilterListId = (short)1829, + TagId = (short)6 + }, + new + { + FilterListId = (short)1830, + TagId = (short)6 + }, + new + { + FilterListId = (short)1831, + TagId = (short)2 + }, + new + { + FilterListId = (short)1831, + TagId = (short)3 + }, + new + { + FilterListId = (short)1832, + TagId = (short)18 + }, + new + { + FilterListId = (short)1832, + TagId = (short)30 + }, + new + { + FilterListId = (short)1833, + TagId = (short)27 + }, + new + { + FilterListId = (short)1834, + TagId = (short)32 + }, + new + { + FilterListId = (short)1835, + TagId = (short)9 + }, + new + { + FilterListId = (short)1836, + TagId = (short)2 + }, + new + { + FilterListId = (short)1836, + TagId = (short)3 + }, + new + { + FilterListId = (short)1836, + TagId = (short)6 + }, + new + { + FilterListId = (short)1838, + TagId = (short)4 + }, + new + { + FilterListId = (short)1839, + TagId = (short)19 + }, + new + { + FilterListId = (short)1840, + TagId = (short)6 + }, + new + { + FilterListId = (short)1841, + TagId = (short)6 + }, + new + { + FilterListId = (short)1842, + TagId = (short)6 + }, + new + { + FilterListId = (short)1842, + TagId = (short)38 + }, + new + { + FilterListId = (short)1843, + TagId = (short)2 + }, + new + { + FilterListId = (short)1844, + TagId = (short)2 + }, + new + { + FilterListId = (short)1845, + TagId = (short)2 + }, + new + { + FilterListId = (short)1846, + TagId = (short)2 + }, + new + { + FilterListId = (short)1847, + TagId = (short)9 + }, + new + { + FilterListId = (short)1848, + TagId = (short)2 + }, + new + { + FilterListId = (short)1848, + TagId = (short)3 + }, + new + { + FilterListId = (short)1848, + TagId = (short)4 + }, + new + { + FilterListId = (short)1848, + TagId = (short)9 + }, + new + { + FilterListId = (short)1849, + TagId = (short)2 + }, + new + { + FilterListId = (short)1850, + TagId = (short)2 + }, + new + { + FilterListId = (short)1852, + TagId = (short)2 + }, + new + { + FilterListId = (short)1853, + TagId = (short)9 + }, + new + { + FilterListId = (short)1854, + TagId = (short)9 + }, + new + { + FilterListId = (short)1856, + TagId = (short)4 + }, + new + { + FilterListId = (short)1857, + TagId = (short)2 + }, + new + { + FilterListId = (short)1858, + TagId = (short)3 + }, + new + { + FilterListId = (short)1859, + TagId = (short)9 + }, + new + { + FilterListId = (short)1860, + TagId = (short)10 + }, + new + { + FilterListId = (short)1861, + TagId = (short)10 + }, + new + { + FilterListId = (short)1862, + TagId = (short)2 + }, + new + { + FilterListId = (short)1863, + TagId = (short)2 + }, + new + { + FilterListId = (short)1864, + TagId = (short)2 + }, + new + { + FilterListId = (short)1865, + TagId = (short)2 + }, + new + { + FilterListId = (short)1866, + TagId = (short)2 + }, + new + { + FilterListId = (short)1867, + TagId = (short)2 + }, + new + { + FilterListId = (short)1868, + TagId = (short)1 + }, + new + { + FilterListId = (short)1868, + TagId = (short)2 + }, + new + { + FilterListId = (short)1868, + TagId = (short)3 + }, + new + { + FilterListId = (short)1868, + TagId = (short)6 + }, + new + { + FilterListId = (short)1868, + TagId = (short)7 + }, + new + { + FilterListId = (short)1868, + TagId = (short)36 + }, + new + { + FilterListId = (short)1869, + TagId = (short)1 + }, + new + { + FilterListId = (short)1869, + TagId = (short)2 + }, + new + { + FilterListId = (short)1869, + TagId = (short)3 + }, + new + { + FilterListId = (short)1869, + TagId = (short)6 + }, + new + { + FilterListId = (short)1869, + TagId = (short)7 + }, + new + { + FilterListId = (short)1869, + TagId = (short)36 + }, + new + { + FilterListId = (short)1870, + TagId = (short)1 + }, + new + { + FilterListId = (short)1870, + TagId = (short)2 + }, + new + { + FilterListId = (short)1870, + TagId = (short)3 + }, + new + { + FilterListId = (short)1870, + TagId = (short)6 + }, + new + { + FilterListId = (short)1870, + TagId = (short)7 + }, + new + { + FilterListId = (short)1870, + TagId = (short)36 + }, + new + { + FilterListId = (short)1871, + TagId = (short)1 + }, + new + { + FilterListId = (short)1871, + TagId = (short)2 + }, + new + { + FilterListId = (short)1871, + TagId = (short)3 + }, + new + { + FilterListId = (short)1871, + TagId = (short)6 + }, + new + { + FilterListId = (short)1871, + TagId = (short)7 + }, + new + { + FilterListId = (short)1871, + TagId = (short)36 + }, + new + { + FilterListId = (short)1872, + TagId = (short)1 + }, + new + { + FilterListId = (short)1872, + TagId = (short)2 + }, + new + { + FilterListId = (short)1872, + TagId = (short)3 + }, + new + { + FilterListId = (short)1872, + TagId = (short)6 + }, + new + { + FilterListId = (short)1872, + TagId = (short)7 + }, + new + { + FilterListId = (short)1872, + TagId = (short)36 + }, + new + { + FilterListId = (short)1873, + TagId = (short)10 + }, + new + { + FilterListId = (short)1876, + TagId = (short)2 + }, + new + { + FilterListId = (short)1876, + TagId = (short)7 + }, + new + { + FilterListId = (short)1877, + TagId = (short)2 + }, + new + { + FilterListId = (short)1877, + TagId = (short)7 + }, + new + { + FilterListId = (short)1878, + TagId = (short)2 + }, + new + { + FilterListId = (short)1878, + TagId = (short)7 + }, + new + { + FilterListId = (short)1879, + TagId = (short)6 + }, + new + { + FilterListId = (short)1880, + TagId = (short)6 + }, + new + { + FilterListId = (short)1881, + TagId = (short)2 + }, + new + { + FilterListId = (short)1882, + TagId = (short)3 + }, + new + { + FilterListId = (short)1886, + TagId = (short)2 + }, + new + { + FilterListId = (short)1887, + TagId = (short)2 + }, + new + { + FilterListId = (short)1887, + TagId = (short)3 + }, + new + { + FilterListId = (short)1887, + TagId = (short)6 + }, + new + { + FilterListId = (short)1888, + TagId = (short)2 + }, + new + { + FilterListId = (short)1888, + TagId = (short)10 + }, + new + { + FilterListId = (short)1890, + TagId = (short)2 + }, + new + { + FilterListId = (short)1891, + TagId = (short)6 + }, + new + { + FilterListId = (short)1892, + TagId = (short)2 + }, + new + { + FilterListId = (short)1892, + TagId = (short)3 + }, + new + { + FilterListId = (short)1892, + TagId = (short)6 + }, + new + { + FilterListId = (short)1893, + TagId = (short)10 + }, + new + { + FilterListId = (short)1894, + TagId = (short)2 + }, + new + { + FilterListId = (short)1894, + TagId = (short)3 + }, + new + { + FilterListId = (short)1894, + TagId = (short)6 + }, + new + { + FilterListId = (short)1895, + TagId = (short)2 + }, + new + { + FilterListId = (short)1895, + TagId = (short)3 + }, + new + { + FilterListId = (short)1895, + TagId = (short)6 + }, + new + { + FilterListId = (short)1896, + TagId = (short)2 + }, + new + { + FilterListId = (short)1896, + TagId = (short)3 + }, + new + { + FilterListId = (short)1897, + TagId = (short)6 + }, + new + { + FilterListId = (short)1898, + TagId = (short)15 + }, + new + { + FilterListId = (short)1899, + TagId = (short)3 + }, + new + { + FilterListId = (short)1900, + TagId = (short)2 + }, + new + { + FilterListId = (short)1901, + TagId = (short)30 + }, + new + { + FilterListId = (short)1902, + TagId = (short)3 + }, + new + { + FilterListId = (short)1903, + TagId = (short)3 + }, + new + { + FilterListId = (short)1904, + TagId = (short)3 + }, + new + { + FilterListId = (short)1906, + TagId = (short)2 + }, + new + { + FilterListId = (short)1906, + TagId = (short)3 + }, + new + { + FilterListId = (short)1906, + TagId = (short)6 + }, + new + { + FilterListId = (short)1907, + TagId = (short)2 + }, + new + { + FilterListId = (short)1908, + TagId = (short)6 + }, + new + { + FilterListId = (short)1909, + TagId = (short)2 + }, + new + { + FilterListId = (short)1910, + TagId = (short)2 + }, + new + { + FilterListId = (short)1911, + TagId = (short)2 + }, + new + { + FilterListId = (short)1912, + TagId = (short)7 + }, + new + { + FilterListId = (short)1913, + TagId = (short)6 + }, + new + { + FilterListId = (short)1914, + TagId = (short)3 + }, + new + { + FilterListId = (short)1914, + TagId = (short)34 + }, + new + { + FilterListId = (short)1915, + TagId = (short)2 + }, + new + { + FilterListId = (short)1915, + TagId = (short)10 + }, + new + { + FilterListId = (short)1916, + TagId = (short)2 + }, + new + { + FilterListId = (short)1917, + TagId = (short)2 + }, + new + { + FilterListId = (short)1918, + TagId = (short)2 + }, + new + { + FilterListId = (short)1918, + TagId = (short)3 + }, + new + { + FilterListId = (short)1919, + TagId = (short)2 + }, + new + { + FilterListId = (short)1920, + TagId = (short)2 + }, + new + { + FilterListId = (short)1921, + TagId = (short)2 + }, + new + { + FilterListId = (short)1921, + TagId = (short)3 + }, + new + { + FilterListId = (short)1922, + TagId = (short)6 + }, + new + { + FilterListId = (short)1922, + TagId = (short)7 + }, + new + { + FilterListId = (short)1923, + TagId = (short)1 + }, + new + { + FilterListId = (short)1924, + TagId = (short)2 + }, + new + { + FilterListId = (short)1925, + TagId = (short)2 + }, + new + { + FilterListId = (short)1926, + TagId = (short)2 + }, + new + { + FilterListId = (short)1927, + TagId = (short)6 + }, + new + { + FilterListId = (short)1928, + TagId = (short)3 + }, + new + { + FilterListId = (short)1929, + TagId = (short)15 + }, + new + { + FilterListId = (short)1930, + TagId = (short)2 + }, + new + { + FilterListId = (short)1930, + TagId = (short)9 + }, + new + { + FilterListId = (short)1930, + TagId = (short)34 + }, + new + { + FilterListId = (short)1931, + TagId = (short)2 + }, + new + { + FilterListId = (short)1932, + TagId = (short)21 + }, + new + { + FilterListId = (short)1933, + TagId = (short)2 + }, + new + { + FilterListId = (short)1934, + TagId = (short)3 + }, + new + { + FilterListId = (short)1935, + TagId = (short)6 + }, + new + { + FilterListId = (short)1936, + TagId = (short)6 + }, + new + { + FilterListId = (short)1937, + TagId = (short)7 + }, + new + { + FilterListId = (short)1938, + TagId = (short)2 + }, + new + { + FilterListId = (short)1939, + TagId = (short)2 + }, + new + { + FilterListId = (short)1939, + TagId = (short)6 + }, + new + { + FilterListId = (short)1940, + TagId = (short)2 + }, + new + { + FilterListId = (short)1941, + TagId = (short)2 + }, + new + { + FilterListId = (short)1941, + TagId = (short)12 + }, + new + { + FilterListId = (short)1942, + TagId = (short)2 + }, + new + { + FilterListId = (short)1942, + TagId = (short)6 + }, + new + { + FilterListId = (short)1943, + TagId = (short)2 + }, + new + { + FilterListId = (short)1943, + TagId = (short)6 + }, + new + { + FilterListId = (short)1944, + TagId = (short)2 + }, + new + { + FilterListId = (short)1944, + TagId = (short)6 + }, + new + { + FilterListId = (short)1945, + TagId = (short)2 + }, + new + { + FilterListId = (short)1945, + TagId = (short)3 + }, + new + { + FilterListId = (short)1945, + TagId = (short)34 + }, + new + { + FilterListId = (short)1946, + TagId = (short)9 + }, + new + { + FilterListId = (short)1946, + TagId = (short)11 + }, + new + { + FilterListId = (short)1947, + TagId = (short)12 + }, + new + { + FilterListId = (short)1948, + TagId = (short)39 + }, + new + { + FilterListId = (short)1949, + TagId = (short)39 + }, + new + { + FilterListId = (short)1950, + TagId = (short)2 + }, + new + { + FilterListId = (short)1951, + TagId = (short)20 + }, + new + { + FilterListId = (short)1952, + TagId = (short)9 + }, + new + { + FilterListId = (short)1953, + TagId = (short)1 + }, + new + { + FilterListId = (short)1953, + TagId = (short)2 + }, + new + { + FilterListId = (short)1953, + TagId = (short)3 + }, + new + { + FilterListId = (short)1953, + TagId = (short)6 + }, + new + { + FilterListId = (short)1953, + TagId = (short)36 + }, + new + { + FilterListId = (short)1954, + TagId = (short)1 + }, + new + { + FilterListId = (short)1954, + TagId = (short)2 + }, + new + { + FilterListId = (short)1954, + TagId = (short)3 + }, + new + { + FilterListId = (short)1954, + TagId = (short)6 + }, + new + { + FilterListId = (short)1955, + TagId = (short)1 + }, + new + { + FilterListId = (short)1955, + TagId = (short)2 + }, + new + { + FilterListId = (short)1955, + TagId = (short)3 + }, + new + { + FilterListId = (short)1955, + TagId = (short)6 + }, + new + { + FilterListId = (short)1956, + TagId = (short)7 + }, + new + { + FilterListId = (short)1957, + TagId = (short)2 + }, + new + { + FilterListId = (short)1957, + TagId = (short)5 + }, + new + { + FilterListId = (short)1957, + TagId = (short)35 + }, + new + { + FilterListId = (short)1957, + TagId = (short)41 + }, + new + { + FilterListId = (short)1958, + TagId = (short)2 + }, + new + { + FilterListId = (short)1958, + TagId = (short)6 + }, + new + { + FilterListId = (short)1958, + TagId = (short)35 + }, + new + { + FilterListId = (short)1958, + TagId = (short)41 + }, + new + { + FilterListId = (short)1959, + TagId = (short)12 + }, + new + { + FilterListId = (short)1959, + TagId = (short)34 + }, + new + { + FilterListId = (short)1960, + TagId = (short)6 + }, + new + { + FilterListId = (short)1961, + TagId = (short)2 + }, + new + { + FilterListId = (short)1962, + TagId = (short)6 + }, + new + { + FilterListId = (short)1963, + TagId = (short)2 + }, + new + { + FilterListId = (short)1963, + TagId = (short)6 + }, + new + { + FilterListId = (short)1963, + TagId = (short)10 + }, + new + { + FilterListId = (short)1963, + TagId = (short)35 + }, + new + { + FilterListId = (short)1963, + TagId = (short)41 + }, + new + { + FilterListId = (short)1964, + TagId = (short)30 + }, + new + { + FilterListId = (short)1965, + TagId = (short)9 + }, + new + { + FilterListId = (short)1966, + TagId = (short)9 + }, + new + { + FilterListId = (short)1966, + TagId = (short)11 + }, + new + { + FilterListId = (short)1966, + TagId = (short)35 + }, + new + { + FilterListId = (short)1967, + TagId = (short)2 + }, + new + { + FilterListId = (short)1967, + TagId = (short)9 + }, + new + { + FilterListId = (short)1968, + TagId = (short)31 + }, + new + { + FilterListId = (short)1969, + TagId = (short)32 + }, + new + { + FilterListId = (short)1970, + TagId = (short)33 + }, + new + { + FilterListId = (short)1971, + TagId = (short)5 + }, + new + { + FilterListId = (short)1972, + TagId = (short)2 + }, + new + { + FilterListId = (short)1973, + TagId = (short)9 + }, + new + { + FilterListId = (short)1973, + TagId = (short)35 + }, + new + { + FilterListId = (short)1974, + TagId = (short)9 + }, + new + { + FilterListId = (short)1975, + TagId = (short)30 + }, + new + { + FilterListId = (short)1976, + TagId = (short)30 + }, + new + { + FilterListId = (short)1977, + TagId = (short)30 + }, + new + { + FilterListId = (short)1978, + TagId = (short)30 + }, + new + { + FilterListId = (short)1979, + TagId = (short)16 + }, + new + { + FilterListId = (short)1979, + TagId = (short)40 + }, + new + { + FilterListId = (short)1980, + TagId = (short)16 + }, + new + { + FilterListId = (short)1980, + TagId = (short)40 + }, + new + { + FilterListId = (short)1981, + TagId = (short)30 + }, + new + { + FilterListId = (short)1981, + TagId = (short)35 + }, + new + { + FilterListId = (short)1983, + TagId = (short)11 + }, + new + { + FilterListId = (short)1983, + TagId = (short)30 + }, + new + { + FilterListId = (short)1984, + TagId = (short)9 + }, + new + { + FilterListId = (short)1984, + TagId = (short)35 + }, + new + { + FilterListId = (short)1985, + TagId = (short)2 + }, + new + { + FilterListId = (short)1985, + TagId = (short)3 + }, + new + { + FilterListId = (short)1986, + TagId = (short)2 + }, + new + { + FilterListId = (short)1986, + TagId = (short)3 + }, + new + { + FilterListId = (short)1986, + TagId = (short)11 + }, + new + { + FilterListId = (short)1987, + TagId = (short)15 + }, + new + { + FilterListId = (short)1988, + TagId = (short)15 + }, + new + { + FilterListId = (short)1989, + TagId = (short)19 + }, + new + { + FilterListId = (short)1990, + TagId = (short)31 + }, + new + { + FilterListId = (short)1991, + TagId = (short)27 + }, + new + { + FilterListId = (short)1991, + TagId = (short)38 + }, + new + { + FilterListId = (short)1992, + TagId = (short)22 + }, + new + { + FilterListId = (short)1993, + TagId = (short)22 + }, + new + { + FilterListId = (short)1994, + TagId = (short)23 + }, + new + { + FilterListId = (short)1995, + TagId = (short)17 + }, + new + { + FilterListId = (short)1996, + TagId = (short)5 + }, + new + { + FilterListId = (short)1997, + TagId = (short)15 + }, + new + { + FilterListId = (short)1998, + TagId = (short)15 + }, + new + { + FilterListId = (short)2000, + TagId = (short)2 + }, + new + { + FilterListId = (short)2000, + TagId = (short)3 + }, + new + { + FilterListId = (short)2001, + TagId = (short)1 + }, + new + { + FilterListId = (short)2001, + TagId = (short)2 + }, + new + { + FilterListId = (short)2001, + TagId = (short)3 + }, + new + { + FilterListId = (short)2001, + TagId = (short)6 + }, + new + { + FilterListId = (short)2001, + TagId = (short)36 + }, + new + { + FilterListId = (short)2002, + TagId = (short)1 + }, + new + { + FilterListId = (short)2002, + TagId = (short)2 + }, + new + { + FilterListId = (short)2002, + TagId = (short)3 + }, + new + { + FilterListId = (short)2002, + TagId = (short)6 + }, + new + { + FilterListId = (short)2003, + TagId = (short)1 + }, + new + { + FilterListId = (short)2003, + TagId = (short)2 + }, + new + { + FilterListId = (short)2003, + TagId = (short)3 + }, + new + { + FilterListId = (short)2003, + TagId = (short)6 + }, + new + { + FilterListId = (short)2004, + TagId = (short)2 + }, + new + { + FilterListId = (short)2005, + TagId = (short)1 + }, + new + { + FilterListId = (short)2006, + TagId = (short)11 + }, + new + { + FilterListId = (short)2007, + TagId = (short)4 + }, + new + { + FilterListId = (short)2008, + TagId = (short)2 + }, + new + { + FilterListId = (short)2009, + TagId = (short)1 + }, + new + { + FilterListId = (short)2010, + TagId = (short)6 + }, + new + { + FilterListId = (short)2011, + TagId = (short)24 + }, + new + { + FilterListId = (short)2012, + TagId = (short)3 + }, + new + { + FilterListId = (short)2013, + TagId = (short)6 + }, + new + { + FilterListId = (short)2014, + TagId = (short)17 + }, + new + { + FilterListId = (short)2015, + TagId = (short)7 + }, + new + { + FilterListId = (short)2016, + TagId = (short)6 + }, + new + { + FilterListId = (short)2017, + TagId = (short)11 + }, + new + { + FilterListId = (short)2018, + TagId = (short)15 + }, + new + { + FilterListId = (short)2022, + TagId = (short)20 + }, + new + { + FilterListId = (short)2023, + TagId = (short)20 + }, + new + { + FilterListId = (short)2024, + TagId = (short)20 + }, + new + { + FilterListId = (short)2025, + TagId = (short)20 + }, + new + { + FilterListId = (short)2026, + TagId = (short)3 + }, + new + { + FilterListId = (short)2026, + TagId = (short)4 + }, + new + { + FilterListId = (short)2027, + TagId = (short)3 + }, + new + { + FilterListId = (short)2027, + TagId = (short)4 + }, + new + { + FilterListId = (short)2028, + TagId = (short)6 + }, + new + { + FilterListId = (short)2029, + TagId = (short)20 + }, + new + { + FilterListId = (short)2030, + TagId = (short)20 + }, + new + { + FilterListId = (short)2031, + TagId = (short)20 + }, + new + { + FilterListId = (short)2032, + TagId = (short)20 + }, + new + { + FilterListId = (short)2033, + TagId = (short)2 + }, + new + { + FilterListId = (short)2034, + TagId = (short)32 + }, + new + { + FilterListId = (short)2035, + TagId = (short)32 + }, + new + { + FilterListId = (short)2036, + TagId = (short)2 + }, + new + { + FilterListId = (short)2036, + TagId = (short)3 + }, + new + { + FilterListId = (short)2036, + TagId = (short)6 + }, + new + { + FilterListId = (short)2038, + TagId = (short)2 + }, + new + { + FilterListId = (short)2038, + TagId = (short)3 + }, + new + { + FilterListId = (short)2038, + TagId = (short)6 + }, + new + { + FilterListId = (short)2039, + TagId = (short)2 + }, + new + { + FilterListId = (short)2039, + TagId = (short)3 + }, + new + { + FilterListId = (short)2039, + TagId = (short)6 + }, + new + { + FilterListId = (short)2040, + TagId = (short)2 + }, + new + { + FilterListId = (short)2040, + TagId = (short)3 + }, + new + { + FilterListId = (short)2040, + TagId = (short)6 + }, + new + { + FilterListId = (short)2041, + TagId = (short)2 + }, + new + { + FilterListId = (short)2041, + TagId = (short)6 + }, + new + { + FilterListId = (short)2043, + TagId = (short)2 + }, + new + { + FilterListId = (short)2043, + TagId = (short)3 + }, + new + { + FilterListId = (short)2043, + TagId = (short)22 + }, + new + { + FilterListId = (short)2044, + TagId = (short)2 + }, + new + { + FilterListId = (short)2044, + TagId = (short)3 + }, + new + { + FilterListId = (short)2044, + TagId = (short)22 + }, + new + { + FilterListId = (short)2045, + TagId = (short)2 + }, + new + { + FilterListId = (short)2045, + TagId = (short)3 + }, + new + { + FilterListId = (short)2045, + TagId = (short)22 + }, + new + { + FilterListId = (short)2046, + TagId = (short)2 + }, + new + { + FilterListId = (short)2046, + TagId = (short)3 + }, + new + { + FilterListId = (short)2046, + TagId = (short)22 + }, + new + { + FilterListId = (short)2047, + TagId = (short)14 + }, + new + { + FilterListId = (short)2048, + TagId = (short)6 + }, + new + { + FilterListId = (short)2049, + TagId = (short)6 + }, + new + { + FilterListId = (short)2050, + TagId = (short)14 + }, + new + { + FilterListId = (short)2051, + TagId = (short)3 + }, + new + { + FilterListId = (short)2052, + TagId = (short)3 + }, + new + { + FilterListId = (short)2053, + TagId = (short)3 + }, + new + { + FilterListId = (short)2054, + TagId = (short)3 + }, + new + { + FilterListId = (short)2055, + TagId = (short)3 + }, + new + { + FilterListId = (short)2056, + TagId = (short)3 + }, + new + { + FilterListId = (short)2057, + TagId = (short)3 + }, + new + { + FilterListId = (short)2058, + TagId = (short)24 + }, + new + { + FilterListId = (short)2059, + TagId = (short)24 + }, + new + { + FilterListId = (short)2060, + TagId = (short)2 + }, + new + { + FilterListId = (short)2060, + TagId = (short)3 + }, + new + { + FilterListId = (short)2060, + TagId = (short)6 + }, + new + { + FilterListId = (short)2061, + TagId = (short)2 + }, + new + { + FilterListId = (short)2061, + TagId = (short)3 + }, + new + { + FilterListId = (short)2061, + TagId = (short)6 + }, + new + { + FilterListId = (short)2062, + TagId = (short)2 + }, + new + { + FilterListId = (short)2062, + TagId = (short)3 + }, + new + { + FilterListId = (short)2063, + TagId = (short)2 + }, + new + { + FilterListId = (short)2064, + TagId = (short)2 + }, + new + { + FilterListId = (short)2065, + TagId = (short)9 + }, + new + { + FilterListId = (short)2067, + TagId = (short)2 + }, + new + { + FilterListId = (short)2068, + TagId = (short)2 + }, + new + { + FilterListId = (short)2068, + TagId = (short)3 + }, + new + { + FilterListId = (short)2069, + TagId = (short)2 + }, + new + { + FilterListId = (short)2069, + TagId = (short)3 + }, + new + { + FilterListId = (short)2069, + TagId = (short)6 + }, + new + { + FilterListId = (short)2070, + TagId = (short)2 + }, + new + { + FilterListId = (short)2070, + TagId = (short)3 + }, + new + { + FilterListId = (short)2070, + TagId = (short)6 + }, + new + { + FilterListId = (short)2071, + TagId = (short)12 + }, + new + { + FilterListId = (short)2071, + TagId = (short)34 + }, + new + { + FilterListId = (short)2072, + TagId = (short)2 + }, + new + { + FilterListId = (short)2072, + TagId = (short)3 + }, + new + { + FilterListId = (short)2072, + TagId = (short)6 + }, + new + { + FilterListId = (short)2073, + TagId = (short)2 + }, + new + { + FilterListId = (short)2073, + TagId = (short)3 + }, + new + { + FilterListId = (short)2073, + TagId = (short)6 + }, + new + { + FilterListId = (short)2074, + TagId = (short)2 + }, + new + { + FilterListId = (short)2074, + TagId = (short)3 + }, + new + { + FilterListId = (short)2074, + TagId = (short)6 + }, + new + { + FilterListId = (short)2075, + TagId = (short)2 + }, + new + { + FilterListId = (short)2075, + TagId = (short)3 + }, + new + { + FilterListId = (short)2075, + TagId = (short)34 + }, + new + { + FilterListId = (short)2076, + TagId = (short)8 + }, + new + { + FilterListId = (short)2077, + TagId = (short)7 + }, + new + { + FilterListId = (short)2078, + TagId = (short)10 + }, + new + { + FilterListId = (short)2079, + TagId = (short)4 + }, + new + { + FilterListId = (short)2080, + TagId = (short)3 + }, + new + { + FilterListId = (short)2081, + TagId = (short)8 + }, + new + { + FilterListId = (short)2082, + TagId = (short)15 + }, + new + { + FilterListId = (short)2083, + TagId = (short)15 + }, + new + { + FilterListId = (short)2084, + TagId = (short)15 + }, + new + { + FilterListId = (short)2085, + TagId = (short)10 + }, + new + { + FilterListId = (short)2086, + TagId = (short)15 + }, + new + { + FilterListId = (short)2087, + TagId = (short)6 + }, + new + { + FilterListId = (short)2088, + TagId = (short)10 + }, + new + { + FilterListId = (short)2089, + TagId = (short)31 + }, + new + { + FilterListId = (short)2090, + TagId = (short)31 + }, + new + { + FilterListId = (short)2091, + TagId = (short)2 + }, + new + { + FilterListId = (short)2092, + TagId = (short)3 + }, + new + { + FilterListId = (short)2093, + TagId = (short)4 + }, + new + { + FilterListId = (short)2094, + TagId = (short)9 + }, + new + { + FilterListId = (short)2099, + TagId = (short)6 + }, + new + { + FilterListId = (short)2100, + TagId = (short)3 + }, + new + { + FilterListId = (short)2101, + TagId = (short)6 + }, + new + { + FilterListId = (short)2102, + TagId = (short)2 + }, + new + { + FilterListId = (short)2103, + TagId = (short)3 + }, + new + { + FilterListId = (short)2104, + TagId = (short)2 + }, + new + { + FilterListId = (short)2105, + TagId = (short)2 + }, + new + { + FilterListId = (short)2106, + TagId = (short)2 + }, + new + { + FilterListId = (short)2107, + TagId = (short)12 + }, + new + { + FilterListId = (short)2107, + TagId = (short)34 + }, + new + { + FilterListId = (short)2108, + TagId = (short)12 + }, + new + { + FilterListId = (short)2108, + TagId = (short)34 + }, + new + { + FilterListId = (short)2108, + TagId = (short)38 + }, + new + { + FilterListId = (short)2109, + TagId = (short)2 + }, + new + { + FilterListId = (short)2110, + TagId = (short)2 + }, + new + { + FilterListId = (short)2111, + TagId = (short)2 + }, + new + { + FilterListId = (short)2112, + TagId = (short)3 + }, + new + { + FilterListId = (short)2113, + TagId = (short)12 + }, + new + { + FilterListId = (short)2114, + TagId = (short)31 + }, + new + { + FilterListId = (short)2115, + TagId = (short)2 + }, + new + { + FilterListId = (short)2117, + TagId = (short)2 + }, + new + { + FilterListId = (short)2118, + TagId = (short)2 + }, + new + { + FilterListId = (short)2119, + TagId = (short)2 + }, + new + { + FilterListId = (short)2120, + TagId = (short)2 + }, + new + { + FilterListId = (short)2121, + TagId = (short)2 + }, + new + { + FilterListId = (short)2122, + TagId = (short)2 + }, + new + { + FilterListId = (short)2123, + TagId = (short)2 + }, + new + { + FilterListId = (short)2124, + TagId = (short)2 + }, + new + { + FilterListId = (short)2125, + TagId = (short)5 + }, + new + { + FilterListId = (short)2126, + TagId = (short)9 + }, + new + { + FilterListId = (short)2127, + TagId = (short)9 + }, + new + { + FilterListId = (short)2128, + TagId = (short)9 + }, + new + { + FilterListId = (short)2129, + TagId = (short)11 + }, + new + { + FilterListId = (short)2130, + TagId = (short)11 + }, + new + { + FilterListId = (short)2131, + TagId = (short)3 + }, + new + { + FilterListId = (short)2132, + TagId = (short)2 + }, + new + { + FilterListId = (short)2133, + TagId = (short)2 + }, + new + { + FilterListId = (short)2134, + TagId = (short)2 + }, + new + { + FilterListId = (short)2134, + TagId = (short)35 + }, + new + { + FilterListId = (short)2134, + TagId = (short)41 + }, + new + { + FilterListId = (short)2135, + TagId = (short)21 + }, + new + { + FilterListId = (short)2136, + TagId = (short)2 + }, + new + { + FilterListId = (short)2137, + TagId = (short)3 + }, + new + { + FilterListId = (short)2137, + TagId = (short)34 + }, + new + { + FilterListId = (short)2138, + TagId = (short)21 + }, + new + { + FilterListId = (short)2139, + TagId = (short)2 + }, + new + { + FilterListId = (short)2140, + TagId = (short)3 + }, + new + { + FilterListId = (short)2141, + TagId = (short)26 + }, + new + { + FilterListId = (short)2142, + TagId = (short)19 + }, + new + { + FilterListId = (short)2143, + TagId = (short)3 + }, + new + { + FilterListId = (short)2144, + TagId = (short)26 + }, + new + { + FilterListId = (short)2145, + TagId = (short)19 + }, + new + { + FilterListId = (short)2146, + TagId = (short)3 + }, + new + { + FilterListId = (short)2147, + TagId = (short)26 + }, + new + { + FilterListId = (short)2148, + TagId = (short)19 + }, + new + { + FilterListId = (short)2149, + TagId = (short)2 + }, + new + { + FilterListId = (short)2150, + TagId = (short)2 + }, + new + { + FilterListId = (short)2151, + TagId = (short)2 + }, + new + { + FilterListId = (short)2151, + TagId = (short)3 + }, + new + { + FilterListId = (short)2151, + TagId = (short)6 + }, + new + { + FilterListId = (short)2151, + TagId = (short)7 + }, + new + { + FilterListId = (short)2152, + TagId = (short)2 + }, + new + { + FilterListId = (short)2152, + TagId = (short)3 + }, + new + { + FilterListId = (short)2152, + TagId = (short)6 + }, + new + { + FilterListId = (short)2152, + TagId = (short)7 + }, + new + { + FilterListId = (short)2153, + TagId = (short)6 + }, + new + { + FilterListId = (short)2154, + TagId = (short)6 + }, + new + { + FilterListId = (short)2155, + TagId = (short)2 + }, + new + { + FilterListId = (short)2155, + TagId = (short)3 + }, + new + { + FilterListId = (short)2155, + TagId = (short)6 + }, + new + { + FilterListId = (short)2156, + TagId = (short)7 + }, + new + { + FilterListId = (short)2157, + TagId = (short)7 + }, + new + { + FilterListId = (short)2158, + TagId = (short)11 + }, + new + { + FilterListId = (short)2159, + TagId = (short)2 + }, + new + { + FilterListId = (short)2159, + TagId = (short)6 + }, + new + { + FilterListId = (short)2159, + TagId = (short)7 + }, + new + { + FilterListId = (short)2160, + TagId = (short)6 + }, + new + { + FilterListId = (short)2161, + TagId = (short)10 + }, + new + { + FilterListId = (short)2162, + TagId = (short)21 + }, + new + { + FilterListId = (short)2162, + TagId = (short)25 + }, + new + { + FilterListId = (short)2163, + TagId = (short)30 + }, + new + { + FilterListId = (short)2164, + TagId = (short)6 + }, + new + { + FilterListId = (short)2165, + TagId = (short)6 + }, + new + { + FilterListId = (short)2166, + TagId = (short)6 + }, + new + { + FilterListId = (short)2167, + TagId = (short)6 + }, + new + { + FilterListId = (short)2168, + TagId = (short)6 + }, + new + { + FilterListId = (short)2169, + TagId = (short)6 + }, + new + { + FilterListId = (short)2170, + TagId = (short)6 + }, + new + { + FilterListId = (short)2171, + TagId = (short)6 + }, + new + { + FilterListId = (short)2172, + TagId = (short)6 + }, + new + { + FilterListId = (short)2173, + TagId = (short)6 + }, + new + { + FilterListId = (short)2174, + TagId = (short)21 + }, + new + { + FilterListId = (short)2175, + TagId = (short)7 + }, + new + { + FilterListId = (short)2176, + TagId = (short)7 + }, + new + { + FilterListId = (short)2177, + TagId = (short)7 + }, + new + { + FilterListId = (short)2178, + TagId = (short)7 + }, + new + { + FilterListId = (short)2179, + TagId = (short)2 + }, + new + { + FilterListId = (short)2179, + TagId = (short)3 + }, + new + { + FilterListId = (short)2180, + TagId = (short)6 + }, + new + { + FilterListId = (short)2181, + TagId = (short)1 + }, + new + { + FilterListId = (short)2182, + TagId = (short)37 + }, + new + { + FilterListId = (short)2183, + TagId = (short)6 + }, + new + { + FilterListId = (short)2184, + TagId = (short)7 + }, + new + { + FilterListId = (short)2185, + TagId = (short)2 + }, + new + { + FilterListId = (short)2186, + TagId = (short)4 + }, + new + { + FilterListId = (short)2187, + TagId = (short)2 + }, + new + { + FilterListId = (short)2188, + TagId = (short)2 + }, + new + { + FilterListId = (short)2189, + TagId = (short)2 + }, + new + { + FilterListId = (short)2190, + TagId = (short)3 + }, + new + { + FilterListId = (short)2191, + TagId = (short)9 + }, + new + { + FilterListId = (short)2192, + TagId = (short)9 + }, + new + { + FilterListId = (short)2193, + TagId = (short)4 + }, + new + { + FilterListId = (short)2194, + TagId = (short)4 + }, + new + { + FilterListId = (short)2195, + TagId = (short)15 + }, + new + { + FilterListId = (short)2196, + TagId = (short)15 + }, + new + { + FilterListId = (short)2197, + TagId = (short)15 + }, + new + { + FilterListId = (short)2198, + TagId = (short)6 + }, + new + { + FilterListId = (short)2199, + TagId = (short)10 + }, + new + { + FilterListId = (short)2200, + TagId = (short)2 + }, + new + { + FilterListId = (short)2201, + TagId = (short)3 + }, + new + { + FilterListId = (short)2202, + TagId = (short)2 + }, + new + { + FilterListId = (short)2203, + TagId = (short)4 + }, + new + { + FilterListId = (short)2204, + TagId = (short)2 + }, + new + { + FilterListId = (short)2205, + TagId = (short)2 + }, + new + { + FilterListId = (short)2206, + TagId = (short)2 + }, + new + { + FilterListId = (short)2207, + TagId = (short)2 + }, + new + { + FilterListId = (short)2208, + TagId = (short)2 + }, + new + { + FilterListId = (short)2209, + TagId = (short)2 + }, + new + { + FilterListId = (short)2209, + TagId = (short)38 + }, + new + { + FilterListId = (short)2210, + TagId = (short)2 + }, + new + { + FilterListId = (short)2211, + TagId = (short)2 + }, + new + { + FilterListId = (short)2212, + TagId = (short)9 + }, + new + { + FilterListId = (short)2213, + TagId = (short)2 + }, + new + { + FilterListId = (short)2214, + TagId = (short)2 + }, + new + { + FilterListId = (short)2215, + TagId = (short)6 + }, + new + { + FilterListId = (short)2215, + TagId = (short)7 + }, + new + { + FilterListId = (short)2216, + TagId = (short)6 + }, + new + { + FilterListId = (short)2217, + TagId = (short)6 + }, + new + { + FilterListId = (short)2218, + TagId = (short)6 + }, + new + { + FilterListId = (short)2219, + TagId = (short)6 + }, + new + { + FilterListId = (short)2220, + TagId = (short)30 + }, + new + { + FilterListId = (short)2221, + TagId = (short)3 + }, + new + { + FilterListId = (short)2222, + TagId = (short)3 + }, + new + { + FilterListId = (short)2223, + TagId = (short)3 + }, + new + { + FilterListId = (short)2224, + TagId = (short)3 + }, + new + { + FilterListId = (short)2225, + TagId = (short)3 + }, + new + { + FilterListId = (short)2226, + TagId = (short)7 + }, + new + { + FilterListId = (short)2227, + TagId = (short)7 + }, + new + { + FilterListId = (short)2228, + TagId = (short)7 + }, + new + { + FilterListId = (short)2229, + TagId = (short)7 + }, + new + { + FilterListId = (short)2230, + TagId = (short)2 + }, + new + { + FilterListId = (short)2231, + TagId = (short)2 + }, + new + { + FilterListId = (short)2232, + TagId = (short)2 + }, + new + { + FilterListId = (short)2233, + TagId = (short)2 + }, + new + { + FilterListId = (short)2234, + TagId = (short)2 + }, + new + { + FilterListId = (short)2235, + TagId = (short)2 + }, + new + { + FilterListId = (short)2236, + TagId = (short)2 + }, + new + { + FilterListId = (short)2237, + TagId = (short)2 + }, + new + { + FilterListId = (short)2238, + TagId = (short)2 + }, + new + { + FilterListId = (short)2239, + TagId = (short)2 + }, + new + { + FilterListId = (short)2240, + TagId = (short)2 + }, + new + { + FilterListId = (short)2241, + TagId = (short)2 + }, + new + { + FilterListId = (short)2242, + TagId = (short)2 + }, + new + { + FilterListId = (short)2243, + TagId = (short)2 + }, + new + { + FilterListId = (short)2244, + TagId = (short)3 + }, + new + { + FilterListId = (short)2245, + TagId = (short)4 + }, + new + { + FilterListId = (short)2246, + TagId = (short)2 + }, + new + { + FilterListId = (short)2247, + TagId = (short)2 + }, + new + { + FilterListId = (short)2248, + TagId = (short)2 + }, + new + { + FilterListId = (short)2249, + TagId = (short)2 + }, + new + { + FilterListId = (short)2250, + TagId = (short)2 + }, + new + { + FilterListId = (short)2251, + TagId = (short)2 + }, + new + { + FilterListId = (short)2252, + TagId = (short)2 + }, + new + { + FilterListId = (short)2253, + TagId = (short)2 + }, + new + { + FilterListId = (short)2254, + TagId = (short)2 + }, + new + { + FilterListId = (short)2255, + TagId = (short)2 + }, + new + { + FilterListId = (short)2256, + TagId = (short)2 + }, + new + { + FilterListId = (short)2257, + TagId = (short)2 + }, + new + { + FilterListId = (short)2258, + TagId = (short)2 + }, + new + { + FilterListId = (short)2259, + TagId = (short)2 + }, + new + { + FilterListId = (short)2260, + TagId = (short)2 + }, + new + { + FilterListId = (short)2261, + TagId = (short)2 + }, + new + { + FilterListId = (short)2262, + TagId = (short)2 + }, + new + { + FilterListId = (short)2263, + TagId = (short)2 + }, + new + { + FilterListId = (short)2264, + TagId = (short)2 + }, + new + { + FilterListId = (short)2265, + TagId = (short)2 + }, + new + { + FilterListId = (short)2266, + TagId = (short)2 + }, + new + { + FilterListId = (short)2267, + TagId = (short)3 + }, + new + { + FilterListId = (short)2268, + TagId = (short)4 + }, + new + { + FilterListId = (short)2269, + TagId = (short)2 + }, + new + { + FilterListId = (short)2270, + TagId = (short)2 + }, + new + { + FilterListId = (short)2271, + TagId = (short)2 + }, + new + { + FilterListId = (short)2272, + TagId = (short)2 + }, + new + { + FilterListId = (short)2273, + TagId = (short)2 + }, + new + { + FilterListId = (short)2274, + TagId = (short)2 + }, + new + { + FilterListId = (short)2275, + TagId = (short)2 + }, + new + { + FilterListId = (short)2276, + TagId = (short)2 + }, + new + { + FilterListId = (short)2277, + TagId = (short)2 + }, + new + { + FilterListId = (short)2277, + TagId = (short)3 + }, + new + { + FilterListId = (short)2278, + TagId = (short)7 + }, + new + { + FilterListId = (short)2279, + TagId = (short)1 + }, + new + { + FilterListId = (short)2279, + TagId = (short)2 + }, + new + { + FilterListId = (short)2279, + TagId = (short)3 + }, + new + { + FilterListId = (short)2279, + TagId = (short)6 + }, + new + { + FilterListId = (short)2280, + TagId = (short)1 + }, + new + { + FilterListId = (short)2280, + TagId = (short)2 + }, + new + { + FilterListId = (short)2280, + TagId = (short)3 + }, + new + { + FilterListId = (short)2280, + TagId = (short)6 + }, + new + { + FilterListId = (short)2281, + TagId = (short)1 + }, + new + { + FilterListId = (short)2281, + TagId = (short)2 + }, + new + { + FilterListId = (short)2281, + TagId = (short)3 + }, + new + { + FilterListId = (short)2281, + TagId = (short)6 + }, + new + { + FilterListId = (short)2282, + TagId = (short)3 + }, + new + { + FilterListId = (short)2282, + TagId = (short)4 + }, + new + { + FilterListId = (short)2282, + TagId = (short)10 + }, + new + { + FilterListId = (short)2283, + TagId = (short)2 + }, + new + { + FilterListId = (short)2283, + TagId = (short)3 + }, + new + { + FilterListId = (short)2283, + TagId = (short)6 + }, + new + { + FilterListId = (short)2284, + TagId = (short)2 + }, + new + { + FilterListId = (short)2284, + TagId = (short)3 + }, + new + { + FilterListId = (short)2284, + TagId = (short)6 + }, + new + { + FilterListId = (short)2285, + TagId = (short)2 + }, + new + { + FilterListId = (short)2285, + TagId = (short)3 + }, + new + { + FilterListId = (short)2285, + TagId = (short)6 + }, + new + { + FilterListId = (short)2286, + TagId = (short)2 + }, + new + { + FilterListId = (short)2286, + TagId = (short)6 + }, + new + { + FilterListId = (short)2286, + TagId = (short)9 + }, + new + { + FilterListId = (short)2286, + TagId = (short)10 + }, + new + { + FilterListId = (short)2286, + TagId = (short)31 + }, + new + { + FilterListId = (short)2287, + TagId = (short)15 + }, + new + { + FilterListId = (short)2287, + TagId = (short)21 + }, + new + { + FilterListId = (short)2288, + TagId = (short)3 + }, + new + { + FilterListId = (short)2289, + TagId = (short)9 + }, + new + { + FilterListId = (short)2290, + TagId = (short)40 + }, + new + { + FilterListId = (short)2291, + TagId = (short)3 + }, + new + { + FilterListId = (short)2291, + TagId = (short)6 + }, + new + { + FilterListId = (short)2292, + TagId = (short)39 + }, + new + { + FilterListId = (short)2293, + TagId = (short)19 + }, + new + { + FilterListId = (short)2294, + TagId = (short)19 + }, + new + { + FilterListId = (short)2295, + TagId = (short)7 + }, + new + { + FilterListId = (short)2296, + TagId = (short)2 + }, + new + { + FilterListId = (short)2297, + TagId = (short)2 + }, + new + { + FilterListId = (short)2298, + TagId = (short)2 + }, + new + { + FilterListId = (short)2299, + TagId = (short)2 + }, + new + { + FilterListId = (short)2300, + TagId = (short)19 + }, + new + { + FilterListId = (short)2301, + TagId = (short)6 + }, + new + { + FilterListId = (short)2302, + TagId = (short)19 + }, + new + { + FilterListId = (short)2303, + TagId = (short)6 + }, + new + { + FilterListId = (short)2304, + TagId = (short)7 + }, + new + { + FilterListId = (short)2305, + TagId = (short)7 + }, + new + { + FilterListId = (short)2306, + TagId = (short)6 + }, + new + { + FilterListId = (short)2307, + TagId = (short)7 + }, + new + { + FilterListId = (short)2308, + TagId = (short)7 + }, + new + { + FilterListId = (short)2309, + TagId = (short)7 + }, + new + { + FilterListId = (short)2310, + TagId = (short)7 + }, + new + { + FilterListId = (short)2311, + TagId = (short)7 + }, + new + { + FilterListId = (short)2312, + TagId = (short)6 + }, + new + { + FilterListId = (short)2313, + TagId = (short)6 + }, + new + { + FilterListId = (short)2314, + TagId = (short)6 + }, + new + { + FilterListId = (short)2315, + TagId = (short)2 + }, + new + { + FilterListId = (short)2315, + TagId = (short)3 + }, + new + { + FilterListId = (short)2315, + TagId = (short)6 + }, + new + { + FilterListId = (short)2315, + TagId = (short)7 + }, + new + { + FilterListId = (short)2316, + TagId = (short)2 + }, + new + { + FilterListId = (short)2316, + TagId = (short)3 + }, + new + { + FilterListId = (short)2316, + TagId = (short)6 + }, + new + { + FilterListId = (short)2316, + TagId = (short)7 + }, + new + { + FilterListId = (short)2317, + TagId = (short)3 + }, + new + { + FilterListId = (short)2318, + TagId = (short)7 + }, + new + { + FilterListId = (short)2319, + TagId = (short)2 + }, + new + { + FilterListId = (short)2319, + TagId = (short)3 + }, + new + { + FilterListId = (short)2320, + TagId = (short)2 + }, + new + { + FilterListId = (short)2320, + TagId = (short)3 + }, + new + { + FilterListId = (short)2321, + TagId = (short)2 + }, + new + { + FilterListId = (short)2322, + TagId = (short)2 + }, + new + { + FilterListId = (short)2323, + TagId = (short)7 + }, + new + { + FilterListId = (short)2324, + TagId = (short)7 + }, + new + { + FilterListId = (short)2325, + TagId = (short)7 + }, + new + { + FilterListId = (short)2326, + TagId = (short)7 + }, + new + { + FilterListId = (short)2327, + TagId = (short)7 + }, + new + { + FilterListId = (short)2328, + TagId = (short)7 + }, + new + { + FilterListId = (short)2329, + TagId = (short)2 + }, + new + { + FilterListId = (short)2329, + TagId = (short)31 + }, + new + { + FilterListId = (short)2330, + TagId = (short)9 + }, + new + { + FilterListId = (short)2331, + TagId = (short)15 + }, + new + { + FilterListId = (short)2332, + TagId = (short)41 + }, + new + { + FilterListId = (short)2333, + TagId = (short)41 + }, + new + { + FilterListId = (short)2334, + TagId = (short)41 + }, + new + { + FilterListId = (short)2335, + TagId = (short)41 + }, + new + { + FilterListId = (short)2336, + TagId = (short)41 + }, + new + { + FilterListId = (short)2337, + TagId = (short)41 + }, + new + { + FilterListId = (short)2338, + TagId = (short)3 + }, + new + { + FilterListId = (short)2338, + TagId = (short)4 + }, + new + { + FilterListId = (short)2338, + TagId = (short)19 + }, + new + { + FilterListId = (short)2338, + TagId = (short)23 + }, + new + { + FilterListId = (short)2339, + TagId = (short)7 + }, + new + { + FilterListId = (short)2340, + TagId = (short)2 + }, + new + { + FilterListId = (short)2340, + TagId = (short)22 + }, + new + { + FilterListId = (short)2341, + TagId = (short)12 + }, + new + { + FilterListId = (short)2342, + TagId = (short)3 + }, + new + { + FilterListId = (short)2343, + TagId = (short)10 + }, + new + { + FilterListId = (short)2344, + TagId = (short)10 + }, + new + { + FilterListId = (short)2345, + TagId = (short)10 + }, + new + { + FilterListId = (short)2346, + TagId = (short)10 + }, + new + { + FilterListId = (short)2347, + TagId = (short)10 + }, + new + { + FilterListId = (short)2348, + TagId = (short)10 + }, + new + { + FilterListId = (short)2349, + TagId = (short)10 + }, + new + { + FilterListId = (short)2350, + TagId = (short)10 + }, + new + { + FilterListId = (short)2351, + TagId = (short)10 + }, + new + { + FilterListId = (short)2352, + TagId = (short)2 + }, + new + { + FilterListId = (short)2352, + TagId = (short)8 + }, + new + { + FilterListId = (short)2353, + TagId = (short)2 + }, + new + { + FilterListId = (short)2354, + TagId = (short)10 + }, + new + { + FilterListId = (short)2355, + TagId = (short)10 + }, + new + { + FilterListId = (short)2356, + TagId = (short)2 + }, + new + { + FilterListId = (short)2356, + TagId = (short)22 + }, + new + { + FilterListId = (short)2357, + TagId = (short)2 + }, + new + { + FilterListId = (short)2357, + TagId = (short)22 + }, + new + { + FilterListId = (short)2358, + TagId = (short)2 + }, + new + { + FilterListId = (short)2358, + TagId = (short)22 + }, + new + { + FilterListId = (short)2359, + TagId = (short)2 + }, + new + { + FilterListId = (short)2359, + TagId = (short)22 + }, + new + { + FilterListId = (short)2360, + TagId = (short)2 + }, + new + { + FilterListId = (short)2360, + TagId = (short)22 + }, + new + { + FilterListId = (short)2361, + TagId = (short)2 + }, + new + { + FilterListId = (short)2361, + TagId = (short)22 + }, + new + { + FilterListId = (short)2362, + TagId = (short)10 + }, + new + { + FilterListId = (short)2363, + TagId = (short)2 + }, + new + { + FilterListId = (short)2364, + TagId = (short)2 + }, + new + { + FilterListId = (short)2365, + TagId = (short)2 + }, + new + { + FilterListId = (short)2366, + TagId = (short)10 + }, + new + { + FilterListId = (short)2367, + TagId = (short)3 + }, + new + { + FilterListId = (short)2368, + TagId = (short)2 + }, + new + { + FilterListId = (short)2369, + TagId = (short)30 + }, + new + { + FilterListId = (short)2369, + TagId = (short)35 + }, + new + { + FilterListId = (short)2370, + TagId = (short)2 + }, + new + { + FilterListId = (short)2371, + TagId = (short)2 + }, + new + { + FilterListId = (short)2372, + TagId = (short)10 + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.Fork", b => + { + b.Property("ForkFilterListId") + .HasColumnType("SMALLINT"); + + b.Property("UpstreamFilterListId") + .HasColumnType("SMALLINT"); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.HasKey("ForkFilterListId", "UpstreamFilterListId"); + + b.HasIndex("UpstreamFilterListId"); + + b.ToTable("forks"); + + b.HasData( + new + { + ForkFilterListId = (short)350, + UpstreamFilterListId = (short)12 + }, + new + { + ForkFilterListId = (short)563, + UpstreamFilterListId = (short)16 + }, + new + { + ForkFilterListId = (short)16, + UpstreamFilterListId = (short)59 + }, + new + { + ForkFilterListId = (short)16, + UpstreamFilterListId = (short)99 + }, + new + { + ForkFilterListId = (short)158, + UpstreamFilterListId = (short)258 + }, + new + { + ForkFilterListId = (short)163, + UpstreamFilterListId = (short)262 + }, + new + { + ForkFilterListId = (short)16, + UpstreamFilterListId = (short)278 + }, + new + { + ForkFilterListId = (short)164, + UpstreamFilterListId = (short)293 + }, + new + { + ForkFilterListId = (short)167, + UpstreamFilterListId = (short)295 + }, + new + { + ForkFilterListId = (short)166, + UpstreamFilterListId = (short)301 + }, + new + { + ForkFilterListId = (short)565, + UpstreamFilterListId = (short)301 + }, + new + { + ForkFilterListId = (short)312, + UpstreamFilterListId = (short)311 + }, + new + { + ForkFilterListId = (short)313, + UpstreamFilterListId = (short)311 + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.Merge", b => + { + b.Property("MergeFilterListId") + .HasColumnType("SMALLINT"); + + b.Property("UpstreamFilterListId") + .HasColumnType("SMALLINT"); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.HasKey("MergeFilterListId", "UpstreamFilterListId"); + + b.HasIndex("UpstreamFilterListId"); + + b.ToTable("merges"); + + b.HasData( + new + { + MergeFilterListId = (short)11, + UpstreamFilterListId = (short)12 + }, + new + { + MergeFilterListId = (short)11, + UpstreamFilterListId = (short)301 + }, + new + { + MergeFilterListId = (short)13, + UpstreamFilterListId = (short)12 + }, + new + { + MergeFilterListId = (short)13, + UpstreamFilterListId = (short)14 + }, + new + { + MergeFilterListId = (short)13, + UpstreamFilterListId = (short)301 + }, + new + { + MergeFilterListId = (short)168, + UpstreamFilterListId = (short)157 + }, + new + { + MergeFilterListId = (short)168, + UpstreamFilterListId = (short)159 + }, + new + { + MergeFilterListId = (short)168, + UpstreamFilterListId = (short)162 + }, + new + { + MergeFilterListId = (short)168, + UpstreamFilterListId = (short)166 + }, + new + { + MergeFilterListId = (short)168, + UpstreamFilterListId = (short)242 + }, + new + { + MergeFilterListId = (short)168, + UpstreamFilterListId = (short)301 + }, + new + { + MergeFilterListId = (short)255, + UpstreamFilterListId = (short)564 + }, + new + { + MergeFilterListId = (short)265, + UpstreamFilterListId = (short)564 + }, + new + { + MergeFilterListId = (short)266, + UpstreamFilterListId = (short)564 + }, + new + { + MergeFilterListId = (short)271, + UpstreamFilterListId = (short)338 + }, + new + { + MergeFilterListId = (short)274, + UpstreamFilterListId = (short)275 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)17 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)32 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)54 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)80 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)81 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)99 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)138 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)170 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)177 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)179 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)206 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)226 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)255 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)276 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)282 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)316 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)317 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)324 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)325 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)329 + }, + new + { + MergeFilterListId = (short)309, + UpstreamFilterListId = (short)340 + }, + new + { + MergeFilterListId = (short)331, + UpstreamFilterListId = (short)199 + }, + new + { + MergeFilterListId = (short)331, + UpstreamFilterListId = (short)330 + }, + new + { + MergeFilterListId = (short)331, + UpstreamFilterListId = (short)332 + }, + new + { + MergeFilterListId = (short)331, + UpstreamFilterListId = (short)333 + }, + new + { + MergeFilterListId = (short)371, + UpstreamFilterListId = (short)110 + }, + new + { + MergeFilterListId = (short)371, + UpstreamFilterListId = (short)232 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)2 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)18 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)19 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)27 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)38 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)70 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)71 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)97 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)99 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)183 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)184 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)214 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)232 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)247 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)279 + }, + new + { + MergeFilterListId = (short)375, + UpstreamFilterListId = (short)307 + }, + new + { + MergeFilterListId = (short)566, + UpstreamFilterListId = (short)569 + }, + new + { + MergeFilterListId = (short)566, + UpstreamFilterListId = (short)570 + }, + new + { + MergeFilterListId = (short)566, + UpstreamFilterListId = (short)573 + }, + new + { + MergeFilterListId = (short)566, + UpstreamFilterListId = (short)574 + }, + new + { + MergeFilterListId = (short)566, + UpstreamFilterListId = (short)575 + }, + new + { + MergeFilterListId = (short)566, + UpstreamFilterListId = (short)583 + }, + new + { + MergeFilterListId = (short)566, + UpstreamFilterListId = (short)585 + }, + new + { + MergeFilterListId = (short)566, + UpstreamFilterListId = (short)586 + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.SnapshotRule", b => + { + b.Property("SnapshotId") + .HasColumnType("MEDIUMINT"); + + b.Property("RuleId") + .HasColumnType("INT"); + + b.HasKey("SnapshotId", "RuleId"); + + b.HasIndex("RuleId"); + + b.ToTable("snapshots_rules"); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.SoftwareSyntax", b => + { + b.Property("SyntaxId") + .HasColumnType("SMALLINT"); + + b.Property("SoftwareId") + .HasColumnType("SMALLINT"); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.HasKey("SyntaxId", "SoftwareId"); + + b.HasIndex("SoftwareId"); + + b.ToTable("software_syntaxes"); + + b.HasData( + new + { + SyntaxId = (short)1, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)4 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)7 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)11 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)12 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)14 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)22 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)25 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)26 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)27 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)28 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)1, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)3 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)4 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)8 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)14 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)17 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)19 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)22 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)25 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)26 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)27 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)28 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)2, + SoftwareId = (short)42 + }, + new + { + SyntaxId = (short)3, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)3, + SoftwareId = (short)2 + }, + new + { + SyntaxId = (short)3, + SoftwareId = (short)3 + }, + new + { + SyntaxId = (short)3, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)3, + SoftwareId = (short)6 + }, + new + { + SyntaxId = (short)3, + SoftwareId = (short)24 + }, + new + { + SyntaxId = (short)3, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)3, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)3, + SoftwareId = (short)40 + }, + new + { + SyntaxId = (short)4, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)4, + SoftwareId = (short)3 + }, + new + { + SyntaxId = (short)4, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)4, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)6, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)6, + SoftwareId = (short)3 + }, + new + { + SyntaxId = (short)6, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)6, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)7, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)7, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)7, + SoftwareId = (short)25 + }, + new + { + SyntaxId = (short)7, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)8, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)8, + SoftwareId = (short)3 + }, + new + { + SyntaxId = (short)8, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)8, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)9, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)9, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)9, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)9, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)9, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)9, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)10, + SoftwareId = (short)16 + }, + new + { + SyntaxId = (short)11, + SoftwareId = (short)10 + }, + new + { + SyntaxId = (short)12, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)13, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)13, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)13, + SoftwareId = (short)13 + }, + new + { + SyntaxId = (short)13, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)14, + SoftwareId = (short)7 + }, + new + { + SyntaxId = (short)14, + SoftwareId = (short)11 + }, + new + { + SyntaxId = (short)14, + SoftwareId = (short)12 + }, + new + { + SyntaxId = (short)14, + SoftwareId = (short)14 + }, + new + { + SyntaxId = (short)14, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)15, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)16, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)16, + SoftwareId = (short)3 + }, + new + { + SyntaxId = (short)16, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)16, + SoftwareId = (short)19 + }, + new + { + SyntaxId = (short)16, + SoftwareId = (short)26 + }, + new + { + SyntaxId = (short)16, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)16, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)16, + SoftwareId = (short)42 + }, + new + { + SyntaxId = (short)17, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)17, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)17, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)18, + SoftwareId = (short)20 + }, + new + { + SyntaxId = (short)19, + SoftwareId = (short)21 + }, + new + { + SyntaxId = (short)20, + SoftwareId = (short)23 + }, + new + { + SyntaxId = (short)21, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)21, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)21, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)22, + SoftwareId = (short)4 + }, + new + { + SyntaxId = (short)22, + SoftwareId = (short)26 + }, + new + { + SyntaxId = (short)22, + SoftwareId = (short)28 + }, + new + { + SyntaxId = (short)22, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)23, + SoftwareId = (short)33 + }, + new + { + SyntaxId = (short)24, + SoftwareId = (short)29 + }, + new + { + SyntaxId = (short)25, + SoftwareId = (short)30 + }, + new + { + SyntaxId = (short)26, + SoftwareId = (short)30 + }, + new + { + SyntaxId = (short)27, + SoftwareId = (short)34 + }, + new + { + SyntaxId = (short)28, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)28, + SoftwareId = (short)2 + }, + new + { + SyntaxId = (short)28, + SoftwareId = (short)3 + }, + new + { + SyntaxId = (short)28, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)28, + SoftwareId = (short)6 + }, + new + { + SyntaxId = (short)28, + SoftwareId = (short)24 + }, + new + { + SyntaxId = (short)28, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)28, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)28, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)28, + SoftwareId = (short)40 + }, + new + { + SyntaxId = (short)29, + SoftwareId = (short)35 + }, + new + { + SyntaxId = (short)29, + SoftwareId = (short)36 + }, + new + { + SyntaxId = (short)29, + SoftwareId = (short)37 + }, + new + { + SyntaxId = (short)29, + SoftwareId = (short)41 + }, + new + { + SyntaxId = (short)30, + SoftwareId = (short)14 + }, + new + { + SyntaxId = (short)31, + SoftwareId = (short)38 + }, + new + { + SyntaxId = (short)32, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)32, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)32, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)32, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)32, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)32, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)33, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)33, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)33, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)33, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)33, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)33, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)34, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)34, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)34, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)4 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)7 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)11 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)12 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)14 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)22 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)25 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)26 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)27 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)28 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)35, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)36, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)36, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)36, + SoftwareId = (short)7 + }, + new + { + SyntaxId = (short)36, + SoftwareId = (short)11 + }, + new + { + SyntaxId = (short)36, + SoftwareId = (short)12 + }, + new + { + SyntaxId = (short)36, + SoftwareId = (short)14 + }, + new + { + SyntaxId = (short)36, + SoftwareId = (short)22 + }, + new + { + SyntaxId = (short)36, + SoftwareId = (short)27 + }, + new + { + SyntaxId = (short)36, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)37, + SoftwareId = (short)7 + }, + new + { + SyntaxId = (short)37, + SoftwareId = (short)11 + }, + new + { + SyntaxId = (short)37, + SoftwareId = (short)12 + }, + new + { + SyntaxId = (short)37, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)38, + SoftwareId = (short)2 + }, + new + { + SyntaxId = (short)38, + SoftwareId = (short)6 + }, + new + { + SyntaxId = (short)39, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)39, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)39, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)39, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)39, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)39, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)40, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)40, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)40, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)40, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)40, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)40, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)41, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)41, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)41, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)42, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)42, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)42, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)42, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)42, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)42, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)43, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)43, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)43, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)44, + SoftwareId = (short)34 + }, + new + { + SyntaxId = (short)45, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)45, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)45, + SoftwareId = (short)18 + }, + new + { + SyntaxId = (short)45, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)45, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)45, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)46, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)46, + SoftwareId = (short)3 + }, + new + { + SyntaxId = (short)46, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)46, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)46, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)47, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)47, + SoftwareId = (short)3 + }, + new + { + SyntaxId = (short)47, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)47, + SoftwareId = (short)24 + }, + new + { + SyntaxId = (short)47, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)47, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)47, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)2 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)3 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)4 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)6 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)8 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)14 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)17 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)19 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)22 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)25 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)26 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)27 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)28 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)32 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)39 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)40 + }, + new + { + SyntaxId = (short)48, + SoftwareId = (short)42 + }, + new + { + SyntaxId = (short)49, + SoftwareId = (short)43 + }, + new + { + SyntaxId = (short)50, + SoftwareId = (short)4 + }, + new + { + SyntaxId = (short)50, + SoftwareId = (short)14 + }, + new + { + SyntaxId = (short)50, + SoftwareId = (short)26 + }, + new + { + SyntaxId = (short)50, + SoftwareId = (short)31 + }, + new + { + SyntaxId = (short)51, + SoftwareId = (short)25 + }, + new + { + SyntaxId = (short)52, + SoftwareId = (short)28 + }, + new + { + SyntaxId = (short)53, + SoftwareId = (short)1 + }, + new + { + SyntaxId = (short)53, + SoftwareId = (short)5 + }, + new + { + SyntaxId = (short)53, + SoftwareId = (short)32 + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Language", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("SMALLINT") + .HasAnnotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.IdentityColumn); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.Property("Iso6391") + .ValueGeneratedOnAdd() + .HasColumnType("VARCHAR(2)") + .HasDefaultValueSql("NULL"); + + b.Property("Iso6392") + .ValueGeneratedOnAdd() + .HasColumnType("VARCHAR(3)") + .HasDefaultValueSql("NULL"); + + b.Property("Iso6392B") + .ValueGeneratedOnAdd() + .HasColumnType("VARCHAR(3)") + .HasDefaultValueSql("NULL"); + + b.Property("Iso6392T") + .ValueGeneratedOnAdd() + .HasColumnType("VARCHAR(3)") + .HasDefaultValueSql("NULL"); + + b.Property("Iso6393") + .ValueGeneratedOnAdd() + .HasColumnType("VARCHAR(3)") + .HasDefaultValueSql("NULL"); + + b.Property("LocalName") + .ValueGeneratedOnAdd() + .HasColumnType("VARCHAR(126)") + .HasDefaultValueSql("NULL"); + + b.Property("ModifiedDateUtc") + .IsRequired() + .ValueGeneratedOnAddOrUpdate() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp() ON UPDATE current_timestamp()"); + + b.Property("Name") + .ValueGeneratedOnAdd() + .HasColumnType("VARCHAR(126)") + .HasDefaultValueSql("NULL"); + + b.HasKey("Id"); + + b.ToTable("languages"); + + b.HasData( + new + { + Id = (short)1, + Iso6391 = "ab", + Iso6392 = "abk", + Iso6392B = "abk", + Iso6392T = "abk", + Iso6393 = "abk", + LocalName = "Аҧсуа", + Name = "Abkhaz" + }, + new + { + Id = (short)2, + Iso6391 = "oc", + Iso6392 = "oci", + Iso6392B = "oci", + Iso6392T = "oci", + Iso6393 = "oci", + LocalName = "Occitan", + Name = "Occitan" + }, + new + { + Id = (short)3, + Iso6391 = "oj", + Iso6392 = "oji", + Iso6392B = "oji", + Iso6392T = "oji", + Iso6393 = "oji", + LocalName = "ᐊᓂᔑᓈᐯᒧᐎᓐ", + Name = "Ojibwe" + }, + new + { + Id = (short)4, + Iso6391 = "cu", + Iso6392 = "chu", + Iso6392B = "chu", + Iso6392T = "chu", + Iso6393 = "chu", + LocalName = "Словѣ́ньскъ", + Name = "Old Church Slavonic" + }, + new + { + Id = (short)5, + Iso6391 = "om", + Iso6392 = "orm", + Iso6392B = "orm", + Iso6392T = "orm", + Iso6393 = "orm", + LocalName = "Afaan Oromoo", + Name = "Oromo" + }, + new + { + Id = (short)6, + Iso6391 = "or", + Iso6392 = "ori", + Iso6392B = "ori", + Iso6392T = "ori", + Iso6393 = "ori", + LocalName = "ଓଡି଼ଆ", + Name = "Oriya" + }, + new + { + Id = (short)7, + Iso6391 = "os", + Iso6392 = "oss", + Iso6392B = "oss", + Iso6392T = "oss", + Iso6393 = "oss", + LocalName = "Ирон æвзаг", + Name = "Ossetian" + }, + new + { + Id = (short)8, + Iso6391 = "pa", + Iso6392 = "pan", + Iso6392B = "pan", + Iso6392T = "pan", + Iso6393 = "pan", + LocalName = "ਪੰਜਾਬੀ", + Name = "Panjabi" + }, + new + { + Id = (short)9, + Iso6391 = "pi", + Iso6392 = "pli", + Iso6392B = "pli", + Iso6392T = "pli", + Iso6393 = "pli", + LocalName = "पाऴि", + Name = "Pāli" + }, + new + { + Id = (short)10, + Iso6391 = "fa", + Iso6392 = "fas", + Iso6392B = "per", + Iso6392T = "fas", + Iso6393 = "fas", + LocalName = "فارسی", + Name = "Persian" + }, + new + { + Id = (short)11, + Iso6391 = "pl", + Iso6392 = "pol", + Iso6392B = "pol", + Iso6392T = "pol", + Iso6393 = "pol", + LocalName = "Polski", + Name = "Polish" + }, + new + { + Id = (short)12, + Iso6391 = "ps", + Iso6392 = "pus", + Iso6392B = "pus", + Iso6392T = "pus", + Iso6393 = "pus", + LocalName = "پښتو", + Name = "Pashto" + }, + new + { + Id = (short)13, + Iso6391 = "pt", + Iso6392 = "por", + Iso6392B = "por", + Iso6392T = "por", + Iso6393 = "por", + LocalName = "Português", + Name = "Portuguese" + }, + new + { + Id = (short)14, + Iso6391 = "qu", + Iso6392 = "que", + Iso6392B = "que", + Iso6392T = "que", + Iso6393 = "que", + LocalName = "Runa Simi", + Name = "Quechua" + }, + new + { + Id = (short)15, + Iso6391 = "rm", + Iso6392 = "roh", + Iso6392B = "roh", + Iso6392T = "roh", + Iso6393 = "roh", + LocalName = "Rumantsch", + Name = "Romansh" + }, + new + { + Id = (short)16, + Iso6391 = "rn", + Iso6392 = "run", + Iso6392B = "run", + Iso6392T = "run", + Iso6393 = "run", + LocalName = "Kirundi", + Name = "Kirundi" + }, + new + { + Id = (short)17, + Iso6391 = "ro", + Iso6392 = "ron", + Iso6392B = "rum", + Iso6392T = "ron", + Iso6393 = "ron", + LocalName = "Română", + Name = "Romanian" + }, + new + { + Id = (short)18, + Iso6391 = "ru", + Iso6392 = "rus", + Iso6392B = "rus", + Iso6392T = "rus", + Iso6393 = "rus", + LocalName = "Русский", + Name = "Russian" + }, + new + { + Id = (short)19, + Iso6391 = "sa", + Iso6392 = "san", + Iso6392B = "san", + Iso6392T = "san", + Iso6393 = "san", + LocalName = "संस्कृतम्", + Name = "Sanskrit" + }, + new + { + Id = (short)20, + Iso6391 = "sc", + Iso6392 = "srd", + Iso6392B = "srd", + Iso6392T = "srd", + Iso6393 = "srd", + LocalName = "Sardu", + Name = "Sardinian" + }, + new + { + Id = (short)21, + Iso6391 = "nr", + Iso6392 = "nbl", + Iso6392B = "nbl", + Iso6392T = "nbl", + Iso6393 = "nbl", + LocalName = "isiNdebele", + Name = "Southern Ndebele" + }, + new + { + Id = (short)22, + Iso6391 = "sd", + Iso6392 = "snd", + Iso6392B = "snd", + Iso6392T = "snd", + Iso6393 = "snd", + LocalName = "سنڌي", + Name = "Sindhi" + }, + new + { + Id = (short)23, + Iso6391 = "ii", + Iso6392 = "iii", + Iso6392B = "iii", + Iso6392T = "iii", + Iso6393 = "iii", + LocalName = "ꆈꌠ꒿ Nuosuhxop", + Name = "Nuosu" + }, + new + { + Id = (short)25, + Iso6391 = "lt", + Iso6392 = "lit", + Iso6392B = "lit", + Iso6392T = "lit", + Iso6393 = "lit", + LocalName = "Lietuvių", + Name = "Lithuanian" + }, + new + { + Id = (short)26, + Iso6391 = "lu", + Iso6392 = "lub", + Iso6392B = "lub", + Iso6392T = "lub", + Iso6393 = "lub", + LocalName = "Tshiluba", + Name = "Luba-Katanga" + }, + new + { + Id = (short)27, + Iso6391 = "lv", + Iso6392 = "lav", + Iso6392B = "lav", + Iso6392T = "lav", + Iso6393 = "lav", + LocalName = "Latviešu", + Name = "Latvian" + }, + new + { + Id = (short)28, + Iso6391 = "gv", + Iso6392 = "glv", + Iso6392B = "glv", + Iso6392T = "glv", + Iso6393 = "glv", + LocalName = "Gaelg", + Name = "Manx" + }, + new + { + Id = (short)29, + Iso6391 = "mk", + Iso6392 = "mkd", + Iso6392B = "mac", + Iso6392T = "mkd", + Iso6393 = "mkd", + LocalName = "Македонски", + Name = "Macedonian" + }, + new + { + Id = (short)30, + Iso6391 = "mg", + Iso6392 = "mlg", + Iso6392B = "mlg", + Iso6392T = "mlg", + Iso6393 = "mlg", + LocalName = "Malagasy", + Name = "Malagasy" + }, + new + { + Id = (short)31, + Iso6391 = "ms", + Iso6392 = "msa", + Iso6392B = "may", + Iso6392T = "msa", + Iso6393 = "msa", + LocalName = "Bahasa Melayu", + Name = "Malay" + }, + new + { + Id = (short)32, + Iso6391 = "ml", + Iso6392 = "mal", + Iso6392B = "mal", + Iso6392T = "mal", + Iso6393 = "mal", + LocalName = "മലയാളം", + Name = "Malayalam" + }, + new + { + Id = (short)33, + Iso6391 = "mt", + Iso6392 = "mlt", + Iso6392B = "mlt", + Iso6392T = "mlt", + Iso6393 = "mlt", + LocalName = "Malti", + Name = "Maltese" + }, + new + { + Id = (short)34, + Iso6391 = "mi", + Iso6392 = "mri", + Iso6392B = "mao", + Iso6392T = "mri", + Iso6393 = "mri", + LocalName = "Māori", + Name = "Māori" + }, + new + { + Id = (short)35, + Iso6391 = "mr", + Iso6392 = "mar", + Iso6392B = "mar", + Iso6392T = "mar", + Iso6393 = "mar", + LocalName = "मराठी", + Name = "Marathi" + }, + new + { + Id = (short)36, + Iso6391 = "mh", + Iso6392 = "mah", + Iso6392B = "mah", + Iso6392T = "mah", + Iso6393 = "mah", + LocalName = "Kajin M̧ajeļ", + Name = "Marshallese" + }, + new + { + Id = (short)37, + Iso6391 = "mn", + Iso6392 = "mon", + Iso6392B = "mon", + Iso6392T = "mon", + Iso6393 = "mon", + LocalName = "Монгол", + Name = "Mongolian" + }, + new + { + Id = (short)38, + Iso6391 = "na", + Iso6392 = "nau", + Iso6392B = "nau", + Iso6392T = "nau", + Iso6393 = "nau", + LocalName = "Dorerin Naoero", + Name = "Nauru" + }, + new + { + Id = (short)39, + Iso6391 = "nv", + Iso6392 = "nav", + Iso6392B = "nav", + Iso6392T = "nav", + Iso6393 = "nav", + LocalName = "Diné Bizaad", + Name = "Navajo" + }, + new + { + Id = (short)40, + Iso6391 = "nd", + Iso6392 = "nde", + Iso6392B = "nde", + Iso6392T = "nde", + Iso6393 = "nde", + LocalName = "isiNdebele", + Name = "Northern Ndebele" + }, + new + { + Id = (short)41, + Iso6391 = "ne", + Iso6392 = "nep", + Iso6392B = "nep", + Iso6392T = "nep", + Iso6393 = "nep", + LocalName = "नेपाली", + Name = "Nepali" + }, + new + { + Id = (short)42, + Iso6391 = "ng", + Iso6392 = "ndo", + Iso6392B = "ndo", + Iso6392T = "ndo", + Iso6393 = "ndo", + LocalName = "Owambo", + Name = "Ndonga" + }, + new + { + Id = (short)44, + Iso6391 = "no", + Iso6392 = "nor", + Iso6392B = "nor", + Iso6392T = "nor", + Iso6393 = "nor", + LocalName = "Norsk", + Name = "Norwegian" + }, + new + { + Id = (short)45, + Iso6391 = "lo", + Iso6392 = "lao", + Iso6392B = "lao", + Iso6392T = "lao", + Iso6393 = "lao", + LocalName = "ພາສາລາວ", + Name = "Lao" + }, + new + { + Id = (short)46, + Iso6391 = "se", + Iso6392 = "sme", + Iso6392B = "sme", + Iso6392T = "sme", + Iso6393 = "sme", + LocalName = "Sámegiella", + Name = "Northern Sami" + }, + new + { + Id = (short)47, + Iso6391 = "sg", + Iso6392 = "sag", + Iso6392B = "sag", + Iso6392T = "sag", + Iso6393 = "sag", + LocalName = "Sängö", + Name = "Sango" + }, + new + { + Id = (short)48, + Iso6391 = "tr", + Iso6392 = "tur", + Iso6392B = "tur", + Iso6392T = "tur", + Iso6393 = "tur", + LocalName = "Türkçe", + Name = "Turkish" + }, + new + { + Id = (short)49, + Iso6391 = "ts", + Iso6392 = "tso", + Iso6392B = "tso", + Iso6392T = "tso", + Iso6393 = "tso", + LocalName = "Xitsonga", + Name = "Tsonga" + }, + new + { + Id = (short)50, + Iso6391 = "tt", + Iso6392 = "tat", + Iso6392B = "tat", + Iso6392T = "tat", + Iso6393 = "tat", + LocalName = "Татарча", + Name = "Tatar" + }, + new + { + Id = (short)51, + Iso6391 = "tw", + Iso6392 = "twi", + Iso6392B = "twi", + Iso6392T = "twi", + Iso6393 = "twi", + LocalName = "Twi", + Name = "Twi" + }, + new + { + Id = (short)52, + Iso6391 = "ty", + Iso6392 = "tah", + Iso6392B = "tah", + Iso6392T = "tah", + Iso6393 = "tah", + LocalName = "Reo Mā’ohi", + Name = "Tahitian" + }, + new + { + Id = (short)53, + Iso6391 = "ug", + Iso6392 = "uig", + Iso6392B = "uig", + Iso6392T = "uig", + Iso6393 = "uig", + LocalName = "ئۇيغۇرچه", + Name = "Uyghur" + }, + new + { + Id = (short)54, + Iso6391 = "uk", + Iso6392 = "ukr", + Iso6392B = "ukr", + Iso6392T = "ukr", + Iso6393 = "ukr", + LocalName = "Українська", + Name = "Ukrainian" + }, + new + { + Id = (short)55, + Iso6391 = "ur", + Iso6392 = "urd", + Iso6392B = "urd", + Iso6392T = "urd", + Iso6393 = "urd", + LocalName = "اردو", + Name = "Urdu" + }, + new + { + Id = (short)56, + Iso6391 = "uz", + Iso6392 = "uzb", + Iso6392B = "uzb", + Iso6392T = "uzb", + Iso6393 = "uzb", + LocalName = "O‘zbek", + Name = "Uzbek" + }, + new + { + Id = (short)57, + Iso6391 = "ve", + Iso6392 = "ven", + Iso6392B = "ven", + Iso6392T = "ven", + Iso6393 = "ven", + LocalName = "Tshivenḓa", + Name = "Venda" + }, + new + { + Id = (short)58, + Iso6391 = "vi", + Iso6392 = "vie", + Iso6392B = "vie", + Iso6392T = "vie", + Iso6393 = "vie", + LocalName = "Tiếng Việt", + Name = "Vietnamese" + }, + new + { + Id = (short)59, + Iso6391 = "vo", + Iso6392 = "vol", + Iso6392B = "vol", + Iso6392T = "vol", + Iso6393 = "vol", + LocalName = "Volapük", + Name = "Volapük" + }, + new + { + Id = (short)60, + Iso6391 = "wa", + Iso6392 = "wln", + Iso6392B = "wln", + Iso6392T = "wln", + Iso6393 = "wln", + LocalName = "Walon", + Name = "Walloon" + }, + new + { + Id = (short)61, + Iso6391 = "cy", + Iso6392 = "cym", + Iso6392B = "wel", + Iso6392T = "cym", + Iso6393 = "cym", + LocalName = "Cymraeg", + Name = "Welsh" + }, + new + { + Id = (short)62, + Iso6391 = "wo", + Iso6392 = "wol", + Iso6392B = "wol", + Iso6392T = "wol", + Iso6393 = "wol", + LocalName = "Wolof", + Name = "Wolof" + }, + new + { + Id = (short)63, + Iso6391 = "fy", + Iso6392 = "fry", + Iso6392B = "fry", + Iso6392T = "fry", + Iso6393 = "fry", + LocalName = "Frysk", + Name = "Western Frisian" + }, + new + { + Id = (short)64, + Iso6391 = "xh", + Iso6392 = "xho", + Iso6392B = "xho", + Iso6392T = "xho", + Iso6393 = "xho", + LocalName = "isiXhosa", + Name = "Xhosa" + }, + new + { + Id = (short)65, + Iso6391 = "yi", + Iso6392 = "yid", + Iso6392B = "yid", + Iso6392T = "yid", + Iso6393 = "yid", + LocalName = "ייִדיש", + Name = "Yiddish" + }, + new + { + Id = (short)66, + Iso6391 = "yo", + Iso6392 = "yor", + Iso6392B = "yor", + Iso6392T = "yor", + Iso6393 = "yor", + LocalName = "Yorùbá", + Name = "Yoruba" + }, + new + { + Id = (short)67, + Iso6391 = "to", + Iso6392 = "ton", + Iso6392B = "ton", + Iso6392T = "ton", + Iso6393 = "ton", + LocalName = "faka Tonga", + Name = "Tonga" + }, + new + { + Id = (short)68, + Iso6391 = "sm", + Iso6392 = "smo", + Iso6392B = "smo", + Iso6392T = "smo", + Iso6393 = "smo", + LocalName = "Gagana Sāmoa", + Name = "Samoan" + }, + new + { + Id = (short)69, + Iso6391 = "tn", + Iso6392 = "tsn", + Iso6392B = "tsn", + Iso6392T = "tsn", + Iso6393 = "tsn", + LocalName = "Setswana", + Name = "Tswana" + }, + new + { + Id = (short)70, + Iso6391 = "tk", + Iso6392 = "tuk", + Iso6392B = "tuk", + Iso6392T = "tuk", + Iso6393 = "tuk", + LocalName = "Türkmençe", + Name = "Turkmen" + }, + new + { + Id = (short)71, + Iso6391 = "sh", + Iso6392 = "scr", + Iso6392B = "scr", + Iso6392T = "scr", + Iso6393 = "hbs", + LocalName = "Srpskohrvatski", + Name = "Serbo-Croatian" + }, + new + { + Id = (short)72, + Iso6391 = "gd", + Iso6392 = "gla", + Iso6392B = "gla", + Iso6392T = "gla", + Iso6393 = "gla", + LocalName = "Gàidhlig", + Name = "Scottish Gaelic" + }, + new + { + Id = (short)73, + Iso6391 = "sn", + Iso6392 = "sna", + Iso6392B = "sna", + Iso6392T = "sna", + Iso6393 = "sna", + LocalName = "ChiShona", + Name = "Shona" + }, + new + { + Id = (short)74, + Iso6391 = "si", + Iso6392 = "sin", + Iso6392B = "sin", + Iso6392T = "sin", + Iso6393 = "sin", + LocalName = "සිංහල", + Name = "Sinhala" + }, + new + { + Id = (short)75, + Iso6391 = "sk", + Iso6392 = "slk", + Iso6392B = "slo", + Iso6392T = "slk", + Iso6393 = "slk", + LocalName = "Slovenčina", + Name = "Slovak" + }, + new + { + Id = (short)76, + Iso6391 = "sl", + Iso6392 = "slv", + Iso6392B = "slv", + Iso6392T = "slv", + Iso6393 = "slv", + LocalName = "Slovenščina", + Name = "Slovene" + }, + new + { + Id = (short)77, + Iso6391 = "so", + Iso6392 = "som", + Iso6392B = "som", + Iso6392T = "som", + Iso6393 = "som", + LocalName = "Soomaaliga", + Name = "Somali" + }, + new + { + Id = (short)78, + Iso6391 = "st", + Iso6392 = "sot", + Iso6392B = "sot", + Iso6392T = "sot", + Iso6393 = "sot", + LocalName = "Sesotho", + Name = "Southern Sotho" + }, + new + { + Id = (short)79, + Iso6391 = "es", + Iso6392 = "spa", + Iso6392B = "spa", + Iso6392T = "spa", + Iso6393 = "spa", + LocalName = "Español", + Name = "Spanish" + }, + new + { + Id = (short)80, + Iso6391 = "su", + Iso6392 = "sun", + Iso6392B = "sun", + Iso6392T = "sun", + Iso6393 = "sun", + LocalName = "Basa Sunda", + Name = "Sundanese" + }, + new + { + Id = (short)81, + Iso6391 = "sw", + Iso6392 = "swa", + Iso6392B = "swa", + Iso6392T = "swa", + Iso6393 = "swa", + LocalName = "Kiswahili", + Name = "Swahili" + }, + new + { + Id = (short)82, + Iso6391 = "ss", + Iso6392 = "ssw", + Iso6392B = "ssw", + Iso6392T = "ssw", + Iso6393 = "ssw", + LocalName = "SiSwati", + Name = "Swati" + }, + new + { + Id = (short)83, + Iso6391 = "sv", + Iso6392 = "swe", + Iso6392B = "swe", + Iso6392T = "swe", + Iso6393 = "swe", + LocalName = "Svenska", + Name = "Swedish" + }, + new + { + Id = (short)84, + Iso6391 = "ta", + Iso6392 = "tam", + Iso6392B = "tam", + Iso6392T = "tam", + Iso6393 = "tam", + LocalName = "தமிழ்", + Name = "Tamil" + }, + new + { + Id = (short)85, + Iso6391 = "te", + Iso6392 = "tel", + Iso6392B = "tel", + Iso6392T = "tel", + Iso6393 = "tel", + LocalName = "తెలుగు", + Name = "Telugu" + }, + new + { + Id = (short)86, + Iso6391 = "tg", + Iso6392 = "tgk", + Iso6392B = "tgk", + Iso6392T = "tgk", + Iso6393 = "tgk", + LocalName = "Тоҷикӣ", + Name = "Tajik" + }, + new + { + Id = (short)87, + Iso6391 = "th", + Iso6392 = "tha", + Iso6392B = "tha", + Iso6392T = "tha", + Iso6393 = "tha", + LocalName = "ภาษาไทย", + Name = "Thai" + }, + new + { + Id = (short)88, + Iso6391 = "ti", + Iso6392 = "tir", + Iso6392B = "tir", + Iso6392T = "tir", + Iso6393 = "tir", + LocalName = "ትግርኛ", + Name = "Tigrinya" + }, + new + { + Id = (short)89, + Iso6391 = "bo", + Iso6392 = "bod", + Iso6392B = "tib", + Iso6392T = "bod", + Iso6393 = "bod", + LocalName = "བོད་ཡིག", + Name = "Tibetan Standard" + }, + new + { + Id = (short)90, + Iso6391 = "tl", + Iso6392 = "tgl", + Iso6392B = "tgl", + Iso6392T = "tgl", + Iso6393 = "tgl", + LocalName = "Tagalog", + Name = "Tagalog" + }, + new + { + Id = (short)91, + Iso6391 = "ln", + Iso6392 = "lin", + Iso6392B = "lin", + Iso6392T = "lin", + Iso6393 = "lin", + LocalName = "Lingála", + Name = "Lingala" + }, + new + { + Id = (short)92, + Iso6391 = "li", + Iso6392 = "lim", + Iso6392B = "lim", + Iso6392T = "lim", + Iso6393 = "lim", + LocalName = "Limburgs", + Name = "Limburgish" + }, + new + { + Id = (short)93, + Iso6391 = "lg", + Iso6392 = "lug", + Iso6392B = "lug", + Iso6392T = "lug", + Iso6393 = "lug", + LocalName = "Luganda", + Name = "Ganda" + }, + new + { + Id = (short)94, + Iso6391 = "my", + Iso6392 = "mya", + Iso6392B = "bur", + Iso6392T = "mya", + Iso6393 = "mya", + LocalName = "မြန်မာဘာသာ", + Name = "Burmese" + }, + new + { + Id = (short)95, + Iso6391 = "ca", + Iso6392 = "cat", + Iso6392B = "cat", + Iso6392T = "cat", + Iso6393 = "cat", + LocalName = "Català", + Name = "Catalan" + }, + new + { + Id = (short)96, + Iso6391 = "ch", + Iso6392 = "cha", + Iso6392B = "cha", + Iso6392T = "cha", + Iso6393 = "cha", + LocalName = "Chamoru", + Name = "Chamorro" + }, + new + { + Id = (short)97, + Iso6391 = "ce", + Iso6392 = "che", + Iso6392B = "che", + Iso6392T = "che", + Iso6393 = "che", + LocalName = "Нохчийн", + Name = "Chechen" + }, + new + { + Id = (short)98, + Iso6391 = "ny", + Iso6392 = "nya", + Iso6392B = "nya", + Iso6392T = "nya", + Iso6393 = "nya", + LocalName = "Chichewa", + Name = "Chichewa" + }, + new + { + Id = (short)99, + Iso6391 = "zh", + Iso6392 = "zho", + Iso6392B = "chi", + Iso6392T = "zho", + Iso6393 = "zho", + LocalName = "中文", + Name = "Chinese" + }, + new + { + Id = (short)100, + Iso6391 = "cv", + Iso6392 = "chv", + Iso6392B = "chv", + Iso6392T = "chv", + Iso6393 = "chv", + LocalName = "Чӑвашла", + Name = "Chuvash" + }, + new + { + Id = (short)101, + Iso6391 = "kw", + Iso6392 = "cor", + Iso6392B = "cor", + Iso6392T = "cor", + Iso6393 = "cor", + LocalName = "Kernewek", + Name = "Cornish" + }, + new + { + Id = (short)102, + Iso6391 = "co", + Iso6392 = "cos", + Iso6392B = "cos", + Iso6392T = "cos", + Iso6393 = "cos", + LocalName = "Corsu", + Name = "Corsican" + }, + new + { + Id = (short)103, + Iso6391 = "cr", + Iso6392 = "cre", + Iso6392B = "cre", + Iso6392T = "cre", + Iso6393 = "cre", + LocalName = "ᓀᐦᐃᔭᐍᐏᐣ", + Name = "Cree" + }, + new + { + Id = (short)105, + Iso6391 = "cs", + Iso6392 = "ces", + Iso6392B = "cze", + Iso6392T = "ces", + Iso6393 = "ces", + LocalName = "Čeština", + Name = "Czech" + }, + new + { + Id = (short)106, + Iso6391 = "da", + Iso6392 = "dan", + Iso6392B = "dan", + Iso6392T = "dan", + Iso6393 = "dan", + LocalName = "Dansk", + Name = "Danish" + }, + new + { + Id = (short)107, + Iso6391 = "dv", + Iso6392 = "div", + Iso6392B = "div", + Iso6392T = "div", + Iso6393 = "div", + LocalName = "Divehi", + Name = "Divehi" + }, + new + { + Id = (short)108, + Iso6391 = "nl", + Iso6392 = "nld", + Iso6392B = "dut", + Iso6392T = "nld", + Iso6393 = "nld", + LocalName = "Nederlands", + Name = "Dutch" + }, + new + { + Id = (short)109, + Iso6391 = "dz", + Iso6392 = "dzo", + Iso6392B = "dzo", + Iso6392T = "dzo", + Iso6393 = "dzo", + LocalName = "རྫོང་ཁ", + Name = "Dzongkha" + }, + new + { + Id = (short)110, + Iso6391 = "en", + Iso6392 = "eng", + Iso6392B = "eng", + Iso6392T = "eng", + Iso6393 = "eng", + LocalName = "English", + Name = "English" + }, + new + { + Id = (short)111, + Iso6391 = "eo", + Iso6392 = "epo", + Iso6392B = "epo", + Iso6392T = "epo", + Iso6393 = "epo", + LocalName = "Esperanto", + Name = "Esperanto" + }, + new + { + Id = (short)112, + Iso6391 = "et", + Iso6392 = "est", + Iso6392B = "est", + Iso6392T = "est", + Iso6393 = "est", + LocalName = "Eesti", + Name = "Estonian" + }, + new + { + Id = (short)113, + Iso6391 = "bg", + Iso6392 = "bul", + Iso6392B = "bul", + Iso6392T = "bul", + Iso6393 = "bul", + LocalName = "Български", + Name = "Bulgarian" + }, + new + { + Id = (short)114, + Iso6391 = "ee", + Iso6392 = "ewe", + Iso6392B = "ewe", + Iso6392T = "ewe", + Iso6393 = "ewe", + LocalName = "Eʋegbe", + Name = "Ewe" + }, + new + { + Id = (short)115, + Iso6391 = "br", + Iso6392 = "bre", + Iso6392B = "bre", + Iso6392T = "bre", + Iso6393 = "bre", + LocalName = "Brezhoneg", + Name = "Breton" + }, + new + { + Id = (short)116, + Iso6391 = "bi", + Iso6392 = "bis", + Iso6392B = "bis", + Iso6392T = "bis", + Iso6393 = "bis", + LocalName = "Bislama", + Name = "Bislama" + }, + new + { + Id = (short)117, + Iso6391 = "aa", + Iso6392 = "aar", + Iso6392B = "aar", + Iso6392T = "aar", + Iso6393 = "aar", + LocalName = "Afaraf", + Name = "Afar" + }, + new + { + Id = (short)118, + Iso6391 = "af", + Iso6392 = "afr", + Iso6392B = "afr", + Iso6392T = "afr", + Iso6393 = "afr", + LocalName = "Afrikaans", + Name = "Afrikaans" + }, + new + { + Id = (short)119, + Iso6391 = "ak", + Iso6392 = "aka", + Iso6392B = "aka", + Iso6392T = "aka", + Iso6393 = "aka", + LocalName = "Akan", + Name = "Akan" + }, + new + { + Id = (short)120, + Iso6391 = "sq", + Iso6392 = "sqi", + Iso6392B = "alb", + Iso6392T = "sqi", + Iso6393 = "sqi", + LocalName = "Shqip", + Name = "Albanian" + }, + new + { + Id = (short)121, + Iso6391 = "am", + Iso6392 = "amh", + Iso6392B = "amh", + Iso6392T = "amh", + Iso6393 = "amh", + LocalName = "አማርኛ", + Name = "Amharic" + }, + new + { + Id = (short)122, + Iso6391 = "ar", + Iso6392 = "ara", + Iso6392B = "ara", + Iso6392T = "ara", + Iso6393 = "ara", + LocalName = "العربية", + Name = "Arabic" + }, + new + { + Id = (short)123, + Iso6391 = "an", + Iso6392 = "arg", + Iso6392B = "arg", + Iso6392T = "arg", + Iso6393 = "arg", + LocalName = "Aragonés", + Name = "Aragonese" + }, + new + { + Id = (short)124, + Iso6391 = "hy", + Iso6392 = "hye", + Iso6392B = "arm", + Iso6392T = "hye", + Iso6393 = "hye", + LocalName = "Հայերեն", + Name = "Armenian" + }, + new + { + Id = (short)125, + Iso6391 = "as", + Iso6392 = "asm", + Iso6392B = "asm", + Iso6392T = "asm", + Iso6393 = "asm", + LocalName = "অসমীয়া", + Name = "Assamese" + }, + new + { + Id = (short)126, + Iso6391 = "av", + Iso6392 = "ava", + Iso6392B = "ava", + Iso6392T = "ava", + Iso6393 = "ava", + LocalName = "Авар", + Name = "Avaric" + }, + new + { + Id = (short)127, + Iso6391 = "ae", + Iso6392 = "ave", + Iso6392B = "ave", + Iso6392T = "ave", + Iso6393 = "ave", + LocalName = "avesta", + Name = "Avestan" + }, + new + { + Id = (short)128, + Iso6391 = "ay", + Iso6392 = "aym", + Iso6392B = "aym", + Iso6392T = "aym", + Iso6393 = "aym", + LocalName = "Aymar", + Name = "Aymara" + }, + new + { + Id = (short)129, + Iso6391 = "az", + Iso6392 = "aze", + Iso6392B = "aze", + Iso6392T = "aze", + Iso6393 = "aze", + LocalName = "Azərbaycanca", + Name = "Azerbaijani" + }, + new + { + Id = (short)130, + Iso6391 = "bm", + Iso6392 = "bam", + Iso6392B = "bam", + Iso6392T = "bam", + Iso6393 = "bam", + LocalName = "Bamanankan", + Name = "Bambara" + }, + new + { + Id = (short)131, + Iso6391 = "ba", + Iso6392 = "bak", + Iso6392B = "bak", + Iso6392T = "bak", + Iso6393 = "bak", + LocalName = "Башҡортса", + Name = "Bashkir" + }, + new + { + Id = (short)132, + Iso6391 = "eu", + Iso6392 = "eus", + Iso6392B = "baq", + Iso6392T = "eus", + Iso6393 = "eus", + LocalName = "Euskara", + Name = "Basque" + }, + new + { + Id = (short)133, + Iso6391 = "be", + Iso6392 = "bel", + Iso6392B = "bel", + Iso6392T = "bel", + Iso6393 = "bel", + LocalName = "Беларуская", + Name = "Belarusian" + }, + new + { + Id = (short)134, + Iso6391 = "bn", + Iso6392 = "ben", + Iso6392B = "ben", + Iso6392T = "ben", + Iso6393 = "ben", + LocalName = "বাংলা", + Name = "Bengali" + }, + new + { + Id = (short)135, + Iso6391 = "bh", + Iso6392 = "bih", + Iso6392B = "bih", + Iso6392T = "bih", + Iso6393 = "bih", + LocalName = "भोजपुरी", + Name = "Bihari" + }, + new + { + Id = (short)137, + Iso6391 = "fo", + Iso6392 = "fao", + Iso6392B = "fao", + Iso6392T = "fao", + Iso6393 = "fao", + LocalName = "Føroyskt", + Name = "Faroese" + }, + new + { + Id = (short)138, + Iso6391 = "fj", + Iso6392 = "fij", + Iso6392B = "fij", + Iso6392T = "fij", + Iso6393 = "fij", + LocalName = "Na Vosa Vaka-Viti", + Name = "Fijian" + }, + new + { + Id = (short)139, + Iso6391 = "fi", + Iso6392 = "fin", + Iso6392B = "fin", + Iso6392T = "fin", + Iso6393 = "fin", + LocalName = "Suomi", + Name = "Finnish" + }, + new + { + Id = (short)140, + Iso6391 = "iu", + Iso6392 = "iku", + Iso6392B = "iku", + Iso6392T = "iku", + Iso6393 = "iku", + LocalName = "ᐃᓄᒃᑎᑐᑦ", + Name = "Inuktitut" + }, + new + { + Id = (short)141, + Iso6391 = "ja", + Iso6392 = "jpn", + Iso6392B = "jpn", + Iso6392T = "jpn", + Iso6393 = "jpn", + LocalName = "日本語", + Name = "Japanese" + }, + new + { + Id = (short)142, + Iso6391 = "jv", + Iso6392 = "jav", + Iso6392B = "jav", + Iso6392T = "jav", + Iso6393 = "jav", + LocalName = "Basa Jawa", + Name = "Javanese" + }, + new + { + Id = (short)143, + Iso6391 = "kl", + Iso6392 = "kal", + Iso6392B = "kal", + Iso6392T = "kal", + Iso6393 = "kal", + LocalName = "Kalaallisut", + Name = "Kalaallisut" + }, + new + { + Id = (short)144, + Iso6391 = "kn", + Iso6392 = "kan", + Iso6392B = "kan", + Iso6392T = "kan", + Iso6393 = "kan", + LocalName = "ಕನ್ನಡ", + Name = "Kannada" + }, + new + { + Id = (short)145, + Iso6391 = "kr", + Iso6392 = "kau", + Iso6392B = "kau", + Iso6392T = "kau", + Iso6393 = "kau", + LocalName = "Kanuri", + Name = "Kanuri" + }, + new + { + Id = (short)146, + Iso6391 = "ks", + Iso6392 = "kas", + Iso6392B = "kas", + Iso6392T = "kas", + Iso6393 = "kas", + LocalName = "كشميري", + Name = "Kashmiri" + }, + new + { + Id = (short)147, + Iso6391 = "kk", + Iso6392 = "kaz", + Iso6392B = "kaz", + Iso6392T = "kaz", + Iso6393 = "kaz", + LocalName = "Қазақша", + Name = "Kazakh" + }, + new + { + Id = (short)148, + Iso6391 = "km", + Iso6392 = "khm", + Iso6392B = "khm", + Iso6392T = "khm", + Iso6393 = "khm", + LocalName = "ភាសាខ្មែរ", + Name = "Khmer" + }, + new + { + Id = (short)149, + Iso6391 = "ki", + Iso6392 = "kik", + Iso6392B = "kik", + Iso6392T = "kik", + Iso6393 = "kik", + LocalName = "Gĩkũyũ", + Name = "Kikuyu" + }, + new + { + Id = (short)150, + Iso6391 = "rw", + Iso6392 = "kin", + Iso6392B = "kin", + Iso6392T = "kin", + Iso6393 = "kin", + LocalName = "Kinyarwanda", + Name = "Kinyarwanda" + }, + new + { + Id = (short)151, + Iso6391 = "ky", + Iso6392 = "kir", + Iso6392B = "kir", + Iso6392T = "kir", + Iso6393 = "kir", + LocalName = "Кыргызча", + Name = "Kyrgyz" + }, + new + { + Id = (short)152, + Iso6391 = "kv", + Iso6392 = "kom", + Iso6392B = "kom", + Iso6392T = "kom", + Iso6393 = "kom", + LocalName = "Коми", + Name = "Komi" + }, + new + { + Id = (short)153, + Iso6391 = "kg", + Iso6392 = "kon", + Iso6392B = "kon", + Iso6392T = "kon", + Iso6393 = "kon", + LocalName = "Kongo", + Name = "Kongo" + }, + new + { + Id = (short)154, + Iso6391 = "ko", + Iso6392 = "kor", + Iso6392B = "kor", + Iso6392T = "kor", + Iso6393 = "kor", + LocalName = "한국어", + Name = "Korean" + }, + new + { + Id = (short)155, + Iso6391 = "ku", + Iso6392 = "kur", + Iso6392B = "kur", + Iso6392T = "kur", + Iso6393 = "kur", + LocalName = "Kurdî", + Name = "Kurdish" + }, + new + { + Id = (short)156, + Iso6391 = "kj", + Iso6392 = "kua", + Iso6392B = "kua", + Iso6392T = "kua", + Iso6393 = "kua", + LocalName = "Kuanyama", + Name = "Kwanyama" + }, + new + { + Id = (short)157, + Iso6391 = "la", + Iso6392 = "lat", + Iso6392B = "lat", + Iso6392T = "lat", + Iso6393 = "lat", + LocalName = "Latina", + Name = "Latin" + }, + new + { + Id = (short)158, + Iso6391 = "lb", + Iso6392 = "ltz", + Iso6392B = "ltz", + Iso6392T = "ltz", + Iso6393 = "ltz", + LocalName = "Lëtzebuergesch", + Name = "Luxembourgish" + }, + new + { + Id = (short)159, + Iso6391 = "it", + Iso6392 = "ita", + Iso6392B = "ita", + Iso6392T = "ita", + Iso6393 = "ita", + LocalName = "Italiano", + Name = "Italian" + }, + new + { + Id = (short)160, + Iso6391 = "is", + Iso6392 = "isl", + Iso6392B = "ice", + Iso6392T = "isl", + Iso6393 = "isl", + LocalName = "Íslenska", + Name = "Icelandic" + }, + new + { + Id = (short)161, + Iso6391 = "io", + Iso6392 = "ido", + Iso6392B = "ido", + Iso6392T = "ido", + Iso6393 = "ido", + LocalName = "Ido", + Name = "Ido" + }, + new + { + Id = (short)162, + Iso6391 = "ik", + Iso6392 = "ipk", + Iso6392B = "ipk", + Iso6392T = "ipk", + Iso6393 = "ipk", + LocalName = "Iñupiak", + Name = "Inupiaq" + }, + new + { + Id = (short)163, + Iso6391 = "fr", + Iso6392 = "fra", + Iso6392B = "fre", + Iso6392T = "fra", + Iso6393 = "fra", + LocalName = "Français", + Name = "French" + }, + new + { + Id = (short)164, + Iso6391 = "ff", + Iso6392 = "ful", + Iso6392B = "ful", + Iso6392T = "ful", + Iso6393 = "ful", + LocalName = "Fulfulde", + Name = "Fula" + }, + new + { + Id = (short)165, + Iso6391 = "gl", + Iso6392 = "glg", + Iso6392B = "glg", + Iso6392T = "glg", + Iso6393 = "glg", + LocalName = "Galego", + Name = "Galician" + }, + new + { + Id = (short)166, + Iso6391 = "ka", + Iso6392 = "kat", + Iso6392B = "geo", + Iso6392T = "kat", + Iso6393 = "kat", + LocalName = "ქართული", + Name = "Georgian" + }, + new + { + Id = (short)167, + Iso6391 = "de", + Iso6392 = "deu", + Iso6392B = "ger", + Iso6392T = "deu", + Iso6393 = "deu", + LocalName = "Deutsch", + Name = "German" + }, + new + { + Id = (short)168, + Iso6391 = "el", + Iso6392 = "ell", + Iso6392B = "gre", + Iso6392T = "ell", + Iso6393 = "ell", + LocalName = "Ελληνικά", + Name = "Greek" + }, + new + { + Id = (short)169, + Iso6391 = "gn", + Iso6392 = "grn", + Iso6392B = "grn", + Iso6392T = "grn", + Iso6393 = "grn", + LocalName = "Avañe'ẽ", + Name = "Guaraní" + }, + new + { + Id = (short)170, + Iso6391 = "gu", + Iso6392 = "guj", + Iso6392B = "guj", + Iso6392T = "guj", + Iso6393 = "guj", + LocalName = "ગુજરાતી", + Name = "Gujarati" + }, + new + { + Id = (short)171, + Iso6391 = "ht", + Iso6392 = "hat", + Iso6392B = "hat", + Iso6392T = "hat", + Iso6393 = "hat", + LocalName = "Kreyòl Ayisyen", + Name = "Haitian" + }, + new + { + Id = (short)172, + Iso6391 = "za", + Iso6392 = "zha", + Iso6392B = "zha", + Iso6392T = "zha", + Iso6393 = "zha", + LocalName = "Cuengh", + Name = "Zhuang" + }, + new + { + Id = (short)173, + Iso6391 = "ha", + Iso6392 = "hau", + Iso6392B = "hau", + Iso6392T = "hau", + Iso6393 = "hau", + LocalName = "هَوُسَ", + Name = "Hausa" + }, + new + { + Id = (short)174, + Iso6391 = "hz", + Iso6392 = "her", + Iso6392B = "her", + Iso6392T = "her", + Iso6393 = "her", + LocalName = "Otjiherero", + Name = "Herero" + }, + new + { + Id = (short)175, + Iso6391 = "hi", + Iso6392 = "hin", + Iso6392B = "hin", + Iso6392T = "hin", + Iso6393 = "hin", + LocalName = "हिन्दी", + Name = "Hindi" + }, + new + { + Id = (short)176, + Iso6391 = "ho", + Iso6392 = "hmo", + Iso6392B = "hmo", + Iso6392T = "hmo", + Iso6393 = "hmo", + LocalName = "Hiri Motu", + Name = "Hiri Motu" + }, + new + { + Id = (short)177, + Iso6391 = "hu", + Iso6392 = "hun", + Iso6392B = "hun", + Iso6392T = "hun", + Iso6393 = "hun", + LocalName = "Magyar", + Name = "Hungarian" + }, + new + { + Id = (short)178, + Iso6391 = "ia", + Iso6392 = "ina", + Iso6392B = "ina", + Iso6392T = "ina", + Iso6393 = "ina", + LocalName = "Interlingua", + Name = "Interlingua" + }, + new + { + Id = (short)179, + Iso6391 = "id", + Iso6392 = "ind", + Iso6392B = "ind", + Iso6392T = "ind", + Iso6393 = "ind", + LocalName = "Bahasa Indonesia", + Name = "Indonesian" + }, + new + { + Id = (short)180, + Iso6391 = "ie", + Iso6392 = "ile", + Iso6392B = "ile", + Iso6392T = "ile", + Iso6393 = "ile", + LocalName = "Interlingue", + Name = "Interlingue" + }, + new + { + Id = (short)181, + Iso6391 = "ga", + Iso6392 = "gle", + Iso6392B = "gle", + Iso6392T = "gle", + Iso6393 = "gle", + LocalName = "Gaeilge", + Name = "Irish" + }, + new + { + Id = (short)182, + Iso6391 = "ig", + Iso6392 = "ibo", + Iso6392B = "ibo", + Iso6392T = "ibo", + Iso6393 = "ibo", + LocalName = "Igbo", + Name = "Igbo" + }, + new + { + Id = (short)183, + Iso6391 = "he", + Iso6392 = "heb", + Iso6392B = "heb", + Iso6392T = "heb", + Iso6393 = "heb", + LocalName = "עברית", + Name = "Hebrew" + }, + new + { + Id = (short)184, + Iso6391 = "zu", + Iso6392 = "zul", + Iso6392B = "zul", + Iso6392T = "zul", + Iso6393 = "zul", + LocalName = "isiZulu", + Name = "Zulu" + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.License", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("SMALLINT") + .HasAnnotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.IdentityColumn); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.Property("DescriptionUrl") + .HasColumnType("TEXT"); + + b.Property("ModifiedDateUtc") + .IsRequired() + .ValueGeneratedOnAddOrUpdate() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp() ON UPDATE current_timestamp()"); + + b.Property("Name") + .IsRequired() + .HasColumnType("VARCHAR(126)"); + + b.Property("PermissiveAdaptation") + .HasColumnType("tinyint(1)"); + + b.Property("PermissiveCommercial") + .HasColumnType("tinyint(1)"); + + b.HasKey("Id"); + + b.ToTable("licenses"); + + b.HasData( + new + { + Id = (short)1, + DescriptionUrl = "https://creativecommons.org/licenses/by-nc-nd/4.0/", + Name = "CC BY-NC-ND 4.0", + PermissiveAdaptation = false, + PermissiveCommercial = false + }, + new + { + Id = (short)2, + DescriptionUrl = "https://opensource.org/licenses/MIT", + Name = "The MIT License", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)3, + Name = "Restricted", + PermissiveAdaptation = false, + PermissiveCommercial = false + }, + new + { + Id = (short)4, + DescriptionUrl = "https://www.gnu.org/licenses/gpl-3.0.en.html", + Name = "GPLv3", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)5, + DescriptionUrl = "https://en.wikipedia.org/wiki/All_rights_reserved", + Name = "All Rights Reserved", + PermissiveAdaptation = false, + PermissiveCommercial = false + }, + new + { + Id = (short)6, + DescriptionUrl = "https://creativecommons.org/licenses/by-nc-sa/3.0/", + Name = "CC BY-NC-SA 3.0", + PermissiveAdaptation = true, + PermissiveCommercial = false + }, + new + { + Id = (short)7, + Name = "Permissive", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)8, + DescriptionUrl = "https://creativecommons.org/licenses/by-sa/4.0/", + Name = "CC BY-SA 4.0", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)9, + DescriptionUrl = "https://creativecommons.org/licenses/by-nc-sa/4.0/", + Name = "CC BY-NC-SA 4.0", + PermissiveAdaptation = true, + PermissiveCommercial = false + }, + new + { + Id = (short)10, + DescriptionUrl = "https://opensource.org/licenses/BSD-3-Clause", + Name = "BSD-3-Clause", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)11, + DescriptionUrl = "https://unlicense.org/", + Name = "The Unlicense", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)12, + DescriptionUrl = "https://creativecommons.org/licenses/by-sa/3.0/", + Name = "CC BY-SA 3.0", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)13, + DescriptionUrl = "https://creativecommons.org/licenses/by-nc/4.0/", + Name = "CC BY-NC 4.0", + PermissiveAdaptation = true, + PermissiveCommercial = false + }, + new + { + Id = (short)14, + DescriptionUrl = "http://www.wtfpl.net/", + Name = "WTFPL", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)15, + DescriptionUrl = "https://creativecommons.org/licenses/by-nd/4.0/", + Name = "CC BY-ND 4.0", + PermissiveAdaptation = false, + PermissiveCommercial = true + }, + new + { + Id = (short)16, + DescriptionUrl = "https://creativecommons.org/licenses/by/3.0/", + Name = "CC BY 3.0", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)17, + DescriptionUrl = "https://opensource.org/licenses/ISC", + Name = "ISC", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)18, + DescriptionUrl = "https://www.apache.org/licenses/LICENSE-2.0", + Name = "Apache 2.0", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)19, + DescriptionUrl = "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html", + Name = "GPLv2", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)20, + Name = "Public Domain", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)21, + DescriptionUrl = "https://osint.bambenekconsulting.com/license.txt", + Name = "OSINT", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)22, + DescriptionUrl = "https://raw.githubusercontent.com/googlehosts/hosts/master/LICENSE", + Name = "GoogleHosts", + PermissiveAdaptation = false, + PermissiveCommercial = false + }, + new + { + Id = (short)23, + DescriptionUrl = "https://dbad-license.org/", + Name = "\"Don't Be A Dick\" Public License", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)24, + DescriptionUrl = "https://creativecommons.org/licenses/by/4.0/", + Name = "CC BY 4.0", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)25, + DescriptionUrl = "https://creativecommons.org/licenses/by-nc-sa/2.5/", + Name = "CC BY-NC-SA 2.5", + PermissiveAdaptation = true, + PermissiveCommercial = false + }, + new + { + Id = (short)26, + DescriptionUrl = "https://creativecommons.org/licenses/by-nc-nd/3.0/", + Name = "CC BY-NC-ND 3.0", + PermissiveAdaptation = false, + PermissiveCommercial = false + }, + new + { + Id = (short)27, + DescriptionUrl = "https://opensource.org/licenses/BSD-2-Clause", + Name = "BSD-2-Clause", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)28, + DescriptionUrl = "https://creativecommons.org/publicdomain/zero/1.0/", + Name = "CC0 1.0 Universal", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)29, + DescriptionUrl = "https://spdx.org/licenses/Beerware.html", + Name = "The Beer-Ware License", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)30, + DescriptionUrl = "https://creativecommons.org/licenses/by-sa/2.1/jp/deed.en", + Name = "CC BY-SA 2.1 JP", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)31, + DescriptionUrl = "https://creativecommons.org/licenses/by-nc/3.0/", + Name = "CC BY-NC 3.0", + PermissiveAdaptation = true, + PermissiveCommercial = false + }, + new + { + Id = (short)32, + Name = "Permissive non-commercial", + PermissiveAdaptation = true, + PermissiveCommercial = false + }, + new + { + Id = (short)33, + DescriptionUrl = "https://www.mozilla.org/MPL/2.0/", + Name = "Mozilla Public License v2.0", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)34, + DescriptionUrl = "https://www.gnu.org/licenses/lgpl-3.0.en.html", + Name = "Lesser GPL v3", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)35, + DescriptionUrl = "https://github.com/DandelionSprout/Dandelicence/blob/master/DandelicenceNewestVersion.md", + Name = "Dandelicence", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)36, + DescriptionUrl = "https://creativecommons.org/licenses/by-nd/3.0/", + Name = "CC BY-ND 3.0", + PermissiveAdaptation = false, + PermissiveCommercial = true + }, + new + { + Id = (short)37, + DescriptionUrl = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html", + Name = "Lesser GPL v2.1", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)38, + Name = "Generic copyfree", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)39, + Name = "Generic copyleft", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)40, + DescriptionUrl = "https://pgl.yoyo.org/license/", + Name = "McRae General Public License", + PermissiveAdaptation = true, + PermissiveCommercial = false + }, + new + { + Id = (short)41, + DescriptionUrl = "https://directory.fsf.org/wiki/License:AGPL-1.0", + Name = "AGPLv1", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)42, + DescriptionUrl = "https://www.vicidial.com/?page_id=260", + Name = "AGPLv2", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)43, + DescriptionUrl = "https://www.gnu.org/licenses/agpl-3.0.html", + Name = "AGPLv3", + PermissiveAdaptation = true, + PermissiveCommercial = true + }, + new + { + Id = (short)44, + DescriptionUrl = "https://opensource.org/licenses/CPAL-1.0", + Name = "CPAL-1.0", + PermissiveAdaptation = true, + PermissiveCommercial = true + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Maintainer", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("SMALLINT") + .HasAnnotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.IdentityColumn); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.Property("EmailAddress") + .ValueGeneratedOnAdd() + .HasColumnType("VARCHAR(126)") + .HasDefaultValueSql("NULL"); + + b.Property("HomeUrl") + .HasColumnType("TEXT"); + + b.Property("ModifiedDateUtc") + .IsRequired() + .ValueGeneratedOnAddOrUpdate() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp() ON UPDATE current_timestamp()"); + + b.Property("Name") + .IsRequired() + .HasColumnType("VARCHAR(126)"); + + b.Property("TwitterHandle") + .ValueGeneratedOnAdd() + .HasColumnType("VARCHAR(126)") + .HasDefaultValueSql("NULL"); + + b.HasKey("Id"); + + b.ToTable("maintainers"); + + b.HasData( + new + { + Id = (short)2, + Name = "AppliliZ", + TwitterHandle = "280blocker" + }, + new + { + Id = (short)3, + Name = "Brad Conte", + TwitterHandle = "bradconte" + }, + new + { + Id = (short)4, + HomeUrl = "https://forum.xda-developers.com/member.php?u=4877037", + Name = "BSDgeek_Jake" + }, + new + { + Id = (short)5, + Name = "Michael Trimm" + }, + new + { + Id = (short)6, + EmailAddress = "info@eyeo.com", + HomeUrl = "https://eyeo.com/", + Name = "eyeo GmbH", + TwitterHandle = "eyeo" + }, + new + { + Id = (short)7, + HomeUrl = "https://easylist.to/", + Name = "The EasyList Authors" + }, + new + { + Id = (short)8, + HomeUrl = "https://github.com/mayve", + Name = "mayve" + }, + new + { + Id = (short)10, + HomeUrl = "https://www.malwaredomainlist.com/", + Name = "Malware Domain List Community", + TwitterHandle = "_MDL_" + }, + new + { + Id = (short)11, + HomeUrl = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=542", + Name = "Lian" + }, + new + { + Id = (short)12, + HomeUrl = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=2266", + Name = "Crits" + }, + new + { + Id = (short)13, + HomeUrl = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=1260", + Name = "smed79" + }, + new + { + Id = (short)14, + EmailAddress = "mp3geek@gmail.com", + HomeUrl = "https://www.fanboy.co.nz/", + Name = "Ryan Brown", + TwitterHandle = "fanboynz" + }, + new + { + Id = (short)15, + HomeUrl = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=333", + Name = "MonztA" + }, + new + { + Id = (short)16, + HomeUrl = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=1488", + Name = "Famlam" + }, + new + { + Id = (short)17, + HomeUrl = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=1400", + Name = "Khrin" + }, + new + { + Id = (short)18, + HomeUrl = "https://github.com/SlowMemory", + Name = "SlowMemory" + }, + new + { + Id = (short)19, + HomeUrl = "https://www.blogger.com/profile/09662737599549871224", + Name = "Mike Burgess" + }, + new + { + Id = (short)20, + HomeUrl = "https://github.com/taylr", + Name = "Matt Taylor" + }, + new + { + Id = (short)21, + HomeUrl = "https://github.com/hoshsadiq/adblock-nocoin-list", + Name = "Hosh" + }, + new + { + Id = (short)22, + EmailAddress = "imreeil42@gmail.com", + HomeUrl = "https://sproutsluckycorner.wordpress.com/", + Name = "Imre Kristoffer Eilertsen" + }, + new + { + Id = (short)23, + EmailAddress = "cosntacptamem@abuse.ch", + HomeUrl = "https://abuse.ch/", + Name = "abuse.ch", + TwitterHandle = "abuse_ch" + }, + new + { + Id = (short)24, + HomeUrl = "https://github.com/metaphoricgiraffe", + Name = "metaphoricgiraffe" + }, + new + { + Id = (short)25, + EmailAddress = "badmojr@gmail.com", + HomeUrl = "https://forum.xda-developers.com/member.php?u=8758244", + Name = "badmojr" + }, + new + { + Id = (short)26, + HomeUrl = "https://github.com/elypter", + Name = "elypter" + }, + new + { + Id = (short)27, + HomeUrl = "https://ker.af/", + Name = "Rafael Keramidas", + TwitterHandle = "iamkeraf" + }, + new + { + Id = (short)28, + EmailAddress = "blablabla@alleblock.pl", + HomeUrl = "https://github.com/maciejtarmas", + Name = "Maciej Tarmas" + }, + new + { + Id = (short)29, + HomeUrl = "https://github.com/bkrucarci", + Name = "Bekir" + }, + new + { + Id = (short)30, + EmailAddress = "anudeep@protonmail.com", + HomeUrl = "https://github.com/anudeepND", + Name = "Anudeep", + TwitterHandle = "anudeepND" + }, + new + { + Id = (short)31, + HomeUrl = "https://github.com/arcetera", + Name = "arcetera" + }, + new + { + Id = (short)32, + HomeUrl = "https://github.com/MajkiIT", + Name = "MajkiIT" + }, + new + { + Id = (short)33, + EmailAddress = "kadrep@outlook.com", + HomeUrl = "https://github.com/azet12/", + Name = "azet12" + }, + new + { + Id = (short)34, + EmailAddress = "polishjarvis@gmail.com", + HomeUrl = "https://github.com/PolishFiltersTeam/", + Name = "Polish Filters Team" + }, + new + { + Id = (short)35, + EmailAddress = "bjorn@bjornstar.com", + HomeUrl = "https://bjornstar.com/", + Name = "Bjorn Stromberg" + }, + new + { + Id = (short)36, + EmailAddress = "martin@herndl.org", + HomeUrl = "https://github.com/monojp", + Name = "Martin Herndl" + }, + new + { + Id = (short)37, + HomeUrl = "https://github.com/vokins", + Name = "vokins" + }, + new + { + Id = (short)38, + HomeUrl = "https://kowith337.github.io/", + Name = "Kowith Singkornkeeree", + TwitterHandle = "kowith337" + }, + new + { + Id = (short)39, + EmailAddress = "me@pureapp.in.th", + HomeUrl = "https://www.pureapp.in.th/", + Name = "Pakkapon Phongthawee" + }, + new + { + Id = (short)40, + EmailAddress = "gato@intaa.net", + HomeUrl = "https://warui.intaa.net/", + Name = "Warui", + TwitterHandle = "gatolabo" + }, + new + { + Id = (short)41, + EmailAddress = "multiverse2011@gmail.com", + HomeUrl = "https://github.com/multiverse2011", + Name = "Multiverse2011", + TwitterHandle = "multiverse2011" + }, + new + { + Id = (short)42, + HomeUrl = "https://cosmonote.blogspot.com", + Name = "Cosmonote" + }, + new + { + Id = (short)43, + HomeUrl = "https://github.com/Lerist", + Name = "Lerist" + }, + new + { + Id = (short)44, + HomeUrl = "http://vxvault.net/", + Name = "VXVault", + TwitterHandle = "siri_urz" + }, + new + { + Id = (short)45, + EmailAddress = "support@disconnect.me", + HomeUrl = "https://disconnect.me", + Name = "Disconnect", + TwitterHandle = "disconnectme" + }, + new + { + Id = (short)46, + HomeUrl = "https://adguard.com/", + Name = "AdGuard", + TwitterHandle = "adguard" + }, + new + { + Id = (short)47, + HomeUrl = "https://github.com/reek", + Name = "Reek" + }, + new + { + Id = (short)48, + HomeUrl = "https://github.com/eladkarako", + Name = "Elad Karako" + }, + new + { + Id = (short)49, + EmailAddress = "zerodot1@bk.ru", + HomeUrl = "https://github.com/ZeroDot1", + Name = "ZeroDot1", + TwitterHandle = "hobbygrafix" + }, + new + { + Id = (short)51, + EmailAddress = "lolipopplus@protonmail.com", + HomeUrl = "https://github.com/Rictusempra", + Name = "Rictusempra" + }, + new + { + Id = (short)52, + EmailAddress = "tomas@getadblock.com", + HomeUrl = "https://github.com/tomasko126", + Name = "Tomáš Taro" + }, + new + { + Id = (short)53, + HomeUrl = "https://github.com/Hubird-au", + Name = "Hubird-au" + }, + new + { + Id = (short)54, + HomeUrl = "https://github.com/hl2guide", + Name = "deanoman" + }, + new + { + Id = (short)55, + HomeUrl = "https://github.com/haykam821", + Name = "haykam821" + }, + new + { + Id = (short)56, + HomeUrl = "https://github.com/cb-software", + Name = "cb-software" + }, + new + { + Id = (short)57, + HomeUrl = "https://github.com/gorhill", + Name = "Raymond Hill", + TwitterHandle = "gorhill" + }, + new + { + Id = (short)58, + HomeUrl = "https://github.com/toshiya44", + Name = "Toshiya" + }, + new + { + Id = (short)59, + EmailAddress = "jamie@jamiedubs.com", + HomeUrl = "https://jamiedubs.com/", + Name = "Jamie Wilkinson", + TwitterHandle = "jamiew" + }, + new + { + Id = (short)62, + HomeUrl = "https://github.com/raghavdua1995", + Name = "Raghav Dua" + }, + new + { + Id = (short)63, + HomeUrl = "https://github.com/jspenguin2017", + Name = "Hugo Xu" + }, + new + { + Id = (short)64, + HomeUrl = "https://github.com/lassekongo83", + Name = "Mattias" + }, + new + { + Id = (short)66, + HomeUrl = "https://gist.github.com/BBcan177", + Name = "BBcan177", + TwitterHandle = "BBcan177" + }, + new + { + Id = (short)68, + HomeUrl = "https://github.com/betterwebleon/", + Name = "betterwebleon" + }, + new + { + Id = (short)69, + HomeUrl = "https://github.com/notracking", + Name = "notracking" + }, + new + { + Id = (short)70, + HomeUrl = "https://github.com/KonoromiHimaries", + Name = "KonoromiHimaries" + }, + new + { + Id = (short)71, + HomeUrl = "https://forums.lanik.us/memberlist.php?mode=viewprofile&u=9300", + Name = "invisible666" + }, + new + { + Id = (short)72, + EmailAddress = "endolith@gmail.com", + HomeUrl = "https://github.com/endolith", + Name = "endolith" + }, + new + { + Id = (short)73, + HomeUrl = "https://github.com/UnluckyLuke", + Name = "UnluckyLuke" + }, + new + { + Id = (short)75, + HomeUrl = "https://github.com/xd4rker", + Name = "xd4rker", + TwitterHandle = "xd4rker" + }, + new + { + Id = (short)76, + HomeUrl = "https://github.com/hit3shjain", + Name = "hit3shjain" + }, + new + { + Id = (short)77, + HomeUrl = "https://github.com/SkeletalDemise", + Name = "SkeletalDemise" + }, + new + { + Id = (short)78, + EmailAddress = "github@paulbutler.org", + HomeUrl = "https://paulbutler.org", + Name = "Paul Butler", + TwitterHandle = "paulgb" + }, + new + { + Id = (short)79, + EmailAddress = "info@dshield.org", + HomeUrl = "https://dshield.org/", + Name = "DShield" + }, + new + { + Id = (short)80, + EmailAddress = "email@kowabit.de", + HomeUrl = "https://www.kowabit.de/", + Name = "kowabit" + }, + new + { + Id = (short)81, + HomeUrl = "https://github.com/chadmayfield", + Name = "Chad Mayfield", + TwitterHandle = "chadrmayfield" + }, + new + { + Id = (short)82, + HomeUrl = "https://getadblock.com/", + Name = "AdBlock" + }, + new + { + Id = (short)83, + HomeUrl = "https://forum.xda-developers.com/member.php?u=4546389", + Name = "jerryn70" + }, + new + { + Id = (short)84, + EmailAddress = "mail.energized@protonmail.com", + HomeUrl = "https://github.com/EnergizedProtection", + Name = "Team Boltz", + TwitterHandle = "adroitadorkhan" + }, + new + { + Id = (short)85, + HomeUrl = "https://github.com/FadeMind", + Name = "FadeMind" + }, + new + { + Id = (short)86, + HomeUrl = "http://rlwpx.free.fr/", + Name = "Airelle" + }, + new + { + Id = (short)87, + Name = "Aegis Team", + TwitterHandle = "TeamAEGISgg" + }, + new + { + Id = (short)88, + EmailAddress = "support@riskanalytics.com", + HomeUrl = "https://www.riskanalytics.com/", + Name = "RiskAnalytics" + }, + new + { + Id = (short)89, + EmailAddress = "support@it-mate.co.uk", + HomeUrl = "https://hosts-file.net/", + Name = "Hosts-File Dot Net" + }, + new + { + Id = (short)90, + EmailAddress = "jmdugan_pubprofile_1522347973@biocontact.org", + HomeUrl = "https://biocontact.org/jmdugan/", + Name = "Jonathan Dugan" + }, + new + { + Id = (short)91, + EmailAddress = "pgl@yoyo.org", + HomeUrl = "https://pgl.yoyo.org/", + Name = "Peter Lowe" + }, + new + { + Id = (short)92, + HomeUrl = "https://forums.lanik.us/viewforum.php?f=102", + Name = "RU AdList" + }, + new + { + Id = (short)93, + EmailAddress = "steveb@stevenblack.com", + HomeUrl = "http://stevenblack.com/", + Name = "Steven Black", + TwitterHandle = "steveblack" + }, + new + { + Id = (short)94, + HomeUrl = "https://github.com/yourduskquibbles", + Name = "yourduskquibbles" + }, + new + { + Id = (short)95, + HomeUrl = "https://github.com/k2jp", + Name = "k2jp" + }, + new + { + Id = (short)96, + EmailAddress = "blog@zoso.ro", + HomeUrl = "https://www.zoso.ro/", + Name = "Zoso", + TwitterHandle = "zoso" + }, + new + { + Id = (short)97, + EmailAddress = "easylisthebrew@gmail.com", + HomeUrl = "https://github.com/easylist/EasyListHebrew", + Name = "EasyListHebrew" + }, + new + { + Id = (short)98, + EmailAddress = "easylist.china@gmail.com", + HomeUrl = "https://abpchina.org/forum/", + Name = "EasyList China" + }, + new + { + Id = (short)99, + HomeUrl = "https://margevicius.lt/", + Name = "gymka" + }, + new + { + Id = (short)100, + HomeUrl = "https://stanev.org/", + Name = "Alex Stanev" + }, + new + { + Id = (short)101, + Name = "BLOGRAM" + }, + new + { + Id = (short)102, + HomeUrl = "https://notabug.org/anonymous74100?tab=activity", + Name = "anonymous74100" + }, + new + { + Id = (short)103, + EmailAddress = "costa@firehol.org", + HomeUrl = "https://firehol.org/", + Name = "FireHOL" + }, + new + { + Id = (short)104, + EmailAddress = "mail@perflyst.de", + HomeUrl = "https://github.com/Perflyst", + Name = "Perflyst" + }, + new + { + Id = (short)105, + HomeUrl = "https://github.com/crazy-max", + Name = "CrazyMax" + }, + new + { + Id = (short)106, + HomeUrl = "https://github.com/sipp11", + Name = "sipp11" + }, + new + { + Id = (short)107, + EmailAddress = "bogachenkove@gmail.com", + HomeUrl = "https://github.com/bogachenko", + Name = "Bogachenko Vyacheslav" + }, + new + { + Id = (short)108, + EmailAddress = "nolamiller1203+githubmochifilter@gmail.com", + HomeUrl = "https://pokapoka.shoooter.net/", + Name = "eEIi0A5L", + TwitterHandle = "mochi_adfilter" + }, + new + { + Id = (short)109, + HomeUrl = "https://github.com/deathbybandaid", + Name = "Deathbybandaid" + }, + new + { + Id = (short)110, + HomeUrl = "https://akamaru.de/", + Name = "Akamaru", + TwitterHandle = "Akamaru_Pie" + }, + new + { + Id = (short)111, + HomeUrl = "https://github.com/MrBukLau", + Name = "Buk Lau" + }, + new + { + Id = (short)112, + HomeUrl = "https://github.com/olegwukr", + Name = "olegwukr" + }, + new + { + Id = (short)113, + HomeUrl = "https://github.com/koenrh", + Name = "Koen Rouwhorst" + }, + new + { + Id = (short)114, + EmailAddress = "neofelhz@gmail.com", + HomeUrl = "https://nfz.moe/", + Name = "neo Felhz", + TwitterHandle = "neoFelhz" + }, + new + { + Id = (short)115, + HomeUrl = "https://www.stopforumspam.com/", + Name = "StopForumSpam.com", + TwitterHandle = "StopForumSpam" + }, + new + { + Id = (short)116, + EmailAddress = "github@chrisbuijs.com", + HomeUrl = "https://github.com/cbuijs/", + Name = "Chris Buijs" + }, + new + { + Id = (short)117, + EmailAddress = "admin@intr0.com", + HomeUrl = "https://intr0.com/", + Name = "intr0" + }, + new + { + Id = (short)118, + HomeUrl = "https://github.com/ookangzheng", + Name = "ookangzheng" + }, + new + { + Id = (short)119, + EmailAddress = "hector@molinero.dev", + HomeUrl = "https://github.com/hectorm", + Name = "Héctor Molinero Fernández" + }, + new + { + Id = (short)120, + HomeUrl = "https://github.com/ngosang", + Name = "Diego Heras" + }, + new + { + Id = (short)121, + EmailAddress = "mitchellkrog@gmail.com", + HomeUrl = "https://github.com/mitchellkrogza", + Name = "mitchellkrogza" + }, + new + { + Id = (short)122, + EmailAddress = "dev@oz.nu", + HomeUrl = "https://github.com/oznu", + Name = "oznu" + }, + new + { + Id = (short)123, + EmailAddress = "reddestdream@gmail.com", + HomeUrl = "https://github.com/ReddestDream", + Name = "ReddestDream" + }, + new + { + Id = (short)124, + EmailAddress = "jcb@bambenekconsulting.com", + HomeUrl = "https://www.bambenekconsulting.com", + Name = "John Bambenek" + }, + new + { + Id = (short)125, + EmailAddress = "jwspamspy@pobox.com", + HomeUrl = "https://joewein.de/", + Name = "Joe Wein" + }, + new + { + Id = (short)126, + EmailAddress = "radicalbotanical@aol.com", + HomeUrl = "https://github.com/bongochong", + Name = "Chongo Bong" + }, + new + { + Id = (short)127, + HomeUrl = "https://quidsup.net/", + Name = "QuidsUp" + }, + new + { + Id = (short)128, + HomeUrl = "https://github.com/kano1", + Name = "kano1" + }, + new + { + Id = (short)129, + HomeUrl = "https://hostsfile.mine.nu/", + Name = "Andy Short" + }, + new + { + Id = (short)130, + HomeUrl = "https://github.com/RooneyMcNibNug", + Name = "RooneyMcNibNug", + TwitterHandle = "rooneymcnibnug" + }, + new + { + Id = (short)131, + HomeUrl = "http://columwalsh.ie/", + Name = "Colum Walsh" + }, + new + { + Id = (short)132, + HomeUrl = "https://github.com/mtxadmin", + Name = "mtxadmin" + }, + new + { + Id = (short)133, + HomeUrl = "https://gioxx.org/", + Name = "Giovanni Francesco Solone", + TwitterHandle = "gioxx" + }, + new + { + Id = (short)134, + EmailAddress = "elias.ojala+github@kapsi.fi", + HomeUrl = "https://github.com/theel0ja", + Name = "Elias Ojala" + }, + new + { + Id = (short)135, + HomeUrl = "https://github.com/CitizenXVIL", + Name = "CitizenXVIL" + }, + new + { + Id = (short)136, + EmailAddress = "author@i-dont-care-about-cookies.eu", + HomeUrl = "https://www.i-dont-care-about-cookies.eu/", + Name = "Daniel Kladnik" + }, + new + { + Id = (short)137, + HomeUrl = "https://github.com/Sinfonietta", + Name = "Sinfonietta" + }, + new + { + Id = (short)138, + HomeUrl = "https://github.com/HankAviator", + Name = "HankAviator" + }, + new + { + Id = (short)139, + HomeUrl = "https://www.github.developerdan.com/hosts/", + Name = "lightswitch05" + }, + new + { + Id = (short)140, + HomeUrl = "https://github.com/mmotti", + Name = "mmotti" + }, + new + { + Id = (short)141, + HomeUrl = "https://github.com/hawkeye116477", + Name = "hawkeye116477" + }, + new + { + Id = (short)142, + HomeUrl = "https://github.com/caffeinewriter", + Name = "caffeinewriter" + }, + new + { + Id = (short)143, + HomeUrl = "https://github.com/Nebula-Mechanica", + Name = "Nebula-Mechanica" + }, + new + { + Id = (short)144, + HomeUrl = "https://github.com/Cybo1927", + Name = "Cybo1927" + }, + new + { + Id = (short)145, + EmailAddress = "iurcaberciudarius@gmail.com", + HomeUrl = "https://github.com/DariusIurca", + Name = "DariusIurca", + TwitterHandle = "dariusiurca" + }, + new + { + Id = (short)146, + EmailAddress = "geoffrey+website@frogeye.fr", + HomeUrl = "https://geoffrey.frogeye.fr/", + Name = "Geoffrey Frogeye", + TwitterHandle = "GeoffreyFrogeye" + }, + new + { + Id = (short)147, + HomeUrl = "https://github.com/LanikSJ", + Name = "LanikSJ" + }, + new + { + Id = (short)148, + EmailAddress = "me@deletescape.ch", + HomeUrl = "https://deletescape.ch/", + Name = "deletescape", + TwitterHandle = "deletescape" + }, + new + { + Id = (short)149, + HomeUrl = "https://github.com/InnoScorpio", + Name = "InnoScorpio" + }, + new + { + Id = (short)150, + HomeUrl = "https://github.com/Yuki2718", + Name = "Yuki2718" + }, + new + { + Id = (short)151, + HomeUrl = "https://nou.si/", + Name = "Soteria nou" + }, + new + { + Id = (short)152, + EmailAddress = "daniel@danielmiessler.com", + HomeUrl = "https://danielmiessler.com/", + Name = "Daniel Miessler", + TwitterHandle = "danielmiessler" + }, + new + { + Id = (short)153, + EmailAddress = "fabrice.prigent@ut-capitole.fr", + HomeUrl = "https://dsi.ut-capitole.fr/blacklists/", + Name = "Fabrice Prigent" + }, + new + { + Id = (short)154, + HomeUrl = "https://blocklist.site/", + Name = "Block Lists Project" + }, + new + { + Id = (short)155, + HomeUrl = "https://github.com/bongochong", + Name = "Chongo Bong" + }, + new + { + Id = (short)156, + HomeUrl = "https://www.ftpihole.com/", + Name = "FTPiHole" + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Rule", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("INT") + .HasAnnotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.IdentityColumn); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.Property("Raw") + .IsRequired() + .HasColumnType("LONGTEXT"); + + b.HasKey("Id"); + + b.ToTable("rules"); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Snapshot", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("MEDIUMINT") + .HasAnnotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.IdentityColumn); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.Property("FilterListId") + .HasColumnType("SMALLINT"); + + b.Property("HttpStatusCode") + .ValueGeneratedOnAdd() + .HasColumnType("SMALLINT") + .HasDefaultValueSql("NULL"); + + b.Property("Md5Checksum") + .HasColumnType("BINARY(16)"); + + b.Property("ModifiedDateUtc") + .IsRequired() + .ValueGeneratedOnAddOrUpdate() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp() ON UPDATE current_timestamp()"); + + b.Property("WasSuccessful") + .HasColumnType("tinyint(1)"); + + b.Property("WasUpdated") + .HasColumnType("tinyint(1)"); + + b.Property("WaybackTimestamp") + .HasColumnType("TIMESTAMP"); + + b.Property("WaybackUrl") + .HasColumnType("TEXT"); + + b.HasKey("Id"); + + b.HasIndex("FilterListId"); + + b.ToTable("snapshots"); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Software", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("SMALLINT") + .HasAnnotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.IdentityColumn); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.Property("DownloadUrl") + .HasColumnType("TEXT"); + + b.Property("HomeUrl") + .HasColumnType("TEXT"); + + b.Property("IsAbpSubscribable") + .HasColumnType("tinyint(1)"); + + b.Property("ModifiedDateUtc") + .IsRequired() + .ValueGeneratedOnAddOrUpdate() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp() ON UPDATE current_timestamp()"); + + b.Property("Name") + .IsRequired() + .HasColumnType("VARCHAR(126)"); + + b.HasKey("Id"); + + b.ToTable("software"); + + b.HasData( + new + { + Id = (short)1, + DownloadUrl = "https://github.com/gorhill/uBlock#installation", + HomeUrl = "https://github.com/gorhill/uBlock", + IsAbpSubscribable = true, + Name = "uBlock Origin" + }, + new + { + Id = (short)2, + DownloadUrl = "https://adblockplus.org/", + HomeUrl = "https://adblockplus.org/", + IsAbpSubscribable = true, + Name = "Adblock Plus" + }, + new + { + Id = (short)3, + DownloadUrl = "https://adguard.com/en/download.html", + HomeUrl = "https://adguard.com/", + IsAbpSubscribable = true, + Name = "AdGuard" + }, + new + { + Id = (short)4, + DownloadUrl = "https://f-droid.org/packages/org.jak_linux.dns66/", + HomeUrl = "https://github.com/julian-klode/dns66", + IsAbpSubscribable = false, + Name = "DNS66" + }, + new + { + Id = (short)5, + DownloadUrl = "https://github.com/NanoAdblocker/NanoCore#nano-adblocker-core", + HomeUrl = "https://github.com/NanoAdblocker/NanoCore", + IsAbpSubscribable = true, + Name = "Nano Adblocker" + }, + new + { + Id = (short)6, + DownloadUrl = "https://getadblock.com/", + HomeUrl = "https://getadblock.com/", + IsAbpSubscribable = true, + Name = "AdBlock" + }, + new + { + Id = (short)7, + DownloadUrl = "https://f-droid.org/packages/org.adaway/", + HomeUrl = "https://adaway.org/", + IsAbpSubscribable = false, + Name = "AdAway" + }, + new + { + Id = (short)8, + DownloadUrl = "https://addons.mozilla.org/firefox/addon/personal-blocklist/", + HomeUrl = "https://addons.mozilla.org/firefox/addon/personal-blocklist/", + IsAbpSubscribable = false, + Name = "Personal Blocklist for Firefox" + }, + new + { + Id = (short)10, + DownloadUrl = "http://einaregilsson.com/redirector/", + HomeUrl = "http://einaregilsson.com/redirector/", + IsAbpSubscribable = false, + Name = "Redirector" + }, + new + { + Id = (short)11, + DownloadUrl = "https://github.com/scottlerch/HostsFileEditor/releases", + HomeUrl = "https://hostsfileeditor.com/", + IsAbpSubscribable = false, + Name = "Hosts File Editor" + }, + new + { + Id = (short)12, + DownloadUrl = "https://github.com/2ndalpha/gasmask/releases", + HomeUrl = "https://github.com/2ndalpha/gasmask", + IsAbpSubscribable = false, + Name = "Gas Mask" + }, + new + { + Id = (short)13, + DownloadUrl = "https://github.com/xd4rker/MinerBlock/releases", + HomeUrl = "https://github.com/xd4rker/MinerBlock", + IsAbpSubscribable = false, + Name = "MinerBlock" + }, + new + { + Id = (short)14, + DownloadUrl = "https://pi-hole.net/", + HomeUrl = "https://pi-hole.net/", + IsAbpSubscribable = false, + Name = "Pi-hole" + }, + new + { + Id = (short)16, + DownloadUrl = "https://support.microsoft.com/en-gb/help/18520/download-internet-explorer-11-offline-installer", + HomeUrl = "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/hh273399(v=vs.85)", + IsAbpSubscribable = false, + Name = "Internet Explorer (TPL)" + }, + new + { + Id = (short)17, + DownloadUrl = "https://greasyfork.org/scripts/1682-google-hit-hider-by-domain-search-filter-block-sites", + HomeUrl = "https://www.jeffersonscher.com/gm/google-hit-hider/", + IsAbpSubscribable = false, + Name = "Google Hit Hider by Domain" + }, + new + { + Id = (short)18, + DownloadUrl = "https://firehol.org/installing/", + HomeUrl = "https://firehol.org/", + IsAbpSubscribable = false, + Name = "FireHOL" + }, + new + { + Id = (short)19, + HomeUrl = "https://www.samsungknox.com", + IsAbpSubscribable = false, + Name = "Samsung Knox" + }, + new + { + Id = (short)20, + DownloadUrl = "https://www.obdev.at/products/littlesnitch/download.html", + HomeUrl = "https://www.obdev.at/products/littlesnitch/index.html", + IsAbpSubscribable = false, + Name = "Little Snitch" + }, + new + { + Id = (short)21, + DownloadUrl = "https://www.privoxy.org/sf-download-mirror/", + HomeUrl = "https://www.privoxy.org/", + IsAbpSubscribable = false, + Name = "Privoxy" + }, + new + { + Id = (short)22, + DownloadUrl = "https://diversion.ch/diversion/installation.html", + HomeUrl = "https://diversion.ch/", + IsAbpSubscribable = false, + Name = "Diversion" + }, + new + { + Id = (short)23, + DownloadUrl = "http://www.thekelleys.org.uk/dnsmasq/", + HomeUrl = "http://www.thekelleys.org.uk/dnsmasq/doc.html", + IsAbpSubscribable = false, + Name = "dnsmasq" + }, + new + { + Id = (short)24, + DownloadUrl = "https://www.slimjet.com/en/dlpage.php", + HomeUrl = "https://www.slimjet.com", + IsAbpSubscribable = true, + Name = "Slimjet" + }, + new + { + Id = (short)25, + DownloadUrl = "https://github.com/gorhill/uMatrix#umatrix", + HomeUrl = "https://github.com/gorhill/uMatrix", + IsAbpSubscribable = true, + Name = "uMatrix" + }, + new + { + Id = (short)26, + DownloadUrl = "https://f-droid.org/packages/org.blokada.alarm/", + HomeUrl = "https://blokada.org", + IsAbpSubscribable = false, + Name = "Blokada" + }, + new + { + Id = (short)27, + DownloadUrl = "https://github.com/henrypp/hostsmgr/releases", + HomeUrl = "https://www.henrypp.org/product/hostsmgr", + IsAbpSubscribable = false, + Name = "hostsmgr" + }, + new + { + Id = (short)28, + DownloadUrl = "https://zenz-solutions.de/personaldnsfilter/", + HomeUrl = "https://zenz-solutions.de/personaldnsfilter/", + IsAbpSubscribable = false, + Name = "personalDNSfilter" + }, + new + { + Id = (short)29, + DownloadUrl = "https://nlnetlabs.nl/projects/unbound/download/", + HomeUrl = "https://nlnetlabs.nl/projects/unbound/about/", + IsAbpSubscribable = false, + Name = "Unbound" + }, + new + { + Id = (short)30, + DownloadUrl = "https://www.isc.org/bind/", + HomeUrl = "https://www.isc.org/bind/", + IsAbpSubscribable = false, + Name = "BIND" + }, + new + { + Id = (short)31, + DownloadUrl = "https://github.com/AdguardTeam/AdGuardHome/releases", + HomeUrl = "https://github.com/AdguardTeam/AdGuardHome", + IsAbpSubscribable = false, + Name = "AdGuard Home" + }, + new + { + Id = (short)32, + DownloadUrl = "https://adnauseam.io/", + HomeUrl = "https://adnauseam.io/", + IsAbpSubscribable = true, + Name = "AdNauseam" + }, + new + { + Id = (short)33, + IsAbpSubscribable = false, + Name = "Legacy Unix derivatives" + }, + new + { + Id = (short)34, + IsAbpSubscribable = false, + Name = "Windows command line" + }, + new + { + Id = (short)35, + DownloadUrl = "https://shadowsocks.org/en/download/clients.html", + HomeUrl = "https://shadowsocks.org/en/index.html", + IsAbpSubscribable = false, + Name = "Shadowsocks" + }, + new + { + Id = (short)36, + DownloadUrl = "https://github.com/shadowsocksrr/shadowsocksr-csharp/releases", + HomeUrl = "https://github.com/shadowsocksrr/shadowsocksr-csharp", + IsAbpSubscribable = false, + Name = "ShadowsocksR" + }, + new + { + Id = (short)37, + DownloadUrl = "https://apps.apple.com/app/shadowrocket/id932747118", + HomeUrl = "https://liguangming.com/Shadowrocket", + IsAbpSubscribable = false, + Name = "Shadowrocket" + }, + new + { + Id = (short)38, + DownloadUrl = "https://github.com/fengyc/URLRedirector/#urlredirector", + HomeUrl = "https://github.com/fengyc/URLRedirector/", + IsAbpSubscribable = false, + Name = "URLRedirector" + }, + new + { + Id = (short)39, + HomeUrl = "https://www.reddit.com/r/pfBlockerNG/", + IsAbpSubscribable = false, + Name = "pfBlockerNG" + }, + new + { + Id = (short)40, + DownloadUrl = "https://www.opera.com/", + HomeUrl = "https://www.opera.com/", + IsAbpSubscribable = true, + Name = "Opera's built-in adblocker" + }, + new + { + Id = (short)41, + DownloadUrl = "https://nssurge.com/mac/v3/Surge-latest.zip", + HomeUrl = "https://nssurge.com/", + IsAbpSubscribable = false, + Name = "Surge" + }, + new + { + Id = (short)42, + DownloadUrl = "https://github.com/DNSCrypt/dnscrypt-proxy/releases/latest", + HomeUrl = "https://github.com/DNSCrypt/dnscrypt-proxy", + IsAbpSubscribable = false, + Name = "dnscrypt-proxy" + }, + new + { + Id = (short)43, + DownloadUrl = "https://github.com/pymumu/smartdns/releases", + HomeUrl = "https://github.com/pymumu/smartdns", + IsAbpSubscribable = false, + Name = "SmartDNS" + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Syntax", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("SMALLINT") + .HasAnnotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.IdentityColumn); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.Property("DefinitionUrl") + .HasColumnType("TEXT"); + + b.Property("ModifiedDateUtc") + .IsRequired() + .ValueGeneratedOnAddOrUpdate() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp() ON UPDATE current_timestamp()"); + + b.Property("Name") + .IsRequired() + .HasColumnType("VARCHAR(126)"); + + b.HasKey("Id"); + + b.ToTable("syntaxes"); + + b.HasData( + new + { + Id = (short)1, + DefinitionUrl = "https://en.wikipedia.org/wiki/Hosts_(file)", + Name = "Hosts (localhost IPv4)" + }, + new + { + Id = (short)2, + Name = "Domains" + }, + new + { + Id = (short)3, + DefinitionUrl = "https://adblockplus.org/filters", + Name = "Adblock Plus" + }, + new + { + Id = (short)4, + DefinitionUrl = "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax", + Name = "uBlock Origin Static" + }, + new + { + Id = (short)6, + DefinitionUrl = "https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters", + Name = "AdGuard" + }, + new + { + Id = (short)7, + DefinitionUrl = "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide", + Name = "uMatrix/uBO lined dynamic rules" + }, + new + { + Id = (short)8, + Name = "URLs" + }, + new + { + Id = (short)9, + Name = "IPs (IPv4; no CIDR)" + }, + new + { + Id = (short)10, + DefinitionUrl = "https://blogs.msdn.microsoft.com/ie/2010/12/07/ie9-and-privacy-introducing-tracking-protection/", + Name = "Tracking Protection List (IE)" + }, + new + { + Id = (short)11, + Name = "Redirector" + }, + new + { + Id = (short)12, + DefinitionUrl = "https://github.com/NanoAdblocker/NanoCore/tree/master/notes", + Name = "Nano Adblocker Static" + }, + new + { + Id = (short)13, + DefinitionUrl = "https://github.com/xd4rker/MinerBlock", + Name = "MinerBlock" + }, + new + { + Id = (short)14, + DefinitionUrl = "https://en.wikipedia.org/wiki/Hosts_(file)", + Name = "Non-localhost hosts (IPv4)" + }, + new + { + Id = (short)15, + Name = "IPs (Start-end-range only)" + }, + new + { + Id = (short)16, + Name = "Domains with wildcards" + }, + new + { + Id = (short)17, + DefinitionUrl = "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#scriptlet-injection", + Name = "uBlock Origin scriptlet injection" + }, + new + { + Id = (short)18, + DefinitionUrl = "https://help.obdev.at/littlesnitch/lsc-rule-group-subscriptions", + Name = "Little Snitch subscription rules" + }, + new + { + Id = (short)19, + DefinitionUrl = "https://www.privoxy.org/user-manual/actions-file.html", + Name = "Privoxy action file" + }, + new + { + Id = (short)20, + Name = "dnsmasq domains list" + }, + new + { + Id = (short)21, + DefinitionUrl = "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#include-file-name", + Name = "!#include compilation" + }, + new + { + Id = (short)22, + Name = "DNS servers" + }, + new + { + Id = (short)23, + Name = "Unix-format hosts.deny file" + }, + new + { + Id = (short)24, + Name = "Unbound" + }, + new + { + Id = (short)25, + Name = "Response Policy Zones (RPZ)" + }, + new + { + Id = (short)26, + Name = "BIND" + }, + new + { + Id = (short)27, + Name = "Windows command line script" + }, + new + { + Id = (short)28, + DefinitionUrl = "https://help.eyeo.com/en/adblockplus/how-to-write-filters#basic", + Name = "Adblocker-syntax domains" + }, + new + { + Id = (short)29, + Name = "Socks5" + }, + new + { + Id = (short)30, + DefinitionUrl = "https://docs.pi-hole.net/ftldns/regex/tutorial/", + Name = "Pi-hole RegEx" + }, + new + { + Id = (short)31, + Name = "URLRedirector" + }, + new + { + Id = (short)32, + Name = "IPs (IPv4; some CIDR)" + }, + new + { + Id = (short)33, + Name = "IPs (IPv4 + IPv6; no CIDR)" + }, + new + { + Id = (short)34, + Name = "IPs (IPv4; CIDR only)" + }, + new + { + Id = (short)35, + DefinitionUrl = "https://en.wikipedia.org/wiki/Hosts_(file)", + Name = "Hosts (localhost IPv4 + IPv6)" + }, + new + { + Id = (short)36, + DefinitionUrl = "https://en.wikipedia.org/wiki/Hosts_(file)", + Name = "Hosts (localhost IPv6)" + }, + new + { + Id = (short)37, + DefinitionUrl = "https://en.wikipedia.org/wiki/Hosts_(file)", + Name = "Non-localhost hosts (IPv6)" + }, + new + { + Id = (short)38, + Name = "Adblock Plus Advanced" + }, + new + { + Id = (short)39, + Name = "IPs (IPv6 only; no CIDR)" + }, + new + { + Id = (short)40, + Name = "IPs (IPv6 only; some CIDR)" + }, + new + { + Id = (short)41, + Name = "IPs (IPv6 only; CIDR only)" + }, + new + { + Id = (short)42, + Name = "IPs (IPv4 + IPv6; some CIDR)" + }, + new + { + Id = (short)43, + Name = "IPs (IPv4 + IPv6; CIDR only)" + }, + new + { + Id = (short)44, + Name = "PowerShell PKG file" + }, + new + { + Id = (short)45, + Name = "IPs (IPv4; some start-end-range)" + }, + new + { + Id = (short)46, + Name = "''$important''/''$empty'' only" + }, + new + { + Id = (short)47, + Name = "Adblocker-syntax domains w/o ABP tag" + }, + new + { + Id = (short)48, + Name = "Domains with ABP tag" + }, + new + { + Id = (short)49, + Name = "SmartDNS" + }, + new + { + Id = (short)50, + Name = "Domains for whitelisting" + }, + new + { + Id = (short)51, + DefinitionUrl = "https://github.com/gorhill/uMatrix/wiki/Ruleset-recipes", + Name = "uMatrix ruleset recipe" + }, + new + { + Id = (short)52, + Name = "personalDNSfilter whitelisting" + }, + new + { + Id = (short)53, + DefinitionUrl = "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide", + Name = "uBO lined dynamic rules w/ noop" + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Tag", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("SMALLINT") + .HasAnnotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.IdentityColumn); + + b.Property("CreatedDateUtc") + .IsRequired() + .ValueGeneratedOnAdd() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp()"); + + b.Property("Description") + .HasColumnType("TEXT"); + + b.Property("ModifiedDateUtc") + .IsRequired() + .ValueGeneratedOnAddOrUpdate() + .HasColumnType("TIMESTAMP") + .HasDefaultValueSql("current_timestamp() ON UPDATE current_timestamp()"); + + b.Property("Name") + .IsRequired() + .HasColumnType("VARCHAR(126)"); + + b.HasKey("Id"); + + b.ToTable("tags"); + + b.HasData( + new + { + Id = (short)1, + Description = "Blocks cryptomining and/or cryptojacking", + Name = "crypto" + }, + new + { + Id = (short)2, + Description = "Blocks advertisements", + Name = "ads" + }, + new + { + Id = (short)3, + Description = "Blocks trackers and other privacy-invasive resources", + Name = "privacy" + }, + new + { + Id = (short)4, + Description = "Blocks social media scripts, trackers, widgets, comment sections, etc.", + Name = "social" + }, + new + { + Id = (short)5, + Description = "Blocks adblock detection scripts", + Name = "anti-adblock" + }, + new + { + Id = (short)6, + Description = "Blocks malicious resources", + Name = "malware" + }, + new + { + Id = (short)7, + Description = "Blocks phishing and/or scam resources", + Name = "phishing" + }, + new + { + Id = (short)8, + Description = "Blocks cookie notices primarily in response to the EU Cookie Law and GDPR", + Name = "cookies" + }, + new + { + Id = (short)9, + Description = "Blocks subjectively annoying resources", + Name = "annoyances" + }, + new + { + Id = (short)10, + Description = "Unblocks categorical resources", + Name = "whitelist" + }, + new + { + Id = (short)11, + Description = "Blocks adult, NSFW, pornographic, etc. resources", + Name = "nsfw" + }, + new + { + Id = (short)12, + Description = "Redirects traffic through proxies to get around firewalls or service shutdowns", + Name = "proxy" + }, + new + { + Id = (short)13, + Description = "Extends or blocks functionality from search engines", + Name = "search" + }, + new + { + Id = (short)14, + Description = "Intended for research only", + Name = "research" + }, + new + { + Id = (short)15, + Description = "Blocks specific topics/things", + Name = "topical" + }, + new + { + Id = (short)16, + Description = "Removes obstructing or annoying overlays", + Name = "overlay" + }, + new + { + Id = (short)17, + Description = "Blocks gambling resources", + Name = "gambling" + }, + new + { + Id = (short)18, + Description = "Removes website-embedded fonts", + Name = "fonts" + }, + new + { + Id = (short)19, + Description = "Blocks resources from certain companies", + Name = "anti-corp" + }, + new + { + Id = (short)20, + Description = "Lists that are of special interest to IT admins", + Name = "admin" + }, + new + { + Id = (short)21, + Description = "Lists that remove news stories of subjectively low quality", + Name = "clickbait" + }, + new + { + Id = (short)22, + Description = "Blocks religious or superstitious content", + Name = "religious" + }, + new + { + Id = (short)23, + Description = "Blocks pages from link-shortening services", + Name = "shorteners" + }, + new + { + Id = (short)24, + Description = "Blocks piracy-focusing sites", + Name = "piracy" + }, + new + { + Id = (short)25, + Description = "Blocks political content", + Name = "politics" + }, + new + { + Id = (short)26, + Description = "Blocks software updates", + Name = "updates" + }, + new + { + Id = (short)27, + Description = "Userstyles in adblocker syntax that change the appearance of sites", + Name = "userstyle" + }, + new + { + Id = (short)28, + Description = "Blocks requests that ask you to subscribe to newsletters", + Name = "newsletters" + }, + new + { + Id = (short)29, + Description = "Prevents \"How can I help you?\" prompts from popping up", + Name = "helpprompt" + }, + new + { + Id = (short)30, + Description = "Blocks certain cultural content", + Name = "cultural" + }, + new + { + Id = (short)31, + Description = "Removes empty boxes that remain after other things were blocked", + Name = "empty-box" + }, + new + { + Id = (short)32, + Description = "Blocks prompts to subscribe to push notifications", + Name = "push-notes" + }, + new + { + Id = (short)33, + Description = "Blocks promotions of websites' own mobile apps", + Name = "app-download" + }, + new + { + Id = (short)34, + Description = "Lists designed for units that are neither PCs or phones, e.g. TVs, game consoles, smart-sticks, etc.", + Name = "media-unit" + }, + new + { + Id = (short)35, + Description = "Lists that deal with specific sites or site groups only, without blocking them entirely", + Name = "site-specific" + }, + new + { + Id = (short)36, + Description = "Lists known to be so big as to begin to cause loading/processing issues on weaker units, e.g. old phones", + Name = "≥250K entries" + }, + new + { + Id = (short)37, + Description = "Blocks Dynamic DNS (DDNS) address providers and hosts", + Name = "dynamic-domains" + }, + new + { + Id = (short)38, + Description = "Pre-stable lists where maintainers are extra interested in feedback", + Name = "beta" + }, + new + { + Id = (short)39, + Description = "Replaces file and page sources to make them load faster", + Name = "cdn-replacer" + }, + new + { + Id = (short)40, + Description = "Bypasses paywalls on websites", + Name = "paywall" + }, + new + { + Id = (short)41, + Description = "Cleans up anime viewing websites to make them easier to use", + Name = "anime" + }); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.FilterList", b => + { + b.HasOne("FilterLists.Data.Entities.License", "License") + .WithMany("FilterLists") + .HasForeignKey("LicenseId"); + + b.HasOne("FilterLists.Data.Entities.Syntax", "Syntax") + .WithMany("FilterLists") + .HasForeignKey("SyntaxId"); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.Dependent", b => + { + b.HasOne("FilterLists.Data.Entities.FilterList", "DependencyFilterList") + .WithMany("DependencyFilterLists") + .HasForeignKey("DependencyFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Data.Entities.FilterList", "DependentFilterList") + .WithMany("DependentFilterLists") + .HasForeignKey("DependentFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.FilterListLanguage", b => + { + b.HasOne("FilterLists.Data.Entities.FilterList", "FilterList") + .WithMany("FilterListLanguages") + .HasForeignKey("FilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Data.Entities.Language", "Language") + .WithMany("FilterListLanguages") + .HasForeignKey("LanguageId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.FilterListMaintainer", b => + { + b.HasOne("FilterLists.Data.Entities.FilterList", "FilterList") + .WithMany("FilterListMaintainers") + .HasForeignKey("FilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Data.Entities.Maintainer", "Maintainer") + .WithMany("FilterListMaintainers") + .HasForeignKey("MaintainerId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.FilterListTag", b => + { + b.HasOne("FilterLists.Data.Entities.FilterList", "FilterList") + .WithMany("FilterListTags") + .HasForeignKey("FilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Data.Entities.Tag", "Tag") + .WithMany("FilterListTags") + .HasForeignKey("TagId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.Fork", b => + { + b.HasOne("FilterLists.Data.Entities.FilterList", "ForkFilterList") + .WithMany("ForkFilterLists") + .HasForeignKey("ForkFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Data.Entities.FilterList", "UpstreamFilterList") + .WithMany("UpstreamForkFilterLists") + .HasForeignKey("UpstreamFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.Merge", b => + { + b.HasOne("FilterLists.Data.Entities.FilterList", "MergeFilterList") + .WithMany("MergeFilterLists") + .HasForeignKey("MergeFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Data.Entities.FilterList", "UpstreamFilterList") + .WithMany("UpstreamMergeFilterLists") + .HasForeignKey("UpstreamFilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.SnapshotRule", b => + { + b.HasOne("FilterLists.Data.Entities.Rule", "Rule") + .WithMany("SnapshotRules") + .HasForeignKey("RuleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Data.Entities.Snapshot", "Snapshot") + .WithMany("SnapshotRules") + .HasForeignKey("SnapshotId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Junctions.SoftwareSyntax", b => + { + b.HasOne("FilterLists.Data.Entities.Software", "Software") + .WithMany("SoftwareSyntaxes") + .HasForeignKey("SoftwareId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("FilterLists.Data.Entities.Syntax", "Syntax") + .WithMany("SoftwareSyntaxes") + .HasForeignKey("SyntaxId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("FilterLists.Data.Entities.Snapshot", b => + { + b.HasOne("FilterLists.Data.Entities.FilterList", "FilterList") + .WithMany("Snapshots") + .HasForeignKey("FilterListId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/server/src/FilterLists.Data.Migrations/Migrations/20200811160016_1886.cs b/server/src/FilterLists.Data.Migrations/Migrations/20200811160016_1886.cs new file mode 100644 index 000000000..1fe3e8471 --- /dev/null +++ b/server/src/FilterLists.Data.Migrations/Migrations/20200811160016_1886.cs @@ -0,0 +1,31468 @@ +using System; +using Microsoft.EntityFrameworkCore.Migrations; + +namespace FilterLists.Api.Migrations +{ + public partial class _1886 : Migration + { + protected override void Up(MigrationBuilder migrationBuilder) + { + migrationBuilder.DeleteData( + table: "filterlists_tags", + keyColumns: new[] { "FilterListId", "TagId" }, + keyValues: new object[] { (short)2042, (short)30 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)1, new DateTime(2019, 4, 8, 14, 29, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2015, 4, 27, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)3, + column: "LicenseId", + value: (short)3); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)4, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 11, 19, 20, 26, 13, 0, DateTimeKind.Unspecified), new DateTime(2016, 12, 29, 17, 46, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)5, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 14, 53, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)6, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 8, 23, 7, 30, 22, 0, DateTimeKind.Unspecified), new DateTime(2017, 3, 4, 8, 46, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)10, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2019, 3, 3, 9, 19, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)11, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 4, 8, 15, 56, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)12, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "listefr.adblock@gmail.com", (short)6, new DateTime(2019, 4, 8, 16, 25, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)13, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 4, 8, 16, 32, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)14, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "liste.ar.adblock@gmail.com", (short)6, new DateTime(2019, 4, 8, 17, 36, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)16, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2016, 5, 13, 13, 2, 19, 0, DateTimeKind.Unspecified), new DateTime(2019, 12, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)17, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "winhelp2002@gmail.com", (short)9, new DateTime(2019, 3, 18, 11, 51, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)18, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2014, 6, 16, 23, 37, 58, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 19, 14, 2, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)19, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 17, 20, 18, 51, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 17, 40, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)20, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 5, 15, 2, 39, 19, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 1, 41, 2, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)27, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 6, 15, 6, 6, 48, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 12, 9, 5, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)28, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "cookies@prebake.eu", (short)2, new DateTime(2012, 11, 18, 20, 23, 53, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)29, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "cookies@prebake.eu", (short)2, new DateTime(2012, 11, 18, 20, 23, 53, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 1, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)30, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2016, 10, 24, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 18, 0, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)31, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2011, 12, 10, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)32, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 8, 19, 45, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)33, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2014, 11, 18, 11, 8, 41, 0, DateTimeKind.Unspecified), new DateTime(2015, 1, 21, 13, 8, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)34, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact@openphish.com", (short)5, new DateTime(2019, 4, 8, 19, 57, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)36, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 30, 11, 48, 44, 0, DateTimeKind.Unspecified), new DateTime(2017, 2, 20, 10, 20, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)38, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 11, 6, 14, 22, 56, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 12, 19, 48, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)39, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "latvian-list@googlegroups.com", (short)8, new DateTime(2019, 3, 18, 15, 0, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)47, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 8, 18, 54, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)49, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)20, new DateTime(2019, 3, 23, 22, 11, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)50, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "support@hexxiumcreations.com", (short)5, new DateTime(2016, 6, 29, 8, 27, 6, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 5, 17, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)51, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2012, 4, 25, 7, 10, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 20, 25, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)52, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "bug-gnuzilla@gnu.org", (short)5, new DateTime(2019, 4, 13, 2, 34, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)53, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)20, new DateTime(2018, 10, 4, 3, 4, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)54, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2016, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)56, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2019, 4, 13, 6, 4, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)59, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 11, 18, 6, 6, 9, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 15, 14, 39, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)60, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "polishjarvis@gmail.com", (short)8, new DateTime(2016, 11, 20, 11, 41, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 9, 8, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)61, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "polishjarvis@gmail.com", (short)8, new DateTime(2016, 4, 8, 12, 11, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 16, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)62, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)63, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)64, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2010, 12, 11, 10, 54, 9, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 22, 6, 5, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)65, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2010, 8, 18, 14, 3, 9, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 22, 6, 5, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)66, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 24, 2, 42, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)67, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2015, 10, 30, 17, 39, 31, 0, DateTimeKind.Unspecified), new DateTime(2018, 12, 4, 16, 3, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)68, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 2, 11, 18, 1, 6, 0, DateTimeKind.Unspecified), new DateTime(2017, 3, 17, 4, 32, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)69, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "adblock@gardar.net", (short)5, new DateTime(2018, 11, 8, 14, 25, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)70, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2015, 1, 11, 23, 1, 2, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 5, 10, 13, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)71, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@kiboke-studio.hr", (short)4, new DateTime(2019, 4, 13, 7, 41, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)72, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "hufilter.adblock@gmail.com", (short)24, new DateTime(2015, 1, 14, 14, 16, 50, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 11, 54, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)78, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)79, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)80, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2012, 4, 12, 22, 56, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)81, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 29, 13, 52, 34, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 16, 9, 38, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)82, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 3, 20, 18, 12, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 8, 13, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)83, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 5, 23, 21, 53, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 19, 16, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)84, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "errors@certyficate.it", (short)9, new DateTime(2016, 8, 7, 20, 10, 32, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 4, 8, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)85, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 6, 8, 17, 32, 45, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 8, 17, 32, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)86, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 10, 18, 15, 20, 50, 0, DateTimeKind.Unspecified), new DateTime(2017, 11, 28, 14, 12, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)87, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 4, 1, 12, 8, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 8, 43, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)88, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 4, 1, 12, 17, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 9, 17, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)89, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 4, 1, 12, 6, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 12, 2, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)90, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 4, 1, 12, 19, 27, 0, DateTimeKind.Unspecified), new DateTime(2016, 11, 15, 14, 1, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)91, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 4, 1, 12, 15, 40, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 16, 50, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)93, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)94, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 13, 13, 35, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)95, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)96, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)97, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2017, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)98, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2017, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)99, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)24, new DateTime(2014, 9, 13, 15, 24, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 5, 50, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)100, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)101, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)102, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2016, 9, 17, 15, 25, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 1, 57, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)103, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)104, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)105, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)106, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)107, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)108, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)109, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)110, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)111, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)112, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)113, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 25, 9, 49, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)114, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2015, 2, 7, 16, 48, 59, 0, DateTimeKind.Unspecified), new DateTime(2015, 4, 11, 17, 13, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)115, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "wduk10@hotmail.com", (short)34 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)116, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "mail@zoso.ro", (short)5, new DateTime(2019, 3, 10, 2, 15, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)117, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 14, 19, 13, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)118, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "mail@zoso.ro", (short)5, new DateTime(2019, 2, 11, 7, 58, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)119, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact@adblock.ro", (short)2, new DateTime(2019, 4, 14, 19, 40, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)131, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 14, 22, 31, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)132, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "denis-ovs@yandex.ru", (short)5, new DateTime(2008, 5, 18, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)133, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 14, 22, 42, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)134, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 14, 23, 9, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)135, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "wduk10@hotmail.com", (short)34 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)136, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "betterweb.leon@outlook.com", (short)2, new DateTime(2015, 12, 21, 23, 2, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 20, 21, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)137, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "steveb@stevenblack.com", (short)2, new DateTime(2012, 4, 12, 22, 56, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 30, 14, 15, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)138, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { true, (short)2, new DateTime(2018, 3, 24, 16, 22, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 27, 9, 46, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)139, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "admin@spam404.com", (short)8, new DateTime(2016, 2, 15, 21, 4, 57, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 15, 15, 13, 33, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)140, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "admin@spam404.com", (short)8, new DateTime(2016, 2, 15, 21, 4, 28, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 15, 15, 13, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)141, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)142, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2016, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)143, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)144, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)145, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)146, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)30, new DateTime(2012, 11, 6, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)147, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)150, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 1, 34, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)151, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)152, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)155, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 1, 46, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)156, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 1, 51, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)157, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 14, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)158, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 20, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)159, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 26, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)160, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 3, 25, 14, 58, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)161, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 34, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)162, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 54, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)163, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 3, 25, 15, 27, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)164, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 4, 2, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)165, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 3, 25, 17, 53, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)166, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 0, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)167, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 28, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)168, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 15, 6, 34, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)169, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 45, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)170, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 15, 6, 51, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)171, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2019, 4, 15, 7, 1, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)173, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31, new DateTime(2018, 10, 19, 12, 51, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)175, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2012, 8, 2, 14, 45, 38, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 19, 18, 43, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)176, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 6, 25, 6, 24, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 6, 16, 29, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)177, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 12, 16, 1, 31, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)178, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2013, 10, 20, 20, 57, 37, 0, DateTimeKind.Unspecified), new DateTime(2016, 3, 26, 9, 35, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)179, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2018, 4, 20, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)181, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2009, 10, 18, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)183, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2016, 10, 29, 15, 8, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 5, 38, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)184, + column: "LicenseId", + value: (short)16); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)185, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)186, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31, new DateTime(2018, 10, 11, 4, 12, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)187, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31, new DateTime(2018, 10, 11, 4, 17, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)188, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31, new DateTime(2018, 10, 11, 4, 23, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)189, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31, new DateTime(2018, 10, 11, 8, 13, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)190, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 30, 11, 36, 6, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 5, 13, 34, 57, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)191, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 30, 11, 36, 6, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 12, 10, 55, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)192, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 30, 11, 36, 6, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 16, 6, 43, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)197, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 15, 8, 59, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)198, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2010, 11, 6, 9, 47, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 8, 54, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)199, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2016, 12, 20, 14, 53, 3, 0, DateTimeKind.Unspecified), new DateTime(2018, 12, 14, 7, 31, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)200, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2016, 12, 20, 14, 53, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 26, 13, 29, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)201, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2016, 12, 20, 14, 53, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 26, 13, 29, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)202, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 7, 31, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)203, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 10, 10, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)204, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 3, 10, 58, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)205, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 13, 10, 40, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)206, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "support@abpvn.com", (short)4, new DateTime(2016, 7, 10, 8, 55, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 10, 6, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)207, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2014, 4, 17, 16, 49, 31, 0, DateTimeKind.Unspecified), new DateTime(2016, 11, 17, 3, 1, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)212, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 29, 13, 52, 34, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 20, 11, 25, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)213, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 1, 31, 12, 10, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 28, 15, 30, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)214, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 15, 10, 48, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)215, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "adblockpolska@gmail.com", (short)4, new DateTime(2014, 4, 21, 0, 24, 26, 0, DateTimeKind.Unspecified), new DateTime(2014, 11, 23, 1, 9, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)216, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2016, 3, 2, 7, 42, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 13, 30, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)217, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 1, 27, 21, 38, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)220, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)10, new DateTime(2014, 12, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)221, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "adblock@gurud.ee", (short)5, new DateTime(2018, 11, 20, 4, 33, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)222, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "slasharash@protonmail.com", (short)29, new DateTime(2015, 12, 1, 10, 57, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 20, 19, 30, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)223, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "errors@certyficate.it", (short)9, new DateTime(2015, 9, 17, 9, 36, 26, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 13, 0, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)224, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2015, 9, 17, 9, 35, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 13, 30, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)225, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 8, 22, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)226, + column: "LicenseId", + value: (short)16); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)227, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@eyeo.com", (short)5, new DateTime(2019, 4, 15, 12, 39, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)228, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)27, new DateTime(2016, 10, 14, 17, 36, 56, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 11, 20, 51, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)229, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2019, 4, 15, 20, 23, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)232, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2017, 1, 5, 8, 16, 11, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 10, 3, 52, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)233, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2017, 12, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)234, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fbprivacylist@squirrelconspiracy.net", (short)12, new DateTime(2010, 5, 18, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)235, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2017, 12, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)236, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2017, 12, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)237, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2019, 2, 17, 18, 41, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)238, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 12, 9, 21, 22, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)239, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 10, 39, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)240, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 10, 45, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)241, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 13, 57, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)242, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 10, 51, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)243, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 11, 18, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)244, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 11, 36, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)245, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)18, new DateTime(2017, 4, 22, 16, 36, 12, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 15, 24, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)246, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.spanish@gmail.com", (short)4, new DateTime(2019, 4, 8, 11, 54, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)247, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)16, new DateTime(2019, 4, 8, 11, 59, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)248, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 12, 10, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)249, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2018, 5, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)250, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)16, new DateTime(2019, 11, 15, 11, 56, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)251, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2013, 10, 26, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)252, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 12, 59, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)253, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "hant0508@gmail.com", (short)5, new DateTime(2015, 7, 11, 18, 55, 57, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 6, 11, 6, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)254, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)255, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 8, 13, 9, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)256, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)257, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)258, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)259, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 14, 44, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)260, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)261, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)262, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)263, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2013, 8, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)264, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)265, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 8, 15, 19, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)266, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 8, 15, 26, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)267, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)4, "https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)268, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "cjxlist@gmail.com", (short)34, new DateTime(2014, 11, 13, 3, 34, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 1, 45, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)269, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 17, 1, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)270, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "malwaredomains@gmail.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)271, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "malwaredomains@gmail.com", (short)5, new DateTime(2019, 4, 8, 17, 42, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)272, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@disconnect.me", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)274, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "support@disconnect.me", (short)4, new DateTime(2019, 4, 8, 18, 2, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)275, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@disconnect.me", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)276, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "hosts@someonewhocares.org", (short)32, new DateTime(2019, 4, 8, 18, 18, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)277, + columns: new[] { "HomeUrl", "LicenseId", "UpdatedDate", "ViewUrl", "ViewUrlMirror1" }, + values: new object[] { null, (short)5, new DateTime(2014, 8, 16, 0, 0, 0, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Czech%20Filters%20for%20Adblock%20Plus", null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)278, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "corset@tistory.com", (short)12 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)279, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 3, 3, 11, 11, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)280, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2017, 3, 8, 5, 0, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 15, 4, 50, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)281, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "cjxlist@gmail.com", (short)34, new DateTime(2015, 2, 4, 10, 34, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 13, 48, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)282, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "philippe@sysctl.org", (short)5, new DateTime(2018, 3, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)283, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 18, 54, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)284, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "alex@stanev.org", (short)4, new DateTime(2019, 4, 8, 19, 21, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)285, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "malwaredomains@gmail.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)286, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "malwaredomains@gmail.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)287, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "malwaredomains@gmail.com", (short)5, new DateTime(2019, 4, 8, 19, 35, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)288, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "malwaredomains@gmail.com", (short)5, new DateTime(2018, 12, 10, 6, 7, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)289, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylistitaly@gmail.com", (short)4, new DateTime(2019, 4, 8, 19, 52, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)290, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2019, 4, 8, 20, 2, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)291, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "easylisthebrew@gmail.com", (short)7, new DateTime(2014, 1, 20, 15, 40, 9, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 11, 32, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)292, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 20, 31, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)293, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 21, 1, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)294, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 21, 8, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)295, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fam.lam@live.nl", (short)4, new DateTime(2019, 4, 8, 21, 34, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)297, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2019, 4, 8, 21, 42, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)298, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2015, 3, 18, 9, 21, 43, 0, DateTimeKind.Unspecified), new DateTime(2015, 3, 18, 9, 21, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)299, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 22, 10, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)300, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.china@gmail.com", (short)4, new DateTime(2019, 4, 12, 23, 31, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)301, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 12, 23, 37, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)302, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@dshield.org", (short)25, new DateTime(2019, 4, 13, 1, 58, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)303, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "malwaredomains@gmail.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)304, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "malwaredomains@gmail.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)305, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "tomastaro@adblock.sk", (short)8, new DateTime(2013, 8, 17, 18, 16, 56, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 15, 31, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)306, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2019, 4, 13, 2, 19, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)307, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 7, 7, 16, 41, 6, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 19, 14, 4, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)308, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 24, 7, 21, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 13, 38, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)309, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "badmojr@gmail.com", (short)35, new DateTime(2019, 4, 13, 2, 55, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)311, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 11, 12, 18, 37, 45, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)312, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 1, 15, 14, 27, 24, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 15, 14, 44, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)313, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 1, 15, 14, 27, 24, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 15, 14, 44, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)315, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "blablabla@alleblock.pl", (short)13, new DateTime(2019, 4, 13, 6, 47, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)316, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2016, 11, 19, 12, 25, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 22, 49, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)317, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2017, 7, 11, 7, 43, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 11, 11, 21, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)318, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2017, 11, 25, 9, 12, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 9, 8, 2, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)319, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)14, new DateTime(2017, 6, 30, 19, 28, 45, 0, DateTimeKind.Unspecified), new DateTime(2017, 10, 22, 4, 42, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)320, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)14, new DateTime(2017, 10, 30, 21, 53, 22, 0, DateTimeKind.Unspecified), new DateTime(2017, 10, 30, 21, 53, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)321, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2018, 2, 22, 18, 9, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 16, 8, 28, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)322, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2018, 2, 22, 18, 9, 38, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 29, 15, 36, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)323, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2018, 2, 22, 18, 10, 9, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 29, 15, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)324, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2015, 1, 25, 20, 21, 51, 0, DateTimeKind.Unspecified), new DateTime(2015, 10, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)325, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "bjorn@bjornstar.com", (short)11, new DateTime(2013, 8, 28, 15, 57, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 11, 23, 8, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)327, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 13, 7, 46, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)329, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)1, new DateTime(2016, 1, 12, 12, 53, 17, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 2, 19, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)330, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2017, 5, 12, 13, 34, 17, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 9, 6, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)331, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2016, 1, 9, 17, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 1, 16, 46, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)332, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 1, 19, 17, 35, 35, 0, DateTimeKind.Unspecified), new DateTime(2016, 12, 14, 4, 49, 35, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)333, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 3, 7, 14, 58, 24, 0, DateTimeKind.Unspecified), new DateTime(2017, 11, 18, 8, 0, 28, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)334, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 13, 10, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)335, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2015, 8, 30, 12, 13, 43, 0, DateTimeKind.Unspecified), new DateTime(2017, 5, 23, 12, 11, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)336, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 5, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)337, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 5, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)338, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 5, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)339, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 3, 11, 21, 4, 46, 0, DateTimeKind.Unspecified), new DateTime(2017, 3, 11, 21, 4, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)340, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 3, 11, 18, 2, 38, 0, DateTimeKind.Unspecified), new DateTime(2017, 10, 10, 2, 0, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)341, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 1, 6, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 15, 53, 52, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)342, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { true, (short)9, new DateTime(2018, 1, 6, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 6, 20, 19, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)343, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 1, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 17, 11, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)344, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { true, (short)9, new DateTime(2018, 1, 26, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 17, 17, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)345, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "errors@certyficate.it", (short)9, new DateTime(2017, 4, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 6, 30, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)346, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2017, 10, 29, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2017, 10, 29, 19, 26, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)347, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "errors@certyficate.it", (short)9, new DateTime(2017, 9, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 1, 3, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)348, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)39, new DateTime(2019, 4, 13, 13, 8, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)349, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "polishjarvis@gmail.com", (short)8, new DateTime(2017, 10, 23, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 18, 0, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)350, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 13, 13, 40, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)352, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 4, 18, 7, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)353, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 22, 22, 9, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)354, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 21, 13, 48, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)355, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 22, 22, 9, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)356, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 22, 22, 9, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)357, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 15, 15, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)358, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 15, 26, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)359, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 15, 47, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)360, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 8, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)361, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 24, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)362, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 45, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)363, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 17, 1, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)367, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "lolipopplus@protonmail.com", (short)9, new DateTime(2017, 9, 5, 6, 7, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 27, 7, 12, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)368, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "lolipopplus@protonmail.com", (short)9, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 22, 1, 17, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)369, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "tomastaro@adblock.sk", (short)8, new DateTime(2017, 12, 3, 6, 22, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 17, 32, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)370, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "tomastaro@adblock.sk", (short)8, new DateTime(2019, 4, 14, 18, 58, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)371, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 12, 20, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 15, 13, 9, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)372, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2014, 5, 22, 4, 12, 11, 0, DateTimeKind.Unspecified), new DateTime(2016, 7, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)373, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2014, 5, 22, 4, 12, 11, 0, DateTimeKind.Unspecified), new DateTime(2016, 7, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)374, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2014, 5, 22, 4, 12, 11, 0, DateTimeKind.Unspecified), new DateTime(2016, 7, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)375, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 19, 2, 57, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)376, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 26, 0, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)377, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 12, 22, 16, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)378, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 12, 22, 16, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)379, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)5, new DateTime(2016, 3, 9, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)380, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 3, 9, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 2, 23, 6, 37, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)381, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)38, new DateTime(2019, 3, 25, 11, 34, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)383, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "im@austinhuang.me", (short)8, new DateTime(2018, 2, 16, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 11, 8, 56, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)385, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 14, 22, 21, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)388, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 14, 22, 37, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)390, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 3, 30, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 17, 21, 23, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)391, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 5, 5, 20, 51, 42, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 16, 16, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)392, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 22, 38, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)393, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 23, 37, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)395, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2018, 3, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 15, 4, 50, 51, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)396, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 12, 9, 3, 28, 59, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 26, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)397, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 12, 19, 18, 51, 51, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 8, 2, 10, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)398, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 12, 11, 15, 31, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 2, 34, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)399, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 1, 5, 7, 7, 23, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 5, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)400, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2015, 12, 20, 0, 23, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 6, 55, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)401, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2015, 12, 20, 0, 23, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 6, 55, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)403, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 4, 28, 5, 31, 57, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 24, 6, 42, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)405, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 12, 17, 14, 31, 17, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 20, 50, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)410, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 9, 23, 22, 19, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 13, 23, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)412, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)413, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)414, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)415, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)416, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)417, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)20, new DateTime(2015, 4, 19, 11, 34, 53, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 16, 32, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)418, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2015, 4, 19, 11, 34, 53, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 22, 30, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)419, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 15, 3, 5, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)420, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 15, 4, 7, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)421, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2018, 9, 18, 12, 37, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)422, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 24, 4, 19, 44, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 10, 3, 41, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)424, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)425, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2014, 8, 8, 9, 1, 49, 0, DateTimeKind.Unspecified), new DateTime(2016, 12, 1, 10, 14, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)426, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)21, new DateTime(2019, 4, 15, 6, 56, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)427, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 9, 18, 13, 28, 51, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)428, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)429, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 12, 21, 1, 15, 59, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 20, 23, 29, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)430, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 24, 14, 41, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)431, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 15, 7, 16, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)432, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 15, 7, 26, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)433, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 15, 7, 32, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)434, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 7, 31, 18, 32, 49, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 19, 39, 29, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)435, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrlMirror1" }, + values: new object[] { (short)22, new DateTime(2017, 8, 18, 7, 43, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 6, 1, 19, 0, DateTimeKind.Unspecified), "https://git.qvq.network/googlehosts/hosts/raw/master/hosts-files/hosts" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)436, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 7, 15, 7, 17, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 27, 19, 23, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)437, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "easylistbrasil.subscription@gmail.com", (short)8, new DateTime(2018, 8, 5, 20, 20, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 7, 50, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)438, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@perflyst.de", (short)2, new DateTime(2018, 3, 17, 13, 20, 17, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 17, 13, 20, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)439, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@perflyst.de", (short)2, new DateTime(2018, 2, 27, 13, 10, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 7, 34, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)440, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@perflyst.de", (short)2, new DateTime(2018, 3, 17, 13, 29, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 4, 16, 32, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)441, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2019, 4, 15, 8, 10, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)442, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)445, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 15, 8, 28, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)446, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 15, 8, 34, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)447, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 15, 8, 40, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)448, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 15, 8, 46, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)449, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)450, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)451, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)465, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 10, 11, 9, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)467, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 1, 1, 16, 20, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 6, 12, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)468, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 1, 14, 0, 15, 48, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 13, 6, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)469, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 12, 25, 2, 42, 17, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 13, 29, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)470, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "costa@tsaousis.gr", (short)19, new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 5, 30, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)471, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "costa@tsaousis.gr", (short)19, new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 5, 30, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)472, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 5, 27, 16, 16, 45, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 2, 18, 23, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)473, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 5, 28, 21, 9, 25, 0, DateTimeKind.Unspecified), new DateTime(2016, 5, 28, 21, 9, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)474, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 5, 27, 15, 43, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 12, 22, 5, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)475, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/mozilla/all" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)476, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 6, 7, 15, 37, 24, 0, DateTimeKind.Unspecified), new DateTime(2016, 6, 7, 15, 37, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)477, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 5, 29, 0, 40, 45, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)478, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 5, 29, 0, 40, 45, 0, DateTimeKind.Unspecified), new DateTime(2016, 5, 29, 0, 40, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)479, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.polish@gmail.com", (short)4, new DateTime(2019, 4, 15, 11, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)480, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail.energized@protonmail.com", (short)4, new DateTime(2010, 3, 3, 23, 2, 56, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 15, 15, 35, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)481, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)482, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)483, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)484, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)485, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)486, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)487, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)490, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 5, 30, 20, 52, 2, 0, DateTimeKind.Unspecified), new DateTime(2018, 2, 4, 13, 6, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)491, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 18, 5, 38, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 26, 18, 31, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)492, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 20, 10, 44, 10, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 4, 1, 34, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)493, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 20, 10, 46, 1, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 6, 20, 14, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)494, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2017, 2, 22, 8, 37, 26, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 8, 2, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)495, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "hello@metamask.io", (short)23, new DateTime(2018, 1, 30, 21, 56, 13, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 20, 12, 48, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)496, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 8, 20, 1, 51, 59, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 21, 5, 50, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)504, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)505, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 17, 20, 24, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)506, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@eyeo.com", (short)5, new DateTime(2019, 4, 8, 12, 42, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)507, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 12, 48, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)508, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "polishjarvis@gmail.com", (short)8 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)509, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 17, 15, 45, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)510, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)24, new DateTime(2018, 2, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 17, 22, 28, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)512, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 26, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 3, 19, 21, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)513, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 5, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 20, 17, 15, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)514, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)515, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 1, 14, 8, 45, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)516, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 8, 14, 9, 11, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 8, 50, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)517, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 1, 14, 8, 57, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)518, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@dshield.org", (short)25, new DateTime(2019, 4, 8, 15, 2, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)519, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@dshield.org", (short)25, new DateTime(2019, 4, 8, 15, 8, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)520, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@dshield.org", (short)25, new DateTime(2019, 4, 8, 15, 14, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)521, + columns: new[] { "LicenseId", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)20, new DateTime(2019, 1, 14, 9, 19, 10, 0, DateTimeKind.Unspecified), "https://list.kwbt.de/kwbtlist.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)522, + columns: new[] { "LicenseId", "Name", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)20, "Kowabit - bl*cklist of death", new DateTime(2019, 1, 14, 9, 39, 10, 0, DateTimeKind.Unspecified), "https://list.kwbt.de/kwbtlist.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)525, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 5, 6, 16, 37, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 22, 33, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)526, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 5, 6, 16, 37, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 22, 33, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)562, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "xinggsf@gmail.com", (short)5, new DateTime(2015, 7, 20, 14, 39, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 6, 20, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)563, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "plaintext@andromedarabbit.net", (short)8, new DateTime(2016, 5, 13, 13, 2, 19, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 14, 13, 44, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)564, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 13, 2, 49, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)565, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 12, 14, 7, 11, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)566, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2019, 4, 13, 3, 12, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)569, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 21, 9, 32, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)570, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 21, 10, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)573, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 17, 30, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)574, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 19, 7, 42, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)575, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 17, 24, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)583, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 8, 2, 13, 7, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 11, 53, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)585, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 13, 42, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)586, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 10, 11, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)589, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 8, 22, 13, 19, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 20, 20, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)590, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 2, 22, 17, 16, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 20, 18, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)591, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 15, 16, 20, 51, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 6, 5, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)592, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 6, 16, 55, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 7, 5, 47, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)593, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "moustache@gmail.com", (short)2, new DateTime(2016, 12, 17, 6, 15, 59, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 29, 16, 41, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)595, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)18, new DateTime(2018, 5, 24, 14, 40, 19, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 4, 13, 12, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)596, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)18, new DateTime(2018, 7, 19, 11, 3, 56, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 15, 29, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)598, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 7, 2, 2, 47, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 8, 5, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)599, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "support@abpvn.com", (short)4, new DateTime(2019, 4, 13, 12, 25, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)600, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "support@abpvn.com", (short)4, new DateTime(2016, 10, 26, 10, 6, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 9, 9, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)601, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2016, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 5, 10, 19, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)602, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2016, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 28, 14, 49, 57, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)603, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 8, 8, 58, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)604, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)26, new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 5, 30, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)605, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 5, 30, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)606, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 8, 11, 6, 43, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 6, 24, 52, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)607, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 22, 0, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)608, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 22, 0, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)609, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 22, 16, 42, 29, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 14, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)610, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 22, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)611, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 29, 19, 22, 33, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 22, 3, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)612, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 22, 0, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)613, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 30, 16, 14, 48, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 22, 0, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)614, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 22, 3, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)616, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 30, 16, 19, 8, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 22, 0, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)617, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)40, new DateTime(2019, 4, 14, 13, 26, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)618, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 4, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)619, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 2, 25, 1, 25, 9, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 27, 18, 28, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)625, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "nathanaccidentally@gmail.com", (short)2, new DateTime(2016, 11, 3, 14, 7, 41, 0, DateTimeKind.Unspecified), new DateTime(2017, 3, 2, 14, 20, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)626, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 9, 23, 42, 48, 0, DateTimeKind.Unspecified), new DateTime(2016, 3, 9, 23, 42, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)628, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)630, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 14, 13, 38, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)631, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 14, 13, 48, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)632, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)658, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 7, 27, 15, 9, 6, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 16, 27, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)659, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 8, 1, 13, 56, 25, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 1, 57, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)660, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 7, 28, 20, 33, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 19, 21, 51, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)661, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 7, 28, 20, 33, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 19, 21, 51, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)663, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 1, 5, 4, 44, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 13, 10, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)664, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 7, 10, 0, 35, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 0, 35, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)665, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 7, 10, 0, 35, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 4, 3, 23, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)666, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 9, 13, 22, 7, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 26, 23, 5, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)667, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 11, 21, 23, 40, 34, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 0, 37, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)668, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 8, 3, 20, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)669, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 8, 3, 41, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)670, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 2, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)671, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)672, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)673, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 26, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)674, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 31, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)675, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 36, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)676, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 41, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)677, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 46, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)678, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)679, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2012, 2, 8, 10, 29, 30, 0, DateTimeKind.Unspecified), new DateTime(2012, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)680, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 23, 15, 45, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)681, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2019, 2, 24, 13, 32, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)682, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 15, 5, 33, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)683, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "support@novirusthanks.com", (short)5, new DateTime(2019, 4, 15, 5, 38, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)684, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "support@novirusthanks.com", (short)5, new DateTime(2019, 4, 15, 5, 43, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)685, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "malwaredomains@gmail.com", (short)5, new DateTime(2019, 4, 15, 5, 48, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)686, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)687, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@quero.at", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)689, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2016, 10, 21, 1, 43, 26, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 2, 20, 16, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)690, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2018, 4, 14, 11, 56, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 6, 1, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)691, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2017, 7, 18, 12, 10, 14, 0, DateTimeKind.Unspecified), new DateTime(2017, 11, 12, 9, 43, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)692, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2017, 9, 20, 13, 22, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 11, 54, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)693, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2019, 4, 18, 6, 14, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)694, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2019, 4, 19, 1, 6, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)696, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 0, 0, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)697, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 9, 0, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)698, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 22, 0, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)699, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2018, 2, 25, 0, 22, 29, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 16, 0, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)700, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2018, 6, 23, 1, 33, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 16, 1, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)703, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 0, 0, 52, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)704, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 16, 0, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)705, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2018, 2, 25, 22, 37, 5, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 3, 8, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)706, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 20, 16, 0, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)707, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 16, 8, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)708, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 12, 16, 0, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)709, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 16, 16, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)710, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)711, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 16, 16, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)712, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 23, 1, 32, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)715, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "admin@highsea90.com", (short)5, new DateTime(2015, 1, 15, 8, 3, 24, 0, DateTimeKind.Unspecified), new DateTime(2015, 3, 30, 4, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)716, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2014, 7, 15, 12, 43, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 28, 22, 55, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)717, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 7, 10, 13, 38, 56, 0, DateTimeKind.Unspecified), new DateTime(2016, 7, 10, 13, 38, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)718, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 11, 18, 12, 42, 33, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 10, 21, 11, 5, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)719, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 16, 22, 22, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)720, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 16, 22, 27, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)721, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 1, 28, 11, 53, 55, 0, DateTimeKind.Unspecified), new DateTime(2018, 2, 5, 21, 16, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)722, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)723, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)724, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)726, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 5, 18, 3, 24, 19, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 12, 4, 4, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)728, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 11, 30, 11, 9, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 9, 33, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)729, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "elias.ojala+github@kapsi.fi", (short)5, new DateTime(2018, 2, 14, 16, 27, 38, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 0, 14, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)730, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "elias.ojala+github@kapsi.fi", (short)5, new DateTime(2018, 9, 9, 16, 3, 11, 0, DateTimeKind.Unspecified), new DateTime(2018, 12, 1, 18, 13, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)731, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 12, 12, 9, 47, 19, 0, DateTimeKind.Unspecified), new DateTime(2017, 9, 19, 16, 52, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)732, + columns: new[] { "EmailAddress", "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "hello@bads.team", true, (short)2, new DateTime(2017, 8, 6, 17, 23, 59, 0, DateTimeKind.Unspecified), new DateTime(2017, 12, 23, 14, 57, 42, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)734, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 9, 27, 13, 46, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 8, 33, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)735, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 9, 26, 14, 26, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)736, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 9, 2, 3, 0, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 6, 23, 0, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)743, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 1, 3, 10, 34, 27, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 11, 31, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)744, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 5, 26, 14, 55, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 11, 14, 38, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)746, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 16, 23, 19, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)747, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 8, 21, 7, 52, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 10, 2, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)748, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2013, 7, 11, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)749, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "malwaredomains@gmail.com", (short)5, new DateTime(2019, 4, 16, 23, 30, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)750, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)751, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 5, 9, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)752, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2011, 10, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)753, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 5, 4, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)754, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 9, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)755, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2013, 12, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)756, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2016, 7, 2, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)757, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2011, 7, 14, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)758, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 9, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)759, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2013, 8, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)760, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2013, 9, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)761, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2013, 9, 24, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)762, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2013, 5, 11, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)763, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2013, 2, 16, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)764, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2016, 9, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)765, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2013, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)766, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "lilydjwg@gmail.com", (short)5, new DateTime(2017, 3, 1, 2, 52, 51, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 15, 14, 40, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)767, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 8, 15, 7, 51, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 10, 42, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)769, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2017, 2, 28, 23, 48, 31, 0, DateTimeKind.Unspecified), new DateTime(2017, 5, 18, 10, 7, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)770, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "magno.biet+adp@gmail.com", (short)2, new DateTime(2019, 2, 25, 14, 50, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)772, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "kbinani.bt@gmail.com", (short)2, new DateTime(2017, 9, 14, 1, 55, 0, 0, DateTimeKind.Unspecified), new DateTime(2017, 9, 14, 1, 55, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)773, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 5, 22, 14, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)774, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)16, new DateTime(2019, 4, 16, 16, 15, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)775, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 5, 22, 25, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)776, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 16, 20, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)777, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2019, 4, 16, 16, 30, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)778, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 16, 16, 40, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)779, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 16, 56, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)780, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 17, 7, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)781, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 17, 18, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)782, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 17, 34, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)783, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "mail@zoso.ro", (short)5, new DateTime(2019, 4, 16, 17, 45, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)784, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2019, 4, 5, 22, 36, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)785, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)16, new DateTime(2019, 4, 16, 17, 56, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)786, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 4, 5, 22, 47, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)787, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 16, 18, 1, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)788, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 16, 18, 18, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)789, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 18, 23, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)790, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 16, 18, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)791, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 16, 18, 33, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)792, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 16, 18, 38, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)793, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 18, 49, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)794, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 18, 54, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)795, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 4, 16, 18, 59, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)796, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 16, 19, 4, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)797, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 16, 19, 9, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)798, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 4, 16, 19, 14, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)799, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 19, 30, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)800, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 19, 35, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)801, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)10, new DateTime(2011, 5, 11, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)802, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 1, 29, 0, 25, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)803, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)10, new DateTime(2014, 3, 11, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)804, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "tamilfriendslist@gmail.com", (short)16, new DateTime(2010, 7, 30, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)805, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 17, 0, 5, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)806, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.portuguese@gmail.com", (short)4, new DateTime(2019, 4, 17, 0, 10, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)807, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 2, 19, 19, 39, 12, 0, DateTimeKind.Unspecified), new DateTime(2018, 2, 19, 20, 12, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)808, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)809, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 12, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)810, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "badmojr@gmail.com", (short)35, new DateTime(2019, 4, 16, 2, 23, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)811, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "badmojr@gmail.com", (short)35, new DateTime(2019, 4, 16, 2, 41, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)812, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "badmojr@gmail.com", (short)35, new DateTime(2019, 4, 16, 2, 52, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)813, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 4, 14, 19, 48, 44, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 20, 18, 15, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)814, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)20, new DateTime(2018, 10, 2, 19, 32, 3, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 2, 19, 32, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)815, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)32, new DateTime(2012, 9, 16, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)816, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 3, 3, 4, 37, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)817, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 9, 23, 17, 51, 40, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 5, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)818, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)3, new DateTime(2019, 4, 15, 2, 49, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)819, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 5, 12, 48, 26, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 20, 12, 11, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)820, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 1, 29, 19, 26, 53, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 28, 22, 23, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)821, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "support@brave.com", (short)33, new DateTime(2016, 11, 10, 13, 11, 50, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 2, 38, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)822, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2015, 7, 1, 4, 7, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 3, 7, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)823, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 11, 1, 10, 14, 53, 0, DateTimeKind.Unspecified), new DateTime(2016, 11, 1, 10, 14, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)824, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2015, 9, 25, 8, 2, 24, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 6, 8, 29, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)825, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jason@jasonbarone.com", (short)5, new DateTime(2016, 7, 5, 8, 1, 53, 0, DateTimeKind.Unspecified), new DateTime(2016, 9, 11, 22, 48, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)826, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 9, 17, 1, 28, 44, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 21, 3, 30, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)827, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 10, 30, 6, 37, 5, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 8, 4, 53, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)828, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2017, 8, 10, 4, 5, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 17, 14, 45, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)829, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 3, 9, 13, 51, 12, 0, DateTimeKind.Unspecified), new DateTime(2017, 12, 17, 10, 49, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)830, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)831, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)832, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)833, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)834, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 21, 1, 34, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 21, 1, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)835, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)836, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2015, 11, 12, 19, 0, 24, 0, DateTimeKind.Unspecified), new DateTime(2015, 11, 13, 10, 10, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)837, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "dusk@woofle.net", (short)28, new DateTime(2014, 12, 8, 0, 23, 54, 0, DateTimeKind.Unspecified), new DateTime(2016, 7, 14, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)838, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { true, (short)7, new DateTime(2018, 6, 17, 0, 59, 18, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 17, 0, 59, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)839, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 5, 28, 12, 59, 28, 0, DateTimeKind.Unspecified), new DateTime(2017, 6, 15, 0, 38, 28, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)840, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2017, 11, 16, 21, 19, 51, 0, DateTimeKind.Unspecified), new DateTime(2017, 12, 18, 19, 24, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)841, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 7, 16, 23, 58, 16, 0, DateTimeKind.Unspecified), new DateTime(2017, 8, 22, 17, 14, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)842, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)40, new DateTime(2019, 4, 19, 0, 53, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)843, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 9, 26, 14, 26, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 2, 47, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)844, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 9, 26, 14, 26, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)845, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 7, 13, 11, 10, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)846, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2016, 1, 9, 17, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 1, 16, 46, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)847, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2012, 12, 19, 15, 4, 22, 0, DateTimeKind.Unspecified), new DateTime(2015, 4, 17, 20, 40, 28, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)848, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 9, 15, 47, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 16, 36, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)850, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 9, 18, 7, 51, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 23, 58, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)851, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 12, 18, 31, 48, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 16, 35, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)852, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 12, 18, 43, 20, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 12, 18, 43, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)853, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 12, 18, 49, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 30, 4, 38, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)855, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 8, 2, 30, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)856, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 3, 17, 23, 58, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)857, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 23, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 2, 36, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)858, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2019, 4, 5, 22, 9, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)859, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 11, 3, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 9, 57, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)860, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "nicktabick@gmail.com", (short)5, new DateTime(2019, 3, 3, 5, 26, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)861, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "bogachenkove@gmail.com", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)862, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 10, 26, 16, 23, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 23, 13, 45, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)863, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 11, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 10, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)866, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 11, 4, 12, 51, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)867, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 11, 13, 14, 7, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)868, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 23, 48, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)869, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 9, 17, 22, 15, 28, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 27, 19, 29, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)870, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2018, 4, 26, 22, 14, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 14, 29, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)871, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 10, 21, 46, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)872, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 26, 18, 39, 5, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)873, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2018, 4, 21, 18, 10, 20, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 14, 38, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)874, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2018, 4, 21, 19, 21, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 14, 41, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)875, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 0, 41, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)876, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 23, 19, 45, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)877, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 12, 27, 22, 53, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 21, 1, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)878, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 16, 18, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)879, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 10, 7, 21, 4, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 0, 41, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)881, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 11, 4, 9, 54, 29, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)882, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2018, 2, 16, 23, 42, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 3, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)884, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 11, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 14, 39, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)885, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 12, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)886, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)887, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)888, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 19, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)889, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 22, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)890, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 25, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)891, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 28, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)892, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 31, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)893, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 3, 1, 0, 40, 19, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)894, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 35, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)895, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)896, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)897, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)898, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)899, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)900, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 53, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)901, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 56, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)902, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)903, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 16, 0, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)904, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)905, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)906, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 30, 0, 41, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)907, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)908, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 16, 13, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)909, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 16, 16, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)910, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 4, 28, 22, 50, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)911, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)912, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)913, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)914, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 0, 38, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)915, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 16, 37, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)916, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 4, 28, 22, 50, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)917, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)918, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 11, 0, 38, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)919, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)920, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)921, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)922, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)923, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 16, 53, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)924, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)925, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)926, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)927, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)928, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 12, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)929, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)930, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)931, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)932, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 1, 5, 7, 38, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 24, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)933, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 27, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)934, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)935, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 33, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)936, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)937, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)938, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)939, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 45, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)940, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)941, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 49, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)942, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 52, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)943, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)944, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 58, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)945, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)946, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)947, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)948, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)949, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)950, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 14, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)951, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)952, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 30, 0, 41, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)953, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)954, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 27, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)955, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)956, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 33, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)957, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 36, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)958, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 39, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)959, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 0, 42, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)960, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 50, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)961, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)962, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)963, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 57, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)964, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)965, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)966, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 19, 2, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)967, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)968, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)969, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 19, 9, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)970, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 19, 12, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)971, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 19, 15, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)972, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)973, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)974, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)975, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)976, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)977, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)978, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 6, 0, 39, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)979, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)980, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)981, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)982, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)983, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 0, 42, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)984, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 19, 55, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)985, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)986, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 1, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)987, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 4, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)988, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 31, 0, 42, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)989, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)990, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)991, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 14, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)992, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 17, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)993, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)994, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)995, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 26, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)996, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 29, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)997, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)998, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)999, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1000, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 41, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1001, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1002, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1003, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 48, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1004, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1005, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1006, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1007, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 1, 5, 7, 38, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1008, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1009, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 13, 0, 37, 35, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1010, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1011, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1012, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 11, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1013, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1014, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1015, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 20, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1016, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 23, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1017, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1018, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1019, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 28, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1020, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1021, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1022, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1023, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1024, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 42, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1025, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1026, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1027, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 51, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1028, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1029, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1030, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 58, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1031, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 1, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1032, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 0, 41, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1033, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 7, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1034, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 10, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1035, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 13, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1036, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1037, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1038, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 22, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1039, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1040, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1041, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1042, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1043, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1044, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 0, 38, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1045, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1047, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 15, 0, 39, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1048, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 48, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1049, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 51, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1050, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1051, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1052, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 0, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1053, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 3, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1054, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 6, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1055, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1056, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1057, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1058, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1059, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1060, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 22, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1061, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1062, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1063, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 32, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1064, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1065, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 38, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1066, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1067, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1068, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 47, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1069, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1070, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 51, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1071, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1072, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1073, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1074, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1075, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 6, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1076, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 9, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1077, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1078, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 15, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1079, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 18, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1080, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1081, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1082, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 27, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1083, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 30, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1084, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1085, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1086, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 37, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1087, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1088, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1089, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 15, 0, 43, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1090, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1091, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1092, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 0, 38, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1093, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1094, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1095, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 0, 38, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1096, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1097, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 1, 13, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1098, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 1, 16, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1099, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 1, 19, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1100, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1101, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 1, 23, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1102, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 24, 0, 37, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1103, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1104, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1105, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 14, 0, 39, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1106, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1107, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 12, 0, 41, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1108, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 30, 0, 35, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1109, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 4, 23, 56, 3, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1110, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1111, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1112, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 1, 36, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1113, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1114, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 26, 0, 39, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1115, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1116, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1117, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 12, 6, 0, 38, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1118, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1119, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1120, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1121, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1122, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1123, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1124, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1125, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { true, (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1126, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1127, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 8, 22, 0, 36, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1128, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1130, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 21, 0, 37, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1133, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 19, 0, 37, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1135, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 20, 0, 38, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1139, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1140, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 11, 0, 38, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1141, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 11, 0, 38, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1142, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1143, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 18, 0, 39, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1144, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1146, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 18, 0, 38, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1148, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 11, 0, 46, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1149, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 7, 0, 35, 52, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1151, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1152, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1153, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1154, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1155, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1156, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1157, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 21, 0, 39, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1158, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1159, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1160, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 11, 59, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1161, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1162, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1163, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 15, 48, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1164, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 16, 10, 14, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1165, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1166, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1167, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1168, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 8, 11, 0, 41, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1169, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 20, 0, 38, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1172, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1173, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1174, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 30, 0, 37, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1175, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1176, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1179, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1180, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1182, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 0, 42, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1183, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 4, 13, 4, 1, 44, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 7, 0, 48, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1184, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1185, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 22, 0, 36, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1187, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1189, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 8, 0, 39, 35, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1190, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 0, 40, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1191, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1192, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 1, 0, 40, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1193, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 8, 11, 0, 41, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1194, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1196, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1197, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 14, 0, 40, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1199, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1202, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 17, 16, 59, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1203, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 17, 17, 11, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1204, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 31, 0, 39, 33, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1205, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 17, 17, 26, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1206, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1207, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 23, 1, 14, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1209, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 17, 17, 41, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1210, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1211, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1212, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1213, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1214, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1215, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 0, 36, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1216, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1217, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1218, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 23, 0, 38, 33, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1220, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1221, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1222, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1223, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 9, 0, 38, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1224, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 19, 0, 38, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1225, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 16, 0, 36, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1226, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 9, 0, 38, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1227, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 18, 0, 39, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1228, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 4, 13, 4, 1, 44, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1229, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 12, 4, 0, 37, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1230, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1233, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified), new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1234, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 6, 12, 51, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1235, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 8, 12, 20, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1237, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 11, 6, 13, 59, 45, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 10, 18, 37, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1238, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 1, 31, 14, 2, 23, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 31, 14, 2, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1239, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 11, 17, 20, 52, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 20, 4, 0, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1240, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 1, 31, 14, 0, 41, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 24, 11, 39, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1241, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 10, 19, 20, 18, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 8, 12, 11, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1242, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)33, new DateTime(2015, 12, 11, 14, 0, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 17, 17, 54, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1243, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 3, 0, 46, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 9, 0, 38, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1244, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 3, 0, 46, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 0, 40, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1245, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 4, 29, 23, 32, 34, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 29, 23, 32, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1247, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 12, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 8, 17, 7, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1278, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "hello@ind.ie", (short)8, new DateTime(2019, 4, 8, 10, 57, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1279, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 2, 28, 8, 40, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 7, 42, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1280, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 12, 3, 20, 25, 31, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 18, 30, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1281, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 12, 5, 18, 42, 28, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 31, 18, 5, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1282, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 6, 14, 17, 24, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 15, 8, 2, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1283, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 12, 29, 22, 36, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 17, 19, 31, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1284, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 12, 13, 10, 5, 14, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 14, 39, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1285, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 12, 16, 14, 47, 48, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 2, 14, 21, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1286, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)14, new DateTime(2018, 8, 31, 9, 11, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 15, 50, 51, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1288, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 12, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 1, 32, 35, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1289, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 16, 18, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1290, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1291, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 21, 58, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1292, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 3, 3, 39, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1293, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 10, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1294, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "elias.ojala+github@kapsi.fi", (short)5, new DateTime(2019, 3, 6, 0, 0, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1295, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "intr0@intr0.com", (short)9, new DateTime(2018, 7, 9, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 23, 39, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1296, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "intr0@intr0.com", (short)19, new DateTime(2017, 11, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 23, 58, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1297, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2019, 1, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 20, 37, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1298, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "neofelhz+github@gmail.com", (short)2, new DateTime(2019, 3, 21, 2, 46, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1299, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "neofelhz+github@gmail.com", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1300, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)26, new DateTime(2019, 4, 11, 0, 16, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1301, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 12, 25, 8, 55, 57, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1302, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 2, 12, 6, 10, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 12, 28, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1303, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 9, 27, 14, 26, 13, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 17, 22, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1304, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 10, 18, 14, 19, 38, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1305, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1306, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1307, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1308, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1309, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1310, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1311, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1312, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1313, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1314, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1315, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1316, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1317, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1318, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1319, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1320, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1321, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1322, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1323, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1324, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1325, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1326, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1327, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1328, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1329, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1330, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1331, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1332, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1333, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1334, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1335, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1336, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1337, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1338, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1339, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1340, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1341, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1342, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1343, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1344, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1345, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1346, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1347, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1348, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1349, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1350, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1351, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 2, 0, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1352, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1353, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1354, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1355, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1356, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1357, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1358, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1359, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1360, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1361, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1362, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1363, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1364, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1365, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1366, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1367, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1368, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1369, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1370, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1371, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1372, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1373, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1374, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1375, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1376, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1377, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1378, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1379, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1380, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1381, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 4, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1382, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1383, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1384, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1385, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1386, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1387, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1388, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1389, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1390, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1391, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1392, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1393, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1394, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 4, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1395, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1396, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1397, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1398, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1399, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1400, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1401, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1402, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1403, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1404, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1405, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1406, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1407, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1408, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1409, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1410, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1411, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1412, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1413, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1414, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1415, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1416, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1417, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1418, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1419, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1420, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1421, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1422, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1423, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1424, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1425, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1426, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1427, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 26, 3, 0, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1428, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1429, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1430, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1431, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1432, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1433, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1434, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1435, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1436, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1437, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1438, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1439, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1440, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1441, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1442, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1443, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1444, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1445, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1446, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1447, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1448, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1449, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1450, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1451, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1452, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1454, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 1, 28, 17, 9, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 28, 17, 43, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1455, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 10, 8, 37, 20, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 10, 8, 37, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1456, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 10, 9, 17, 29, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 11, 32, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1457, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)14, new DateTime(2019, 2, 9, 12, 56, 49, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 23, 12, 41, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1458, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2017, 11, 25, 9, 12, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 9, 8, 2, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1459, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 11, 16, 42, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 1, 45, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1460, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 12, 1, 6, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 16, 23, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1461, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 27, 19, 25, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 27, 19, 25, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1463, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 5, 23, 18, 28, 32, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 3, 14, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1464, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1465, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1466, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 2, 9, 9, 25, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 27, 22, 27, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1467, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 2, 9, 11, 50, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 9, 11, 59, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1468, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 2, 10, 10, 5, 7, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 10, 16, 39, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1469, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 2, 9, 8, 43, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 9, 11, 36, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1470, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 1, 15, 10, 25, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1471, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1473, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrlMirror1" }, + values: new object[] { (short)2, new DateTime(2017, 5, 1, 11, 15, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 10, 15, 6, 57, 0, DateTimeKind.Unspecified), "https://oooo.b-cdn.net/blahdns/adsblock.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1474, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 5, 1, 11, 34, 49, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 28, 21, 34, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1475, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 20, 2, 21, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1476, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 20, 3, 1, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1477, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 20, 3, 6, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1478, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 20, 3, 45, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1479, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 20, 5, 32, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1480, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)2, new DateTime(2018, 11, 1, 18, 23, 42, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 22, 34, 2, 0, DateTimeKind.Unspecified), "https://oooo.b-cdn.net/blahdns/rpz.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1481, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 1, 2, 5, 46, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 13, 49, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1483, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)1, new DateTime(2019, 4, 21, 2, 53, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1484, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 9, 23, 8, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1485, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2016, 4, 24, 19, 30, 50, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 20, 22, 6, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1486, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2016, 4, 25, 23, 22, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 23, 10, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1487, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 11, 4, 10, 27, 45, 0, DateTimeKind.Unspecified), new DateTime(2016, 11, 4, 10, 27, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1490, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 4, 20, 15, 40, 20, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 28, 9, 54, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1492, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 2, 18, 18, 31, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 20, 16, 4, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1493, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2017, 9, 26, 14, 10, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 27, 7, 35, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1494, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1495, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 9, 21, 8, 36, 49, 0, DateTimeKind.Unspecified), new DateTime(2017, 11, 5, 17, 51, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1496, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 21, 4, 36, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1497, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 8, 24, 7, 59, 21, 0, DateTimeKind.Unspecified), new DateTime(2017, 8, 27, 14, 22, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1498, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 3, 14, 56, 45, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 17, 12, 44, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1499, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 3, 14, 56, 45, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 17, 12, 44, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1500, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 21, 4, 48, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1501, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2010, 3, 14, 6, 34, 14, 0, DateTimeKind.Unspecified), new DateTime(2010, 3, 14, 6, 34, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1502, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 11, 9, 1, 40, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 11, 59, 5, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1503, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 11, 9, 1, 40, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 11, 59, 5, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1504, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 7, 2, 8, 28, 7, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 11, 59, 5, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1505, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 8, 4, 20, 17, 23, 0, DateTimeKind.Unspecified), new DateTime(2016, 8, 4, 20, 17, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1506, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 1, 22, 5, 31, 27, 0, DateTimeKind.Unspecified), new DateTime(2016, 8, 4, 15, 12, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1507, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)21, new DateTime(2019, 4, 21, 5, 16, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1508, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 21, 13, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1509, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 21, 13, 53, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1510, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 21, 13, 58, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1511, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 4, 19, 9, 30, 38, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 8, 9, 8, 42, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1512, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 21, 15, 18, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1513, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 3, 2, 17, 16, 3, 0, DateTimeKind.Unspecified), new DateTime(2017, 7, 4, 18, 55, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1517, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 2, 18, 18, 31, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 20, 16, 4, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1520, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 6, 20, 4, 34, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 16, 4, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1523, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)44, new DateTime(2019, 3, 11, 22, 39, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 8, 52, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1524, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)44, new DateTime(2017, 10, 21, 0, 57, 14, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 8, 56, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1525, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)44, new DateTime(2017, 10, 21, 0, 57, 14, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 8, 56, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1526, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 5, 21, 32, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1527, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 5, 21, 37, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1528, + columns: new[] { "IsDeleted", "LicenseId", "UpdatedDate" }, + values: new object[] { true, (short)40, new DateTime(2019, 4, 5, 21, 43, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1529, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)3, new DateTime(2019, 4, 5, 21, 48, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1530, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "hello@hellogoodbye.app", (short)4, new DateTime(2019, 3, 17, 4, 29, 7, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 20, 7, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1531, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 15, 14, 18, 25, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 12, 37, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1532, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 15, 14, 19, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 12, 16, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1533, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 3, 15, 15, 49, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 20, 53, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1534, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "wduk10@hotmail.com", (short)34, new DateTime(2005, 9, 24, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1535, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 3, 27, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 4, 4, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1536, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2019, 3, 14, 19, 15, 34, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 20, 28, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1537, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "easylist@protonmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1538, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 18, 22, 48, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1539, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 18, 22, 57, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1540, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 2, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1541, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 6, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1542, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 18, 23, 11, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1543, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 15, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1544, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 19, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1545, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1546, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1547, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 25, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1548, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 29, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1549, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 49, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1550, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 3, 29, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 17, 54, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1551, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 3, 29, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 10, 37, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1552, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 3, 30, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 17, 3, 53, 52, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1554, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 42, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1555, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)2, new DateTime(2017, 6, 23, 13, 44, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1556, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 6, 17, 25, 19, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 23, 39, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1557, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 9, 10, 3, 35, 12, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 7, 58, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1558, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "bogachenkove@gmail.com", (short)2, new DateTime(2019, 3, 20, 7, 29, 20, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 20, 55, 35, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1559, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 3, 6, 13, 36, 59, 0, DateTimeKind.Unspecified), new DateTime(2016, 3, 6, 13, 36, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1560, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 9, 22, 10, 46, 9, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 18, 17, 7, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1561, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 11, 1, 22, 37, 32, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 31, 22, 51, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1562, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 12, 2, 17, 15, 52, 0, DateTimeKind.Unspecified), new DateTime(2020, 2, 6, 13, 7, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1563, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1564, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1565, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1566, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2018, 3, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1567, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1568, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1569, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1570, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1573, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 9, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1574, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1575, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1576, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1577, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1578, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1579, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1581, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1582, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1583, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1584, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1585, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1586, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1587, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1588, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1589, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1590, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1591, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1592, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1593, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 5, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 6, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1594, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "Contact@TheAntiSocialEngineer.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1595, + column: "LicenseId", + value: (short)13); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1596, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1597, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1598, + columns: new[] { "LicenseId", "ViewUrlMirror1", "ViewUrlMirror2" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/hosts.txt", "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/hosts.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1599, + columns: new[] { "LicenseId", "Name", "ViewUrlMirror1", "ViewUrlMirror2" }, + values: new object[] { (short)5, "OISD Light", "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dbl_light.txt", "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dbl_light.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1600, + columns: new[] { "LicenseId", "Name", "ViewUrlMirror1", "ViewUrlMirror2" }, + values: new object[] { (short)5, "OISD Light (Hosts)", "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/hosts_light.txt", "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/hosts_light.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1601, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1603, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1604, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1605, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 22, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1606, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 22, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1607, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1608, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1609, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1610, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1611, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1612, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)4, "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling/sb_unified_hosts_fakenews-gambling.lsrules" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1613, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1614, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1615, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1616, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1617, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1618, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1619, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1620, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1621, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1622, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1623, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1624, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1625, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1626, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1627, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1628, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1629, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1630, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1631, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1632, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1633, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1634, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1635, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 28, 16, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1636, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 28, 16, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1637, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 28, 16, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1638, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 16, 23, 19, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1639, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)18, new DateTime(2018, 7, 19, 11, 3, 56, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 15, 29, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1640, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 9, 20, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 10, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1641, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)20, new DateTime(2017, 3, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2015, 6, 4, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1642, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2019, 3, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1643, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2019, 3, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1644, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1645, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1646, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1647, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1648, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1649, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1650, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1651, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 3, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1652, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 1, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1653, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 1, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1656, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 6, 16, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1657, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2016, 1, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1658, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1659, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 23, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1660, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 6, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1661, + columns: new[] { "Description", "HomeUrl", "IssuesUrl", "LicenseId", "Name", "SyntaxId", "UpdatedDate", "ViewUrl" }, + values: new object[] { "Blocks trackers and analytics in Windows 7", "https://github.com/Strappazzon/teleme7ry", "https://github.com/Strappazzon/teleme7ry/issues", (short)2, "Strappazzon's Tracking list for Windows 7", (short)2, new DateTime(2019, 7, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/Strappazzon/teleme7ry/master/rules.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1662, + columns: new[] { "IsDeleted", "LicenseId", "UpdatedDate" }, + values: new object[] { true, (short)2, new DateTime(2019, 7, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1663, + columns: new[] { "IsDeleted", "LicenseId", "UpdatedDate" }, + values: new object[] { true, (short)2, new DateTime(2019, 7, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1664, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1665, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1666, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1667, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1668, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2013, 10, 20, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1669, + column: "LicenseId", + value: (short)27); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1670, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1671, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "contact@adblock.ro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1672, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "contact@adblock.ro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1673, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1674, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1675, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1676, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1677, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1678, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1679, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1680, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1681, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1682, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1683, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1684, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1685, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1686, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1687, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1688, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1689, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1690, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1691, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1692, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1693, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1694, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1695, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1696, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1697, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1698, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1699, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1700, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1701, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1702, + column: "LicenseId", + value: (short)7); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1703, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1704, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1706, + column: "LicenseId", + value: (short)9); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1707, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1708, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1709, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1710, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1711, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1712, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1713, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1714, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Quad9.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1715, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Yahoo_Ad_Servers.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1716, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/PiHole_HOSTS_Spyware.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1717, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Cerber_Ransomware.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1718, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Blocklist.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1719, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1720, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1721, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1722, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1723, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1724, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1725, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1726, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1727, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1728, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1729, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1730, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1731, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1732, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1733, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1734, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1735, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1736, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1737, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1738, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1739, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 13, 10, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1740, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1741, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1742, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1743, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1744, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1745, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "mail@energized.pro", (short)2, "https://blokada.org/mirror/v5/energized/blu/hosts.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1746, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "mail@energized.pro", (short)2, "https://blokada.org/mirror/v5/energized/basic/hosts.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1747, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1748, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1749, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1750, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1751, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1752, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1753, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1754, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1755, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1756, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1757, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1758, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1759, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1760, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1761, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1762, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1763, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1764, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1765, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1766, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1767, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1768, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1769, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1770, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1771, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1772, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1773, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1774, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1775, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1776, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1777, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1778, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1779, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1780, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1781, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1782, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1783, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1784, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1785, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1786, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1787, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1788, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1789, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1790, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1791, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1792, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1793, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1794, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1795, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1796, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1797, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1798, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1799, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1800, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1801, + column: "LicenseId", + value: (short)19); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1802, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/HParis/SSEncrypt/master/full-reject.list" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1803, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1804, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1805, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1806, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1807, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1808, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1809, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1810, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1811, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1813, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1814, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1815, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1816, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "polishjarvis@gmail.com", (short)8 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1817, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "errors@certyficate.it", (short)9 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1818, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1819, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)18, new DateTime(2019, 8, 26, 19, 49, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 26, 19, 49, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1822, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1823, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1824, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1825, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1827, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1828, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1829, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1830, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1831, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1832, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1833, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hawkeye116477@gmail.com", (short)8 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1834, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1835, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)11, new DateTime(2019, 8, 29, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1836, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1838, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1839, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1840, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1841, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1842, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1843, + columns: new[] { "Description", "HomeUrl", "LicenseId", "ViewUrl" }, + values: new object[] { "Ad Filter list for uBlock Origin.", "https://github.com/secretsnow/Ad-Filters/", (short)28, "https://raw.githubusercontent.com/secretsnow/Ad-Filters/master/Ad%20Filters.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1844, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1845, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1846, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1847, + column: "LicenseId", + value: (short)33); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1848, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1849, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1850, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1852, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1853, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1854, + column: "LicenseId", + value: (short)13); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1856, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1857, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1858, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1859, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1860, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1861, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1862, + column: "LicenseId", + value: (short)1); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1863, + column: "LicenseId", + value: (short)1); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1864, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1865, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1866, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1867, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1868, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1869, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1870, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1871, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1872, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1873, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1876, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1877, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1878, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1879, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2019, 10, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1880, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2019, 10, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1881, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1882, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1886, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1887, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1888, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1890, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1891, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1892, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1893, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1894, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1895, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1896, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1897, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1898, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1899, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1900, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1901, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1902, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1903, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1904, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1906, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1907, + column: "LicenseId", + value: (short)6); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1908, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1909, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1910, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1911, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1912, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1913, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1914, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1915, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1916, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1917, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1918, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1919, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1920, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1921, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1922, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1923, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Coin%20Miners/UserSuggested.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1924, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Adware%20and%20Malware/PaidContentLinks.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1925, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Adware%20and%20Malware/UserSuggested.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1926, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1927, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1928, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1929, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1930, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1931, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1932, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1933, + column: "LicenseId", + value: (short)43); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1934, + column: "LicenseId", + value: (short)43); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1935, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1936, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1937, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1938, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1939, + column: "LicenseId", + value: (short)14); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1940, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1941, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1942, + column: "LicenseId", + value: (short)19); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1943, + column: "LicenseId", + value: (short)19); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1944, + column: "LicenseId", + value: (short)19); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1945, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1946, + column: "LicenseId", + value: (short)40); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1947, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1948, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1949, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1950, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 5, 21, 32, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1951, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1952, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1953, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1954, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1955, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1956, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 10, 30, 17, 27, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 11, 1, 5, 32, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1957, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1958, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1959, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1960, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1961, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1962, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1963, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1964, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1965, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1966, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1967, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1968, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1969, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1970, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1971, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1972, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1973, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1974, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1975, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1976, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1977, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1978, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1979, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1980, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1981, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1983, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1984, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1985, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@adguard.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1986, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@adguard.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1987, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/SayNoToRacismOnTwitch.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1988, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/MeWeHappyTimeFunClub.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1989, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Pok%C3%A9monNoGOZone.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1990, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/EmptyPaddingRemover.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1991, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/JapaneseTextSoftener.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1992, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1993, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1994, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1995, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1996, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1997, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1998, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2000, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hosts@someonewhocares.org", (short)32 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2001, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2002, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2003, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2004, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2003, 8, 31, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2005, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2006, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2007, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2008, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2009, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2010, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2011, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2012, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2013, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2014, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2015, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2016, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2017, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2018, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2022, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2023, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2024, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2025, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2026, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2027, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2028, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2029, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2030, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2031, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2032, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2033, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2034, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "easylist@protonmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2035, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "easylist@protonmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2036, + column: "LicenseId", + value: (short)9); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2041, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2042, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2043, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2044, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2045, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2046, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2047, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2048, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2049, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2050, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2051, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2052, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2053, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2054, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2055, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2056, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2057, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2058, + columns: new[] { "Description", "LicenseId", "Name", "ViewUrl" }, + values: new object[] { "Blocks BitTorrent websites (+ alternative domains & proxies), clients, and DHT bootstrap nodes.", (short)2, "NextDNS BitTorrent Website Blocklist", "https://raw.githubusercontent.com/nextdns/piracy-blocklists/master/torrent-websites" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2060, + columns: new[] { "LicenseId", "SyntaxId", "ViewUrl" }, + values: new object[] { (short)11, (short)4, "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Other%20Formats/Extra%20Format%201" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2061, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2062, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2063, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2064, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2065, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2068, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2070, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2075, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@perflyst.de", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2076, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)16, new DateTime(2019, 11, 15, 11, 56, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2077, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2078, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2079, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2080, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2081, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2082, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2083, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2084, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2085, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2086, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2088, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2089, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2090, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2091, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2092, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2093, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2094, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2103, + column: "EmailAddress", + value: "dg@memeware.net"); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2111, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "cjxlist@gmail.com", (short)34 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2112, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/GDPR%20451%20List.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2113, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/TorRedirectorList-URLRedirector.json" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2114, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/MediaPlayerGradientRemover.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2115, + column: "LicenseId", + value: (short)3); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2117, + column: "LicenseId", + value: (short)3); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2118, + column: "LicenseId", + value: (short)3); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2119, + column: "LicenseId", + value: (short)3); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2120, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "easylist.portuguese@gmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2121, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "easylist.portuguese@gmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2122, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@abpvn.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2123, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@abpvn.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2124, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2125, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2126, + column: "LicenseId", + value: (short)16); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2127, + column: "LicenseId", + value: (short)16); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2128, + column: "LicenseId", + value: (short)16); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2129, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2130, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2131, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2132, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2137, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@perflyst.de", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2139, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2140, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2141, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2142, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2143, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/spy/dnsmasq.conf" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2144, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/update/dnsmasq.conf" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2145, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/extra/dnsmasq.conf" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2146, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2147, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2148, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2149, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.polish@gmail.com", (short)4, new DateTime(2019, 4, 15, 11, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2150, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.polish@gmail.com", (short)4, new DateTime(2019, 4, 15, 11, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2151, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)44, new DateTime(2019, 3, 11, 22, 39, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 8, 52, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2152, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)44, new DateTime(2019, 3, 11, 22, 39, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 8, 52, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2153, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2154, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2155, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2156, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2157, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/IDNHomographProtection-USLatinTLDsOnly.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2158, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/EkstraBladetEroticContentRemover.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2159, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "marcos@orca.pet", (short)14 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2160, + column: "EmailAddress", + value: "business@isx.fr"); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2161, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2162, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)2, new DateTime(2020, 4, 2, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2163, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/UndertaleRemoverForSoundCloud.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2164, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2165, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2166, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2167, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2168, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2169, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2170, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2171, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2172, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2173, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2174, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2175, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2176, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2177, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2178, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2179, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2180, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2181, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2182, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2183, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2184, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2185, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2186, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2187, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2188, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2189, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2190, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2191, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2192, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2193, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2194, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2195, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2196, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2197, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2198, + column: "EmailAddress", + value: "azorult-tracker@protonmail.com"); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2199, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 1, 46, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2200, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 1, 51, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2201, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 14, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2202, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 20, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2203, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 26, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2204, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 34, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2205, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 54, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2206, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 54, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2207, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 3, 25, 15, 27, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2208, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 4, 2, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2209, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 3, 25, 17, 53, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2210, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 0, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2211, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 28, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2212, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 45, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2213, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 13, 13, 40, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2214, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)40, new DateTime(2019, 4, 5, 21, 43, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2217, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2218, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2219, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2220, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAnthroCombatWaifuList.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2221, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2222, + columns: new[] { "IsDeleted", "LicenseId", "Name" }, + values: new object[] { true, (short)11, "AdGuard for iOS, Android, and Windows Bypass Mitigation List" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2223, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2224, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2225, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2226, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2227, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2228, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2229, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { true, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2230, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2231, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2232, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2233, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2234, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2235, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2236, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)8, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), "https://hg.adblockplus.org/customfilterlists/raw-file/default/easylistczechandslovak-minified.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2237, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2238, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2239, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2240, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2241, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2242, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2243, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2244, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), "https://easylist-downloads.adblockplus.org/easyprivacy-minified.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2245, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2246, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)3, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2247, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2248, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2249, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)6, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), "https://hg.adblockplus.org/customfilterlists/raw-file/default/liste_ar-minified.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2250, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2251, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2252, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)4, new DateTime(2017, 10, 17, 12, 56, 33, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2253, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2254, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2255, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2256, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2257, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2258, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2259, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { true, (short)8, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2260, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2261, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2262, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2263, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2264, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2265, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2266, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2267, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), "https://easylist-downloads.adblockplus.org/easyprivacy-minified.tpl" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2268, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2269, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)3, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2270, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2271, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2272, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { true, (short)6, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2273, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2274, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2275, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)4, new DateTime(2017, 10, 17, 12, 56, 33, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2277, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2278, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2019, 12, 11, 18, 43, 58, 0, DateTimeKind.Unspecified), new DateTime(2020, 5, 30, 20, 7, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2279, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2280, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2281, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2282, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)1, new DateTime(2019, 4, 21, 2, 53, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2283, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)2, new DateTime(2018, 8, 11, 6, 43, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2284, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2285, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2286, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2020, 5, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2287, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2020, 5, 31, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2288, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2289, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2290, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2291, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2292, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "felixonmars@archlinux.org", (short)14 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2293, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2020, 6, 7, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2294, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2020, 6, 7, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2295, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2300, + column: "ViewUrl", + value: "https://raw.githubusercontent.com/anthony-wang/PiHoleBlocklist/master/hosts1.txt"); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2302, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2304, + column: "EmailAddress", + value: "feedback@cyberthreatcoalition.org"); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2307, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2308, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2309, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hello@theprohack.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2310, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hello@theprohack.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2311, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hello@theprohack.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2312, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrl", "ViewUrlMirror1" }, + values: new object[] { "hello@theprohack.com", (short)5, "https://kriskintel.com/ktip_maze.txt", null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2315, + column: "LicenseId", + value: (short)44); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2316, + column: "LicenseId", + value: (short)44); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2317, + column: "LicenseId", + value: (short)44); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2318, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2319, + column: "LicenseId", + value: (short)7); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2320, + column: "LicenseId", + value: (short)7); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2321, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2322, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2323, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2324, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)8, "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-domains.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2325, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2326, + columns: new[] { "LicenseId", "Name" }, + values: new object[] { (short)8, "phishing-filter (Hosts)" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2327, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2019, 4, 5, 22, 9, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2328, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2329, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2330, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2331, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2332, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2333, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2334, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2335, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2336, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2337, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2340, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2342, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2343, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2344, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "dnt-policy@eff.org", (short)16 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2345, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2346, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2347, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2348, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2349, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2350, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2351, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2352, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "admin@smartadblock.co.uk", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2353, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2354, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2355, + column: "LicenseId", + value: (short)9); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2356, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2357, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2358, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2359, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2360, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2361, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2362, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2364, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hi.pinglin@gmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2366, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2020, 8, 10, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2367, + column: "LicenseId", + value: (short)9); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2368, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2369, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2020, 8, 10, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2370, + column: "LicenseId", + value: (short)18); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)1, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ab", "abk", "abk", "abk", "abk", "Аҧсуа", "Abkhaz" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)2, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "oc", "oci", "oci", "oci", "oci", "Occitan", "Occitan" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)3, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "oj", "oji", "oji", "oji", "oji", "ᐊᓂᔑᓈᐯᒧᐎᓐ", "Ojibwe" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)4, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "cu", "chu", "chu", "chu", "chu", "Словѣ́ньскъ", "Old Church Slavonic" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)5, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "om", "orm", "orm", "orm", "orm", "Afaan Oromoo", "Oromo" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)6, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "or", "ori", "ori", "ori", "ori", "ଓଡି଼ଆ", "Oriya" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)7, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "os", "oss", "oss", "oss", "oss", "Ирон æвзаг", "Ossetian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)8, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "pa", "pan", "pan", "pan", "pan", "ਪੰਜਾਬੀ", "Panjabi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)9, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "pi", "pli", "pli", "pli", "pli", "पाऴि", "Pāli" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)10, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fa", "fas", "per", "fas", "fas", "فارسی", "Persian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)11, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "pl", "pol", "pol", "pol", "pol", "Polski", "Polish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)12, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ps", "pus", "pus", "pus", "pus", "پښتو", "Pashto" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)13, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "pt", "por", "por", "por", "por", "Português", "Portuguese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)14, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "qu", "que", "que", "que", "que", "Runa Simi", "Quechua" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)15, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "rm", "roh", "roh", "roh", "roh", "Rumantsch", "Romansh" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)16, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "rn", "run", "run", "run", "run", "Kirundi", "Kirundi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)17, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ro", "ron", "rum", "ron", "ron", "Română", "Romanian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)18, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ru", "rus", "rus", "rus", "rus", "Русский", "Russian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)19, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sa", "san", "san", "san", "san", "संस्कृतम्", "Sanskrit" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)20, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sc", "srd", "srd", "srd", "srd", "Sardu", "Sardinian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)21, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "nr", "nbl", "nbl", "nbl", "nbl", "isiNdebele", "Southern Ndebele" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)22, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sd", "snd", "snd", "snd", "snd", "سنڌي", "Sindhi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)23, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ii", "iii", "iii", "iii", "iii", "ꆈꌠ꒿ Nuosuhxop", "Nuosu" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)25, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lt", "lit", "lit", "lit", "lit", "Lietuvių", "Lithuanian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)26, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lu", "lub", "lub", "lub", "lub", "Tshiluba", "Luba-Katanga" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)27, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lv", "lav", "lav", "lav", "lav", "Latviešu", "Latvian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)28, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "gv", "glv", "glv", "glv", "glv", "Gaelg", "Manx" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)29, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mk", "mkd", "mac", "mkd", "mkd", "Македонски", "Macedonian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)30, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mg", "mlg", "mlg", "mlg", "mlg", "Malagasy", "Malagasy" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)31, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ms", "msa", "may", "msa", "msa", "Bahasa Melayu", "Malay" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)32, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ml", "mal", "mal", "mal", "mal", "മലയാളം", "Malayalam" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)33, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mt", "mlt", "mlt", "mlt", "mlt", "Malti", "Maltese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)34, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mi", "mri", "mao", "mri", "mri", "Māori", "Māori" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)35, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mr", "mar", "mar", "mar", "mar", "मराठी", "Marathi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)36, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mh", "mah", "mah", "mah", "mah", "Kajin M̧ajeļ", "Marshallese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)37, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mn", "mon", "mon", "mon", "mon", "Монгол", "Mongolian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)38, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "na", "nau", "nau", "nau", "nau", "Dorerin Naoero", "Nauru" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)39, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "nv", "nav", "nav", "nav", "nav", "Diné Bizaad", "Navajo" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)40, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "nd", "nde", "nde", "nde", "nde", "isiNdebele", "Northern Ndebele" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)41, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ne", "nep", "nep", "nep", "nep", "नेपाली", "Nepali" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)42, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ng", "ndo", "ndo", "ndo", "ndo", "Owambo", "Ndonga" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)44, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "no", "nor", "nor", "nor", "nor", "Norsk", "Norwegian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)45, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lo", "lao", "lao", "lao", "lao", "ພາສາລາວ", "Lao" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)46, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "se", "sme", "sme", "sme", "sme", "Sámegiella", "Northern Sami" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)47, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sg", "sag", "sag", "sag", "sag", "Sängö", "Sango" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)48, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tr", "tur", "tur", "tur", "tur", "Türkçe", "Turkish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)49, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ts", "tso", "tso", "tso", "tso", "Xitsonga", "Tsonga" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)50, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tt", "tat", "tat", "tat", "tat", "Татарча", "Tatar" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)51, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tw", "twi", "twi", "twi", "twi", "Twi", "Twi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)52, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ty", "tah", "tah", "tah", "tah", "Reo Mā’ohi", "Tahitian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)53, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ug", "uig", "uig", "uig", "uig", "ئۇيغۇرچه", "Uyghur" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)54, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "uk", "ukr", "ukr", "ukr", "ukr", "Українська", "Ukrainian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)55, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ur", "urd", "urd", "urd", "urd", "اردو", "Urdu" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)56, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "uz", "uzb", "uzb", "uzb", "uzb", "O‘zbek", "Uzbek" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)57, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ve", "ven", "ven", "ven", "ven", "Tshivenḓa", "Venda" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)58, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "vi", "vie", "vie", "vie", "vie", "Tiếng Việt", "Vietnamese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)59, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "vo", "vol", "vol", "vol", "vol", "Volapük", "Volapük" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)60, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "wa", "wln", "wln", "wln", "wln", "Walon", "Walloon" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)61, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "cy", "cym", "wel", "cym", "cym", "Cymraeg", "Welsh" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)62, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "wo", "wol", "wol", "wol", "wol", "Wolof", "Wolof" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)63, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fy", "fry", "fry", "fry", "fry", "Frysk", "Western Frisian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)64, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "xh", "xho", "xho", "xho", "xho", "isiXhosa", "Xhosa" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)65, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "yi", "yid", "yid", "yid", "yid", "ייִדיש", "Yiddish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)66, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "yo", "yor", "yor", "yor", "yor", "Yorùbá", "Yoruba" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)67, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "to", "ton", "ton", "ton", "ton", "faka Tonga", "Tonga" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)68, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sm", "smo", "smo", "smo", "smo", "Gagana Sāmoa", "Samoan" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)69, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tn", "tsn", "tsn", "tsn", "tsn", "Setswana", "Tswana" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)70, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tk", "tuk", "tuk", "tuk", "tuk", "Türkmençe", "Turkmen" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)71, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sh", "scr", "scr", "scr", "hbs", "Srpskohrvatski", "Serbo-Croatian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)72, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "gd", "gla", "gla", "gla", "gla", "Gàidhlig", "Scottish Gaelic" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)73, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sn", "sna", "sna", "sna", "sna", "ChiShona", "Shona" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)74, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "si", "sin", "sin", "sin", "sin", "සිංහල", "Sinhala" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)75, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sk", "slk", "slo", "slk", "slk", "Slovenčina", "Slovak" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)76, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sl", "slv", "slv", "slv", "slv", "Slovenščina", "Slovene" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)77, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "so", "som", "som", "som", "som", "Soomaaliga", "Somali" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)78, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "st", "sot", "sot", "sot", "sot", "Sesotho", "Southern Sotho" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)79, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "es", "spa", "spa", "spa", "spa", "Español", "Spanish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)80, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "su", "sun", "sun", "sun", "sun", "Basa Sunda", "Sundanese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)81, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sw", "swa", "swa", "swa", "swa", "Kiswahili", "Swahili" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)82, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ss", "ssw", "ssw", "ssw", "ssw", "SiSwati", "Swati" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)83, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sv", "swe", "swe", "swe", "swe", "Svenska", "Swedish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)84, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ta", "tam", "tam", "tam", "tam", "தமிழ்", "Tamil" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)85, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "te", "tel", "tel", "tel", "tel", "తెలుగు", "Telugu" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)86, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tg", "tgk", "tgk", "tgk", "tgk", "Тоҷикӣ", "Tajik" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)87, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "th", "tha", "tha", "tha", "tha", "ภาษาไทย", "Thai" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)88, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ti", "tir", "tir", "tir", "tir", "ትግርኛ", "Tigrinya" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)89, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bo", "bod", "tib", "bod", "bod", "བོད་ཡིག", "Tibetan Standard" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)90, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tl", "tgl", "tgl", "tgl", "tgl", "Tagalog", "Tagalog" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)91, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ln", "lin", "lin", "lin", "lin", "Lingála", "Lingala" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)92, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "li", "lim", "lim", "lim", "lim", "Limburgs", "Limburgish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)93, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lg", "lug", "lug", "lug", "lug", "Luganda", "Ganda" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)94, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "my", "mya", "bur", "mya", "mya", "မြန်မာဘာသာ", "Burmese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)95, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ca", "cat", "cat", "cat", "cat", "Català", "Catalan" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)96, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ch", "cha", "cha", "cha", "cha", "Chamoru", "Chamorro" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)97, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ce", "che", "che", "che", "che", "Нохчийн", "Chechen" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)98, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ny", "nya", "nya", "nya", "nya", "Chichewa", "Chichewa" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)99, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "zh", "zho", "chi", "zho", "zho", "中文", "Chinese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)100, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "cv", "chv", "chv", "chv", "chv", "Чӑвашла", "Chuvash" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)101, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kw", "cor", "cor", "cor", "cor", "Kernewek", "Cornish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)102, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "co", "cos", "cos", "cos", "cos", "Corsu", "Corsican" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)103, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "cr", "cre", "cre", "cre", "cre", "ᓀᐦᐃᔭᐍᐏᐣ", "Cree" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)105, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "cs", "ces", "cze", "ces", "ces", "Čeština", "Czech" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)106, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "da", "dan", "dan", "dan", "dan", "Dansk", "Danish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)107, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "dv", "div", "div", "div", "div", "Divehi", "Divehi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)108, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "nl", "nld", "dut", "nld", "nld", "Nederlands", "Dutch" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)109, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "dz", "dzo", "dzo", "dzo", "dzo", "རྫོང་ཁ", "Dzongkha" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)110, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "en", "eng", "eng", "eng", "eng", "English", "English" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)111, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "eo", "epo", "epo", "epo", "epo", "Esperanto", "Esperanto" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)112, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "et", "est", "est", "est", "est", "Eesti", "Estonian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)113, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bg", "bul", "bul", "bul", "bul", "Български", "Bulgarian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)114, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ee", "ewe", "ewe", "ewe", "ewe", "Eʋegbe", "Ewe" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)115, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "br", "bre", "bre", "bre", "bre", "Brezhoneg", "Breton" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)116, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bi", "bis", "bis", "bis", "bis", "Bislama", "Bislama" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)117, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "aa", "aar", "aar", "aar", "aar", "Afaraf", "Afar" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)118, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "af", "afr", "afr", "afr", "afr", "Afrikaans", "Afrikaans" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)119, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ak", "aka", "aka", "aka", "aka", "Akan", "Akan" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)120, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sq", "sqi", "alb", "sqi", "sqi", "Shqip", "Albanian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)121, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "am", "amh", "amh", "amh", "amh", "አማርኛ", "Amharic" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)122, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ar", "ara", "ara", "ara", "ara", "العربية", "Arabic" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)123, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "an", "arg", "arg", "arg", "arg", "Aragonés", "Aragonese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)124, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "hy", "hye", "arm", "hye", "hye", "Հայերեն", "Armenian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)125, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "as", "asm", "asm", "asm", "asm", "অসমীয়া", "Assamese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)126, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "av", "ava", "ava", "ava", "ava", "Авар", "Avaric" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)127, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ae", "ave", "ave", "ave", "ave", "avesta", "Avestan" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)128, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ay", "aym", "aym", "aym", "aym", "Aymar", "Aymara" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)129, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "az", "aze", "aze", "aze", "aze", "Azərbaycanca", "Azerbaijani" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)130, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bm", "bam", "bam", "bam", "bam", "Bamanankan", "Bambara" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)131, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ba", "bak", "bak", "bak", "bak", "Башҡортса", "Bashkir" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)132, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "eu", "eus", "baq", "eus", "eus", "Euskara", "Basque" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)133, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "be", "bel", "bel", "bel", "bel", "Беларуская", "Belarusian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)134, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bn", "ben", "ben", "ben", "ben", "বাংলা", "Bengali" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)135, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bh", "bih", "bih", "bih", "bih", "भोजपुरी", "Bihari" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)137, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fo", "fao", "fao", "fao", "fao", "Føroyskt", "Faroese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)138, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fj", "fij", "fij", "fij", "fij", "Na Vosa Vaka-Viti", "Fijian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)139, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fi", "fin", "fin", "fin", "fin", "Suomi", "Finnish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)140, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "iu", "iku", "iku", "iku", "iku", "ᐃᓄᒃᑎᑐᑦ", "Inuktitut" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)141, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ja", "jpn", "jpn", "jpn", "jpn", "日本語", "Japanese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)142, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "jv", "jav", "jav", "jav", "jav", "Basa Jawa", "Javanese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)143, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kl", "kal", "kal", "kal", "kal", "Kalaallisut", "Kalaallisut" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)144, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kn", "kan", "kan", "kan", "kan", "ಕನ್ನಡ", "Kannada" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)145, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kr", "kau", "kau", "kau", "kau", "Kanuri", "Kanuri" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)146, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ks", "kas", "kas", "kas", "kas", "كشميري", "Kashmiri" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)147, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kk", "kaz", "kaz", "kaz", "kaz", "Қазақша", "Kazakh" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)148, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "km", "khm", "khm", "khm", "khm", "ភាសាខ្មែរ", "Khmer" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)149, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ki", "kik", "kik", "kik", "kik", "Gĩkũyũ", "Kikuyu" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)150, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "rw", "kin", "kin", "kin", "kin", "Kinyarwanda", "Kinyarwanda" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)151, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ky", "kir", "kir", "kir", "kir", "Кыргызча", "Kyrgyz" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)152, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kv", "kom", "kom", "kom", "kom", "Коми", "Komi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)153, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kg", "kon", "kon", "kon", "kon", "Kongo", "Kongo" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)154, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ko", "kor", "kor", "kor", "kor", "한국어", "Korean" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)155, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ku", "kur", "kur", "kur", "kur", "Kurdî", "Kurdish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)156, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kj", "kua", "kua", "kua", "kua", "Kuanyama", "Kwanyama" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)157, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "la", "lat", "lat", "lat", "lat", "Latina", "Latin" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)158, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lb", "ltz", "ltz", "ltz", "ltz", "Lëtzebuergesch", "Luxembourgish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)159, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "it", "ita", "ita", "ita", "ita", "Italiano", "Italian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)160, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "is", "isl", "ice", "isl", "isl", "Íslenska", "Icelandic" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)161, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "io", "ido", "ido", "ido", "ido", "Ido", "Ido" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)162, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ik", "ipk", "ipk", "ipk", "ipk", "Iñupiak", "Inupiaq" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)163, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fr", "fra", "fre", "fra", "fra", "Français", "French" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)164, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ff", "ful", "ful", "ful", "ful", "Fulfulde", "Fula" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)165, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "gl", "glg", "glg", "glg", "glg", "Galego", "Galician" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)166, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ka", "kat", "geo", "kat", "kat", "ქართული", "Georgian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)167, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "de", "deu", "ger", "deu", "deu", "Deutsch", "German" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)168, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "el", "ell", "gre", "ell", "ell", "Ελληνικά", "Greek" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)169, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "gn", "grn", "grn", "grn", "grn", "Avañe'ẽ", "Guaraní" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)170, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "gu", "guj", "guj", "guj", "guj", "ગુજરાતી", "Gujarati" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)171, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ht", "hat", "hat", "hat", "hat", "Kreyòl Ayisyen", "Haitian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)172, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "za", "zha", "zha", "zha", "zha", "Cuengh", "Zhuang" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)173, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ha", "hau", "hau", "hau", "hau", "هَوُسَ", "Hausa" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)174, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "hz", "her", "her", "her", "her", "Otjiherero", "Herero" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)175, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "hi", "hin", "hin", "hin", "hin", "हिन्दी", "Hindi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)176, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ho", "hmo", "hmo", "hmo", "hmo", "Hiri Motu", "Hiri Motu" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)177, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "hu", "hun", "hun", "hun", "hun", "Magyar", "Hungarian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)178, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ia", "ina", "ina", "ina", "ina", "Interlingua", "Interlingua" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)179, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "id", "ind", "ind", "ind", "ind", "Bahasa Indonesia", "Indonesian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)180, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ie", "ile", "ile", "ile", "ile", "Interlingue", "Interlingue" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)181, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ga", "gle", "gle", "gle", "gle", "Gaeilge", "Irish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)182, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ig", "ibo", "ibo", "ibo", "ibo", "Igbo", "Igbo" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)183, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "he", "heb", "heb", "heb", "heb", "עברית", "Hebrew" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)184, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "zu", "zul", "zul", "zul", "zul", "isiZulu", "Zulu" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)2, + column: "TwitterHandle", + value: "280blocker"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)3, + column: "TwitterHandle", + value: "bradconte"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)6, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "info@eyeo.com", "eyeo" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)10, + column: "TwitterHandle", + value: "_MDL_"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)14, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "mp3geek@gmail.com", "fanboynz" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)22, + column: "EmailAddress", + value: "imreeil42@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)23, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "cosntacptamem@abuse.ch", "abuse_ch" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)25, + column: "EmailAddress", + value: "badmojr@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)27, + column: "TwitterHandle", + value: "iamkeraf"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)28, + column: "EmailAddress", + value: "blablabla@alleblock.pl"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)30, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "anudeep@protonmail.com", "anudeepND" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)33, + column: "EmailAddress", + value: "kadrep@outlook.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)34, + column: "EmailAddress", + value: "polishjarvis@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)35, + column: "EmailAddress", + value: "bjorn@bjornstar.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)36, + column: "EmailAddress", + value: "martin@herndl.org"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)38, + column: "TwitterHandle", + value: "kowith337"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)39, + column: "EmailAddress", + value: "me@pureapp.in.th"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)40, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "gato@intaa.net", "gatolabo" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)41, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "multiverse2011@gmail.com", "multiverse2011" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)44, + column: "TwitterHandle", + value: "siri_urz"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)45, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "support@disconnect.me", "disconnectme" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)46, + column: "TwitterHandle", + value: "adguard"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)49, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "zerodot1@bk.ru", "hobbygrafix" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)51, + column: "EmailAddress", + value: "lolipopplus@protonmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)52, + column: "EmailAddress", + value: "tomas@getadblock.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)57, + column: "TwitterHandle", + value: "gorhill"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)59, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "jamie@jamiedubs.com", "jamiew" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)66, + column: "TwitterHandle", + value: "BBcan177"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)72, + column: "EmailAddress", + value: "endolith@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)75, + column: "TwitterHandle", + value: "xd4rker"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)78, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "github@paulbutler.org", "paulgb" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)79, + column: "EmailAddress", + value: "info@dshield.org"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)80, + column: "EmailAddress", + value: "email@kowabit.de"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)81, + column: "TwitterHandle", + value: "chadrmayfield"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)84, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "mail.energized@protonmail.com", "adroitadorkhan" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)87, + column: "TwitterHandle", + value: "TeamAEGISgg"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)88, + column: "EmailAddress", + value: "support@riskanalytics.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)89, + column: "EmailAddress", + value: "support@it-mate.co.uk"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)90, + column: "EmailAddress", + value: "jmdugan_pubprofile_1522347973@biocontact.org"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)91, + column: "EmailAddress", + value: "pgl@yoyo.org"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)93, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "steveb@stevenblack.com", "steveblack" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)96, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "blog@zoso.ro", "zoso" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)97, + column: "EmailAddress", + value: "easylisthebrew@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)98, + column: "EmailAddress", + value: "easylist.china@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)103, + column: "EmailAddress", + value: "costa@firehol.org"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)104, + column: "EmailAddress", + value: "mail@perflyst.de"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)107, + column: "EmailAddress", + value: "bogachenkove@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)108, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "nolamiller1203+githubmochifilter@gmail.com", "mochi_adfilter" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)110, + column: "TwitterHandle", + value: "Akamaru_Pie"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)114, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "neofelhz@gmail.com", "neoFelhz" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)115, + column: "TwitterHandle", + value: "StopForumSpam"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)116, + column: "EmailAddress", + value: "github@chrisbuijs.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)117, + column: "EmailAddress", + value: "admin@intr0.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)119, + column: "EmailAddress", + value: "hector@molinero.dev"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)121, + column: "EmailAddress", + value: "mitchellkrog@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)122, + column: "EmailAddress", + value: "dev@oz.nu"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)123, + column: "EmailAddress", + value: "reddestdream@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)124, + column: "EmailAddress", + value: "jcb@bambenekconsulting.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)125, + column: "EmailAddress", + value: "jwspamspy@pobox.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)126, + column: "EmailAddress", + value: "radicalbotanical@aol.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)130, + column: "TwitterHandle", + value: "rooneymcnibnug"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)133, + column: "TwitterHandle", + value: "gioxx"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)134, + column: "EmailAddress", + value: "elias.ojala+github@kapsi.fi"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)136, + column: "EmailAddress", + value: "author@i-dont-care-about-cookies.eu"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)145, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "iurcaberciudarius@gmail.com", "dariusiurca" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)146, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "geoffrey+website@frogeye.fr", "GeoffreyFrogeye" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)148, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "me@deletescape.ch", "deletescape" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)152, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "daniel@danielmiessler.com", "danielmiessler" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)153, + column: "EmailAddress", + value: "fabrice.prigent@ut-capitole.fr"); + } + + protected override void Down(MigrationBuilder migrationBuilder) + { + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)1, new DateTime(2019, 4, 8, 14, 29, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2015, 4, 27, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)3, + column: "LicenseId", + value: (short)3); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)4, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 11, 19, 20, 26, 13, 0, DateTimeKind.Unspecified), new DateTime(2016, 12, 29, 17, 46, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)5, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 14, 53, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)6, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 8, 23, 7, 30, 22, 0, DateTimeKind.Unspecified), new DateTime(2017, 3, 4, 8, 46, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)10, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2019, 3, 3, 9, 19, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)11, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 4, 8, 15, 56, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)12, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "listefr.adblock@gmail.com", (short)6, new DateTime(2019, 4, 8, 16, 25, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)13, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 4, 8, 16, 32, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)14, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "liste.ar.adblock@gmail.com", (short)6, new DateTime(2019, 4, 8, 17, 36, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)16, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2016, 5, 13, 13, 2, 19, 0, DateTimeKind.Unspecified), new DateTime(2019, 12, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)17, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "winhelp2002@gmail.com", (short)9, new DateTime(2019, 3, 18, 11, 51, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)18, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2014, 6, 16, 23, 37, 58, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 19, 14, 2, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)19, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 17, 20, 18, 51, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 17, 40, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)20, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 5, 15, 2, 39, 19, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 1, 41, 2, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)27, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 6, 15, 6, 6, 48, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 12, 9, 5, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)28, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "cookies@prebake.eu", (short)2, new DateTime(2012, 11, 18, 20, 23, 53, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)29, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "cookies@prebake.eu", (short)2, new DateTime(2012, 11, 18, 20, 23, 53, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 1, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)30, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2016, 10, 24, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 18, 0, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)31, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2011, 12, 10, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)32, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 8, 19, 45, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)33, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2014, 11, 18, 11, 8, 41, 0, DateTimeKind.Unspecified), new DateTime(2015, 1, 21, 13, 8, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)34, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact@openphish.com", (short)5, new DateTime(2019, 4, 8, 19, 57, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)36, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 30, 11, 48, 44, 0, DateTimeKind.Unspecified), new DateTime(2017, 2, 20, 10, 20, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)38, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 11, 6, 14, 22, 56, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 12, 19, 48, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)39, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "latvian-list@googlegroups.com", (short)8, new DateTime(2019, 3, 18, 15, 0, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)47, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 8, 18, 54, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)49, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)20, new DateTime(2019, 3, 23, 22, 11, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)50, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "support@hexxiumcreations.com", (short)5, new DateTime(2016, 6, 29, 8, 27, 6, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 5, 17, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)51, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2012, 4, 25, 7, 10, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 20, 25, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)52, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "bug-gnuzilla@gnu.org", (short)5, new DateTime(2019, 4, 13, 2, 34, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)53, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)20, new DateTime(2018, 10, 4, 3, 4, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)54, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2016, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)56, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2019, 4, 13, 6, 4, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)59, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 11, 18, 6, 6, 9, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 15, 14, 39, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)60, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "polishjarvis@gmail.com", (short)8, new DateTime(2016, 11, 20, 11, 41, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 9, 8, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)61, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "polishjarvis@gmail.com", (short)8, new DateTime(2016, 4, 8, 12, 11, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 16, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)62, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)63, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)64, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2010, 12, 11, 10, 54, 9, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 22, 6, 5, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)65, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2010, 8, 18, 14, 3, 9, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 22, 6, 5, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)66, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 24, 2, 42, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)67, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2015, 10, 30, 17, 39, 31, 0, DateTimeKind.Unspecified), new DateTime(2018, 12, 4, 16, 3, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)68, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 2, 11, 18, 1, 6, 0, DateTimeKind.Unspecified), new DateTime(2017, 3, 17, 4, 32, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)69, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "adblock@gardar.net", (short)5, new DateTime(2018, 11, 8, 14, 25, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)70, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2015, 1, 11, 23, 1, 2, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 5, 10, 13, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)71, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@kiboke-studio.hr", (short)4, new DateTime(2019, 4, 13, 7, 41, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)72, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "hufilter.adblock@gmail.com", (short)24, new DateTime(2015, 1, 14, 14, 16, 50, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 11, 54, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)78, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)79, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)80, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2012, 4, 12, 22, 56, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)81, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 29, 13, 52, 34, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 16, 9, 38, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)82, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 3, 20, 18, 12, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 8, 13, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)83, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 5, 23, 21, 53, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 19, 16, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)84, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "errors@certyficate.it", (short)9, new DateTime(2016, 8, 7, 20, 10, 32, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 4, 8, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)85, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 6, 8, 17, 32, 45, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 8, 17, 32, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)86, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 10, 18, 15, 20, 50, 0, DateTimeKind.Unspecified), new DateTime(2017, 11, 28, 14, 12, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)87, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 4, 1, 12, 8, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 8, 43, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)88, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 4, 1, 12, 17, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 9, 17, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)89, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 4, 1, 12, 6, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 12, 2, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)90, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 4, 1, 12, 19, 27, 0, DateTimeKind.Unspecified), new DateTime(2016, 11, 15, 14, 1, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)91, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 4, 1, 12, 15, 40, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 16, 50, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)93, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)94, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 13, 13, 35, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)95, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)96, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)97, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2017, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)98, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2017, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)99, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)24, new DateTime(2014, 9, 13, 15, 24, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 5, 50, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)100, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)101, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)102, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2016, 9, 17, 15, 25, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 1, 57, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)103, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)104, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)105, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)106, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)107, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)108, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)109, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)110, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 17, 19, 28, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)111, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)112, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 13, 6, 49, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 14, 36, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)113, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 25, 9, 49, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)114, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2015, 2, 7, 16, 48, 59, 0, DateTimeKind.Unspecified), new DateTime(2015, 4, 11, 17, 13, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)115, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "wduk10@hotmail.com", (short)34 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)116, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "mail@zoso.ro", (short)5, new DateTime(2019, 3, 10, 2, 15, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)117, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 14, 19, 13, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)118, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "mail@zoso.ro", (short)5, new DateTime(2019, 2, 11, 7, 58, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)119, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact@adblock.ro", (short)2, new DateTime(2019, 4, 14, 19, 40, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)131, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 14, 22, 31, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)132, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "denis-ovs@yandex.ru", (short)5, new DateTime(2008, 5, 18, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)133, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 14, 22, 42, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)134, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 14, 23, 9, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)135, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "wduk10@hotmail.com", (short)34 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)136, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "betterweb.leon@outlook.com", (short)2, new DateTime(2015, 12, 21, 23, 2, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 20, 21, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)137, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "steveb@stevenblack.com", (short)2, new DateTime(2012, 4, 12, 22, 56, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 30, 14, 15, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)138, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { null, (short)2, new DateTime(2018, 3, 24, 16, 22, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 27, 9, 46, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)139, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "admin@spam404.com", (short)8, new DateTime(2016, 2, 15, 21, 4, 57, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 15, 15, 13, 33, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)140, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "admin@spam404.com", (short)8, new DateTime(2016, 2, 15, 21, 4, 28, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 15, 15, 13, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)141, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)142, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2016, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)143, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)144, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)145, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)146, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)30, new DateTime(2012, 11, 6, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)147, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)150, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 1, 34, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)151, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)152, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)155, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 1, 46, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)156, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 1, 51, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)157, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 14, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)158, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 20, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)159, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 26, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)160, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 3, 25, 14, 58, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)161, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 34, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)162, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 54, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)163, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 3, 25, 15, 27, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)164, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 4, 2, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)165, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 3, 25, 17, 53, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)166, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 0, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)167, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 28, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)168, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 15, 6, 34, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)169, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 45, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)170, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 15, 6, 51, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)171, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2019, 4, 15, 7, 1, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)173, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31, new DateTime(2018, 10, 19, 12, 51, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)175, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2012, 8, 2, 14, 45, 38, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 19, 18, 43, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)176, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 6, 25, 6, 24, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 6, 16, 29, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)177, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 12, 16, 1, 31, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)178, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2013, 10, 20, 20, 57, 37, 0, DateTimeKind.Unspecified), new DateTime(2016, 3, 26, 9, 35, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)179, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2018, 4, 20, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)181, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2009, 10, 18, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)183, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2016, 10, 29, 15, 8, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 5, 38, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)184, + column: "LicenseId", + value: (short)16); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)185, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)186, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31, new DateTime(2018, 10, 11, 4, 12, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)187, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31, new DateTime(2018, 10, 11, 4, 17, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)188, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31, new DateTime(2018, 10, 11, 4, 23, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)189, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "contact.wiki.airelle@spamgourmet.com", (short)31, new DateTime(2018, 10, 11, 8, 13, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)190, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 30, 11, 36, 6, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 5, 13, 34, 57, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)191, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 30, 11, 36, 6, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 12, 10, 55, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)192, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 30, 11, 36, 6, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 16, 6, 43, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)197, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 15, 8, 59, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)198, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2010, 11, 6, 9, 47, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 8, 54, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)199, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2016, 12, 20, 14, 53, 3, 0, DateTimeKind.Unspecified), new DateTime(2018, 12, 14, 7, 31, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)200, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2016, 12, 20, 14, 53, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 26, 13, 29, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)201, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2016, 12, 20, 14, 53, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 26, 13, 29, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)202, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 7, 31, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)203, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 10, 10, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)204, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 3, 10, 58, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)205, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2014, 11, 24, 21, 58, 10, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 13, 10, 40, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)206, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "support@abpvn.com", (short)4, new DateTime(2016, 7, 10, 8, 55, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 10, 6, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)207, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2014, 4, 17, 16, 49, 31, 0, DateTimeKind.Unspecified), new DateTime(2016, 11, 17, 3, 1, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)212, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 29, 13, 52, 34, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 20, 11, 25, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)213, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 1, 31, 12, 10, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 28, 15, 30, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)214, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 15, 10, 48, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)215, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "adblockpolska@gmail.com", (short)4, new DateTime(2014, 4, 21, 0, 24, 26, 0, DateTimeKind.Unspecified), new DateTime(2014, 11, 23, 1, 9, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)216, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2016, 3, 2, 7, 42, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 13, 30, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)217, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 1, 27, 21, 38, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)220, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)10, new DateTime(2014, 12, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)221, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "adblock@gurud.ee", (short)5, new DateTime(2018, 11, 20, 4, 33, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)222, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "slasharash@protonmail.com", (short)29, new DateTime(2015, 12, 1, 10, 57, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 20, 19, 30, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)223, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "errors@certyficate.it", (short)9, new DateTime(2015, 9, 17, 9, 36, 26, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 13, 0, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)224, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2015, 9, 17, 9, 35, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 13, 30, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)225, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 8, 22, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)226, + column: "LicenseId", + value: (short)16); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)227, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@eyeo.com", (short)5, new DateTime(2019, 4, 15, 12, 39, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)228, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)27, new DateTime(2016, 10, 14, 17, 36, 56, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 11, 20, 51, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)229, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2019, 4, 15, 20, 23, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)232, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2017, 1, 5, 8, 16, 11, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 10, 3, 52, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)233, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2017, 12, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)234, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fbprivacylist@squirrelconspiracy.net", (short)12, new DateTime(2010, 5, 18, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)235, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2017, 12, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)236, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2017, 12, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)237, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2019, 2, 17, 18, 41, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)238, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 12, 9, 21, 22, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)239, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 10, 39, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)240, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 10, 45, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)241, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 13, 57, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)242, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 10, 51, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)243, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 11, 18, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)244, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 11, 36, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)245, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)18, new DateTime(2017, 4, 22, 16, 36, 12, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 15, 24, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)246, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.spanish@gmail.com", (short)4, new DateTime(2019, 4, 8, 11, 54, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)247, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)16, new DateTime(2019, 4, 8, 11, 59, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)248, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 12, 10, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)249, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2018, 5, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)250, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)16, new DateTime(2019, 11, 15, 11, 56, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)251, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2013, 10, 26, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)252, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 12, 59, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)253, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "hant0508@gmail.com", (short)5, new DateTime(2015, 7, 11, 18, 55, 57, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 6, 11, 6, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)254, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)255, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 8, 13, 9, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)256, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)257, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)258, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)259, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 14, 44, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)260, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)261, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)262, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)263, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2013, 8, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)264, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fanboyadblock@googlegroups.com", (short)16, new DateTime(2017, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)265, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 8, 15, 19, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)266, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 8, 15, 26, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)267, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate", "ViewUrl" }, + values: new object[] { "algimantas@margevicius.lt", (short)4, new DateTime(2019, 3, 3, 9, 55, 11, 0, DateTimeKind.Unspecified), "https://margevicius.lt/easylistlithuania.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)268, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "cjxlist@gmail.com", (short)34, new DateTime(2014, 11, 13, 3, 34, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 1, 45, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)269, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 17, 1, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)270, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "malwaredomains@gmail.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)271, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "malwaredomains@gmail.com", (short)5, new DateTime(2019, 4, 8, 17, 42, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)272, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@disconnect.me", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)274, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "support@disconnect.me", (short)4, new DateTime(2019, 4, 8, 18, 2, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)275, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@disconnect.me", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)276, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "hosts@someonewhocares.org", (short)32, new DateTime(2019, 4, 8, 18, 18, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)277, + columns: new[] { "HomeUrl", "LicenseId", "UpdatedDate", "ViewUrl", "ViewUrlMirror1" }, + values: new object[] { "http://adblock.dajbych.net/", (short)5, new DateTime(2014, 8, 16, 0, 0, 0, 0, DateTimeKind.Unspecified), "http://adblock.dajbych.net/adblock.txt", "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Czech%20Filters%20for%20Adblock%20Plus" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)278, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "corset@tistory.com", (short)12 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)279, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 3, 3, 11, 11, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)280, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2017, 3, 8, 5, 0, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 15, 4, 50, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)281, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "cjxlist@gmail.com", (short)34, new DateTime(2015, 2, 4, 10, 34, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 13, 48, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)282, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "philippe@sysctl.org", (short)5, new DateTime(2018, 3, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)283, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 18, 54, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)284, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "alex@stanev.org", (short)4, new DateTime(2019, 4, 8, 19, 21, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)285, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "malwaredomains@gmail.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)286, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "malwaredomains@gmail.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)287, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "malwaredomains@gmail.com", (short)5, new DateTime(2019, 4, 8, 19, 35, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)288, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "malwaredomains@gmail.com", (short)5, new DateTime(2018, 12, 10, 6, 7, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)289, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylistitaly@gmail.com", (short)4, new DateTime(2019, 4, 8, 19, 52, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)290, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2019, 4, 8, 20, 2, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)291, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "easylisthebrew@gmail.com", (short)7, new DateTime(2014, 1, 20, 15, 40, 9, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 11, 32, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)292, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 20, 31, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)293, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 21, 1, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)294, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 21, 8, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)295, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "fam.lam@live.nl", (short)4, new DateTime(2019, 4, 8, 21, 34, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)297, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2019, 4, 8, 21, 42, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)298, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2015, 3, 18, 9, 21, 43, 0, DateTimeKind.Unspecified), new DateTime(2015, 3, 18, 9, 21, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)299, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 8, 22, 10, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)300, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.china@gmail.com", (short)4, new DateTime(2019, 4, 12, 23, 31, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)301, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 12, 23, 37, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)302, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@dshield.org", (short)25, new DateTime(2019, 4, 13, 1, 58, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)303, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "malwaredomains@gmail.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)304, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "malwaredomains@gmail.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)305, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "tomastaro@adblock.sk", (short)8, new DateTime(2013, 8, 17, 18, 16, 56, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 15, 31, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)306, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "subscriptionlist@adblockplus.org", (short)5, new DateTime(2019, 4, 13, 2, 19, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)307, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 7, 7, 16, 41, 6, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 19, 14, 4, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)308, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 24, 7, 21, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 13, 38, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)309, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "badmojr@gmail.com", (short)35, new DateTime(2019, 4, 13, 2, 55, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)311, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 11, 12, 18, 37, 45, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)312, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 1, 15, 14, 27, 24, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 15, 14, 44, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)313, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 1, 15, 14, 27, 24, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 15, 14, 44, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)315, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "blablabla@alleblock.pl", (short)13, new DateTime(2019, 4, 13, 6, 47, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)316, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2016, 11, 19, 12, 25, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 22, 49, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)317, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2017, 7, 11, 7, 43, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 11, 11, 21, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)318, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2017, 11, 25, 9, 12, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 9, 8, 2, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)319, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)14, new DateTime(2017, 6, 30, 19, 28, 45, 0, DateTimeKind.Unspecified), new DateTime(2017, 10, 22, 4, 42, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)320, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)14, new DateTime(2017, 10, 30, 21, 53, 22, 0, DateTimeKind.Unspecified), new DateTime(2017, 10, 30, 21, 53, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)321, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2018, 2, 22, 18, 9, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 16, 8, 28, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)322, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2018, 2, 22, 18, 9, 38, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 29, 15, 36, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)323, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2018, 2, 22, 18, 10, 9, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 29, 15, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)324, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2015, 1, 25, 20, 21, 51, 0, DateTimeKind.Unspecified), new DateTime(2015, 10, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)325, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "bjorn@bjornstar.com", (short)11, new DateTime(2013, 8, 28, 15, 57, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 11, 23, 8, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)327, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 13, 7, 46, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)329, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)1, new DateTime(2016, 1, 12, 12, 53, 17, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 2, 19, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)330, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2017, 5, 12, 13, 34, 17, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 9, 6, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)331, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2016, 1, 9, 17, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 1, 16, 46, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)332, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 1, 19, 17, 35, 35, 0, DateTimeKind.Unspecified), new DateTime(2016, 12, 14, 4, 49, 35, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)333, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 3, 7, 14, 58, 24, 0, DateTimeKind.Unspecified), new DateTime(2017, 11, 18, 8, 0, 28, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)334, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 13, 10, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)335, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2015, 8, 30, 12, 13, 43, 0, DateTimeKind.Unspecified), new DateTime(2017, 5, 23, 12, 11, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)336, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 5, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)337, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 5, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)338, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 5, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)339, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 3, 11, 21, 4, 46, 0, DateTimeKind.Unspecified), new DateTime(2017, 3, 11, 21, 4, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)340, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 3, 11, 18, 2, 38, 0, DateTimeKind.Unspecified), new DateTime(2017, 10, 10, 2, 0, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)341, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 1, 6, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 15, 53, 52, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)342, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { null, (short)9, new DateTime(2018, 1, 6, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 6, 20, 19, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)343, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 1, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 17, 11, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)344, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { null, (short)9, new DateTime(2018, 1, 26, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 17, 17, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)345, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "errors@certyficate.it", (short)9, new DateTime(2017, 4, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 6, 30, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)346, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2017, 10, 29, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2017, 10, 29, 19, 26, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)347, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "errors@certyficate.it", (short)9, new DateTime(2017, 9, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 1, 3, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)348, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)39, new DateTime(2019, 4, 13, 13, 8, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)349, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "polishjarvis@gmail.com", (short)8, new DateTime(2017, 10, 23, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 18, 0, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)350, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 13, 13, 40, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)352, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 4, 18, 7, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)353, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 22, 22, 9, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)354, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 21, 13, 48, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)355, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 22, 22, 9, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)356, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 22, 22, 9, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)357, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 15, 15, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)358, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 15, 26, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)359, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 15, 47, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)360, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 8, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)361, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 24, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)362, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 45, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)363, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "zerodot1@bk.ru", (short)4, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 17, 1, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)367, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "lolipopplus@protonmail.com", (short)9, new DateTime(2017, 9, 5, 6, 7, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 27, 7, 12, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)368, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "lolipopplus@protonmail.com", (short)9, new DateTime(2017, 10, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 22, 1, 17, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)369, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "tomastaro@adblock.sk", (short)8, new DateTime(2017, 12, 3, 6, 22, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 17, 32, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)370, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "tomastaro@adblock.sk", (short)8, new DateTime(2019, 4, 14, 18, 58, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)371, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 12, 20, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 15, 13, 9, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)372, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2014, 5, 22, 4, 12, 11, 0, DateTimeKind.Unspecified), new DateTime(2016, 7, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)373, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2014, 5, 22, 4, 12, 11, 0, DateTimeKind.Unspecified), new DateTime(2016, 7, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)374, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2014, 5, 22, 4, 12, 11, 0, DateTimeKind.Unspecified), new DateTime(2016, 7, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)375, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 2, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 19, 2, 57, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)376, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 2, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 26, 0, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)377, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 12, 22, 16, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)378, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 2, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 12, 22, 16, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)379, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)5, new DateTime(2016, 3, 9, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)380, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 3, 9, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 2, 23, 6, 37, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)381, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)38, new DateTime(2019, 3, 25, 11, 34, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)383, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "im@austinhuang.me", (short)8, new DateTime(2018, 2, 16, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 11, 8, 56, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)385, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 14, 22, 21, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)388, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 14, 22, 37, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)390, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 3, 30, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 17, 21, 23, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)391, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 5, 5, 20, 51, 42, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 16, 16, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)392, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 22, 38, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)393, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 23, 37, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)395, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2018, 3, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 15, 4, 50, 51, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)396, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 12, 9, 3, 28, 59, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 26, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)397, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 12, 19, 18, 51, 51, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 8, 2, 10, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)398, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 12, 11, 15, 31, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 2, 34, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)399, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 1, 5, 7, 7, 23, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 5, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)400, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2015, 12, 20, 0, 23, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 6, 55, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)401, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2015, 12, 20, 0, 23, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 6, 55, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)403, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 4, 28, 5, 31, 57, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 24, 6, 42, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)405, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 12, 17, 14, 31, 17, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 20, 50, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)410, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 9, 23, 22, 19, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 13, 23, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)412, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)413, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)414, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)415, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)416, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)417, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)20, new DateTime(2015, 4, 19, 11, 34, 53, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 16, 32, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)418, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2015, 4, 19, 11, 34, 53, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 22, 30, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)419, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 15, 3, 5, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)420, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 15, 4, 7, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)421, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2018, 9, 18, 12, 37, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)422, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 9, 24, 4, 19, 44, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 10, 3, 41, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)424, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)425, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2014, 8, 8, 9, 1, 49, 0, DateTimeKind.Unspecified), new DateTime(2016, 12, 1, 10, 14, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)426, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)21, new DateTime(2019, 4, 15, 6, 56, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)427, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 9, 18, 13, 28, 51, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)428, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)429, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 12, 21, 1, 15, 59, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 20, 23, 29, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)430, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 24, 14, 41, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)431, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 15, 7, 16, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)432, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 15, 7, 26, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)433, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 15, 7, 32, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)434, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 7, 31, 18, 32, 49, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 19, 39, 29, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)435, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrlMirror1" }, + values: new object[] { (short)22, new DateTime(2017, 8, 18, 7, 43, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 6, 1, 19, 0, DateTimeKind.Unspecified), "https://coding.net/u/scaffrey/p/hosts/git/raw/master/hosts-files/hosts" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)436, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 7, 15, 7, 17, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 27, 19, 23, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)437, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "easylistbrasil.subscription@gmail.com", (short)8, new DateTime(2018, 8, 5, 20, 20, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 7, 50, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)438, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@perflyst.de", (short)2, new DateTime(2018, 3, 17, 13, 20, 17, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 17, 13, 20, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)439, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@perflyst.de", (short)2, new DateTime(2018, 2, 27, 13, 10, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 7, 34, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)440, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@perflyst.de", (short)2, new DateTime(2018, 3, 17, 13, 29, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 4, 16, 32, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)441, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2019, 4, 15, 8, 10, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)442, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)445, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 15, 8, 28, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)446, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 15, 8, 34, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)447, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 15, 8, 40, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)448, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 15, 8, 46, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)449, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)450, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)451, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)465, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 10, 11, 9, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)467, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 1, 1, 16, 20, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 6, 12, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)468, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 1, 14, 0, 15, 48, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 13, 6, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)469, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 12, 25, 2, 42, 17, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 13, 29, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)470, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "costa@tsaousis.gr", (short)19, new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 5, 30, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)471, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "costa@tsaousis.gr", (short)19, new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 5, 30, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)472, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 5, 27, 16, 16, 45, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 2, 18, 23, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)473, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 5, 28, 21, 9, 25, 0, DateTimeKind.Unspecified), new DateTime(2016, 5, 28, 21, 9, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)474, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 5, 27, 15, 43, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 12, 22, 5, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)475, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/mozilla/all.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)476, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 6, 7, 15, 37, 24, 0, DateTimeKind.Unspecified), new DateTime(2016, 6, 7, 15, 37, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)477, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 5, 29, 0, 40, 45, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)478, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jmdugan_pubprofile_1522347973@biocontact.org", (short)28, new DateTime(2016, 5, 29, 0, 40, 45, 0, DateTimeKind.Unspecified), new DateTime(2016, 5, 29, 0, 40, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)479, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.polish@gmail.com", (short)4, new DateTime(2019, 4, 15, 11, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)480, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail.energized@protonmail.com", (short)4, new DateTime(2010, 3, 3, 23, 2, 56, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 15, 15, 35, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)481, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)482, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)483, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)484, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 12, 13, 30, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)485, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)486, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)487, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)490, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 5, 30, 20, 52, 2, 0, DateTimeKind.Unspecified), new DateTime(2018, 2, 4, 13, 6, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)491, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 12, 18, 5, 38, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 26, 18, 31, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)492, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 20, 10, 44, 10, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 4, 1, 34, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)493, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 20, 10, 46, 1, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 6, 20, 14, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)494, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2017, 2, 22, 8, 37, 26, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 8, 2, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)495, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "hello@metamask.io", (short)23, new DateTime(2018, 1, 30, 21, 56, 13, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 20, 12, 48, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)496, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 8, 20, 1, 51, 59, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 21, 5, 50, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)504, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)505, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 17, 20, 24, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)506, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@eyeo.com", (short)5, new DateTime(2019, 4, 8, 12, 42, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)507, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 8, 12, 48, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)508, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "polishjarvis@gmail.com", (short)8 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)509, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 17, 15, 45, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)510, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)24, new DateTime(2018, 2, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 17, 22, 28, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)512, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 26, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 3, 19, 21, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)513, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 5, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 20, 17, 15, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)514, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)515, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 1, 14, 8, 45, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)516, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 8, 14, 9, 11, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 8, 50, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)517, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 1, 14, 8, 57, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)518, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@dshield.org", (short)25, new DateTime(2019, 4, 8, 15, 2, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)519, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@dshield.org", (short)25, new DateTime(2019, 4, 8, 15, 8, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)520, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "info@dshield.org", (short)25, new DateTime(2019, 4, 8, 15, 14, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)521, + columns: new[] { "LicenseId", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)20, new DateTime(2019, 1, 14, 9, 19, 10, 0, DateTimeKind.Unspecified), "https://blocklist.kowabit.de/fritzboxliste.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)522, + columns: new[] { "LicenseId", "Name", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)20, "Kowabit - blocklist of death for Windows 10", new DateTime(2019, 1, 14, 9, 39, 10, 0, DateTimeKind.Unspecified), "https://blocklist.kowabit.de/win10list.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)525, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 5, 6, 16, 37, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 22, 33, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)526, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 5, 6, 16, 37, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 22, 33, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)562, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "xinggsf@gmail.com", (short)5, new DateTime(2015, 7, 20, 14, 39, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 6, 20, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)563, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "plaintext@andromedarabbit.net", (short)8, new DateTime(2016, 5, 13, 13, 2, 19, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 14, 13, 44, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)564, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 13, 2, 49, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)565, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 12, 14, 7, 11, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)566, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2019, 4, 13, 3, 12, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)569, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 21, 9, 32, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)570, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 21, 10, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)573, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 17, 30, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)574, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 19, 7, 42, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)575, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 17, 24, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)583, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 8, 2, 13, 7, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 11, 53, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)585, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 13, 42, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)586, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 10, 11, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)589, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 8, 22, 13, 19, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 20, 20, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)590, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 2, 22, 17, 16, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 20, 18, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)591, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 15, 16, 20, 51, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 6, 5, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)592, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 6, 16, 55, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 7, 5, 47, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)593, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "moustache@gmail.com", (short)2, new DateTime(2016, 12, 17, 6, 15, 59, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 29, 16, 41, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)595, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)18, new DateTime(2018, 5, 24, 14, 40, 19, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 4, 13, 12, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)596, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)18, new DateTime(2018, 7, 19, 11, 3, 56, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 15, 29, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)598, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 7, 2, 2, 47, 3, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 8, 5, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)599, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "support@abpvn.com", (short)4, new DateTime(2019, 4, 13, 12, 25, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)600, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "support@abpvn.com", (short)4, new DateTime(2016, 10, 26, 10, 6, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 9, 9, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)601, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2016, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 5, 10, 19, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)602, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2016, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 28, 14, 49, 57, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)603, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 8, 8, 58, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)604, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)26, new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 5, 30, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)605, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 10, 7, 5, 30, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 5, 30, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)606, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 8, 11, 6, 43, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 6, 24, 52, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)607, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 22, 0, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)608, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 22, 0, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)609, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 22, 16, 42, 29, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 14, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)610, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 22, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)611, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 29, 19, 22, 33, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 22, 3, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)612, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 22, 0, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)613, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 30, 16, 14, 48, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 22, 0, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)614, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 27, 17, 32, 2, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 22, 3, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)616, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2018, 6, 30, 16, 19, 8, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 22, 0, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)617, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)40, new DateTime(2019, 4, 14, 13, 26, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)618, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 4, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)619, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 2, 25, 1, 25, 9, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 27, 18, 28, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)625, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "nathanaccidentally@gmail.com", (short)2, new DateTime(2016, 11, 3, 14, 7, 41, 0, DateTimeKind.Unspecified), new DateTime(2017, 3, 2, 14, 20, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)626, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 3, 9, 23, 42, 48, 0, DateTimeKind.Unspecified), new DateTime(2016, 3, 9, 23, 42, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)628, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)630, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 14, 13, 38, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)631, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 14, 13, 48, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)632, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)658, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 7, 27, 15, 9, 6, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 16, 27, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)659, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 8, 1, 13, 56, 25, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 1, 57, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)660, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 7, 28, 20, 33, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 19, 21, 51, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)661, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 7, 28, 20, 33, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 19, 21, 51, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)663, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 1, 5, 4, 44, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 13, 10, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)664, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 7, 10, 0, 35, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 0, 35, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)665, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 7, 10, 0, 35, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 4, 3, 23, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)666, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 9, 13, 22, 7, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 26, 23, 5, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)667, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 11, 21, 23, 40, 34, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 0, 37, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)668, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 8, 3, 20, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)669, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 8, 3, 41, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)670, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 2, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)671, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)672, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)673, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 26, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)674, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 31, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)675, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 36, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)676, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 41, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)677, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 13, 10, 46, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)678, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)679, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2012, 2, 8, 10, 29, 30, 0, DateTimeKind.Unspecified), new DateTime(2012, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)680, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 23, 15, 45, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)681, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2019, 2, 24, 13, 32, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)682, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 15, 5, 33, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)683, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "support@novirusthanks.com", (short)5, new DateTime(2019, 4, 15, 5, 38, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)684, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "support@novirusthanks.com", (short)5, new DateTime(2019, 4, 15, 5, 43, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)685, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "malwaredomains@gmail.com", (short)5, new DateTime(2019, 4, 15, 5, 48, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)686, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)687, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@quero.at", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)689, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2016, 10, 21, 1, 43, 26, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 2, 20, 16, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)690, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2018, 4, 14, 11, 56, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 6, 1, 37, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)691, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2017, 7, 18, 12, 10, 14, 0, DateTimeKind.Unspecified), new DateTime(2017, 11, 12, 9, 43, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)692, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2017, 9, 20, 13, 22, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 11, 54, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)693, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2019, 4, 18, 6, 14, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)694, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2, new DateTime(2019, 4, 19, 1, 6, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)696, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 0, 0, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)697, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 9, 0, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)698, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 22, 0, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)699, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2018, 2, 25, 0, 22, 29, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 16, 0, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)700, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2018, 6, 23, 1, 33, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 16, 1, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)703, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 0, 0, 52, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)704, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 16, 0, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)705, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2018, 2, 25, 22, 37, 5, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 3, 8, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)706, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 20, 16, 0, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)707, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 16, 8, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)708, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 12, 16, 0, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)709, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 16, 16, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)710, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)711, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 16, 16, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)712, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "me@austinheap.com", (short)2, new DateTime(2017, 2, 23, 5, 59, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 23, 1, 32, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)715, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "admin@highsea90.com", (short)5, new DateTime(2015, 1, 15, 8, 3, 24, 0, DateTimeKind.Unspecified), new DateTime(2015, 3, 30, 4, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)716, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2014, 7, 15, 12, 43, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 28, 22, 55, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)717, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 7, 10, 13, 38, 56, 0, DateTimeKind.Unspecified), new DateTime(2016, 7, 10, 13, 38, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)718, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 11, 18, 12, 42, 33, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 10, 21, 11, 5, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)719, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 16, 22, 22, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)720, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 16, 22, 27, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)721, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 1, 28, 11, 53, 55, 0, DateTimeKind.Unspecified), new DateTime(2018, 2, 5, 21, 16, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)722, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)723, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)724, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)726, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 5, 18, 3, 24, 19, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 12, 4, 4, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)728, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 11, 30, 11, 9, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 9, 33, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)729, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "elias.ojala+github@kapsi.fi", (short)5, new DateTime(2018, 2, 14, 16, 27, 38, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 0, 14, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)730, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "elias.ojala+github@kapsi.fi", (short)5, new DateTime(2018, 9, 9, 16, 3, 11, 0, DateTimeKind.Unspecified), new DateTime(2018, 12, 1, 18, 13, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)731, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 12, 12, 9, 47, 19, 0, DateTimeKind.Unspecified), new DateTime(2017, 9, 19, 16, 52, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)732, + columns: new[] { "EmailAddress", "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "hello@bads.team", null, (short)2, new DateTime(2017, 8, 6, 17, 23, 59, 0, DateTimeKind.Unspecified), new DateTime(2017, 12, 23, 14, 57, 42, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)734, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 9, 27, 13, 46, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 8, 33, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)735, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 9, 26, 14, 26, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)736, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 9, 2, 3, 0, 4, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 6, 23, 0, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)743, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 1, 3, 10, 34, 27, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 11, 31, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)744, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 5, 26, 14, 55, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 11, 14, 38, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)746, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 16, 23, 19, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)747, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 8, 21, 7, 52, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 10, 2, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)748, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2013, 7, 11, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)749, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "malwaredomains@gmail.com", (short)5, new DateTime(2019, 4, 16, 23, 30, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)750, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)751, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 5, 9, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)752, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2011, 10, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)753, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2016, 5, 4, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)754, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 9, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)755, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2013, 12, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)756, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2016, 7, 2, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)757, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2011, 7, 14, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)758, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 9, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)759, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2013, 8, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)760, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2013, 9, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)761, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2013, 9, 24, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)762, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2013, 5, 11, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)763, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2013, 2, 16, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)764, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2016, 9, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)765, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2013, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)766, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "lilydjwg@gmail.com", (short)5, new DateTime(2017, 3, 1, 2, 52, 51, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 15, 14, 40, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)767, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 8, 15, 7, 51, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 10, 42, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)769, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2017, 2, 28, 23, 48, 31, 0, DateTimeKind.Unspecified), new DateTime(2017, 5, 18, 10, 7, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)770, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "magno.biet+adp@gmail.com", (short)2, new DateTime(2019, 2, 25, 14, 50, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)772, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "kbinani.bt@gmail.com", (short)2, new DateTime(2017, 9, 14, 1, 55, 0, 0, DateTimeKind.Unspecified), new DateTime(2017, 9, 14, 1, 55, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)773, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 5, 22, 14, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)774, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)16, new DateTime(2019, 4, 16, 16, 15, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)775, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 5, 22, 25, 15, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)776, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 16, 20, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)777, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2019, 4, 16, 16, 30, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)778, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 16, 16, 40, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)779, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 16, 56, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)780, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 17, 7, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)781, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 17, 18, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)782, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 17, 34, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)783, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "mail@zoso.ro", (short)5, new DateTime(2019, 4, 16, 17, 45, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)784, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2019, 4, 5, 22, 36, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)785, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)16, new DateTime(2019, 4, 16, 17, 56, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)786, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 4, 5, 22, 47, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)787, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 16, 18, 1, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)788, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 16, 18, 18, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)789, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 18, 23, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)790, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 16, 18, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)791, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 16, 18, 33, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)792, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 16, 18, 38, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)793, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 18, 49, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)794, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 18, 54, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)795, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 4, 16, 18, 59, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)796, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 16, 19, 4, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)797, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 16, 19, 9, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)798, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 4, 16, 19, 14, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)799, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 19, 30, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)800, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 16, 19, 35, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)801, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)10, new DateTime(2011, 5, 11, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)802, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2019, 1, 29, 0, 25, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)803, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)10, new DateTime(2014, 3, 11, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)804, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "tamilfriendslist@gmail.com", (short)16, new DateTime(2010, 7, 30, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)805, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)16, new DateTime(2019, 4, 17, 0, 5, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)806, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.portuguese@gmail.com", (short)4, new DateTime(2019, 4, 17, 0, 10, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)807, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 2, 19, 19, 39, 12, 0, DateTimeKind.Unspecified), new DateTime(2018, 2, 19, 20, 12, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)808, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)809, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 12, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)810, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "badmojr@gmail.com", (short)35, new DateTime(2019, 4, 16, 2, 23, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)811, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "badmojr@gmail.com", (short)35, new DateTime(2019, 4, 16, 2, 41, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)812, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "badmojr@gmail.com", (short)35, new DateTime(2019, 4, 16, 2, 52, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)813, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 4, 14, 19, 48, 44, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 20, 18, 15, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)814, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)20, new DateTime(2018, 10, 2, 19, 32, 3, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 2, 19, 32, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)815, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)32, new DateTime(2012, 9, 16, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)816, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 3, 3, 4, 37, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)817, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 9, 23, 17, 51, 40, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 16, 5, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)818, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)3, new DateTime(2019, 4, 15, 2, 49, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)819, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 5, 12, 48, 26, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 20, 12, 11, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)820, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 1, 29, 19, 26, 53, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 28, 22, 23, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)821, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "support@brave.com", (short)33, new DateTime(2016, 11, 10, 13, 11, 50, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 2, 38, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)822, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2015, 7, 1, 4, 7, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 3, 7, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)823, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 11, 1, 10, 14, 53, 0, DateTimeKind.Unspecified), new DateTime(2016, 11, 1, 10, 14, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)824, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2015, 9, 25, 8, 2, 24, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 6, 8, 29, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)825, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "jason@jasonbarone.com", (short)5, new DateTime(2016, 7, 5, 8, 1, 53, 0, DateTimeKind.Unspecified), new DateTime(2016, 9, 11, 22, 48, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)826, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 9, 17, 1, 28, 44, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 21, 3, 30, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)827, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 10, 30, 6, 37, 5, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 8, 4, 53, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)828, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2017, 8, 10, 4, 5, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 17, 14, 45, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)829, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2016, 3, 9, 13, 51, 12, 0, DateTimeKind.Unspecified), new DateTime(2017, 12, 17, 10, 49, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)830, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)831, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)832, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)833, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)834, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 21, 1, 34, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 21, 1, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)835, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified), new DateTime(2017, 4, 18, 20, 49, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)836, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2015, 11, 12, 19, 0, 24, 0, DateTimeKind.Unspecified), new DateTime(2015, 11, 13, 10, 10, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)837, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "dusk@woofle.net", (short)28, new DateTime(2014, 12, 8, 0, 23, 54, 0, DateTimeKind.Unspecified), new DateTime(2016, 7, 14, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)838, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { null, (short)7, new DateTime(2018, 6, 17, 0, 59, 18, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 17, 0, 59, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)839, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 5, 28, 12, 59, 28, 0, DateTimeKind.Unspecified), new DateTime(2017, 6, 15, 0, 38, 28, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)840, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2017, 11, 16, 21, 19, 51, 0, DateTimeKind.Unspecified), new DateTime(2017, 12, 18, 19, 24, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)841, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 7, 16, 23, 58, 16, 0, DateTimeKind.Unspecified), new DateTime(2017, 8, 22, 17, 14, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)842, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)40, new DateTime(2019, 4, 19, 0, 53, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)843, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 9, 26, 14, 26, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 13, 2, 47, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)844, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 9, 26, 14, 26, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)845, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 7, 13, 11, 10, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)846, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2016, 1, 9, 17, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 1, 16, 46, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)847, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2012, 12, 19, 15, 4, 22, 0, DateTimeKind.Unspecified), new DateTime(2015, 4, 17, 20, 40, 28, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)848, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 9, 15, 47, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 16, 36, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)850, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 9, 18, 7, 51, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 23, 58, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)851, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 12, 18, 31, 48, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 16, 35, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)852, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 12, 18, 43, 20, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 12, 18, 43, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)853, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 12, 18, 49, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 30, 4, 38, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)855, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 8, 2, 30, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)856, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 3, 17, 23, 58, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)857, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 10, 23, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 2, 36, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)858, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2019, 4, 5, 22, 9, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)859, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 11, 3, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 9, 57, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)860, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "nicktabick@gmail.com", (short)5, new DateTime(2019, 3, 3, 5, 26, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)861, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "bogachenkove@gmail.com", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)862, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 10, 26, 16, 23, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 23, 13, 45, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)863, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 11, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 10, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)866, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 11, 4, 12, 51, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)867, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 11, 13, 14, 7, 15, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)868, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 23, 48, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)869, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 9, 17, 22, 15, 28, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 27, 19, 29, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)870, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2018, 4, 26, 22, 14, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 14, 29, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)871, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 10, 21, 46, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)872, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 26, 18, 39, 5, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)873, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2018, 4, 21, 18, 10, 20, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 14, 38, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)874, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2018, 4, 21, 19, 21, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 14, 41, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)875, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 0, 41, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)876, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 23, 19, 45, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)877, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 12, 27, 22, 53, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 21, 1, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)878, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 7, 18, 5, 46, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 16, 18, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)879, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 10, 7, 21, 4, 35, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 0, 41, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)881, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2017, 11, 4, 9, 54, 29, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)882, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mochifilter@yahoo.co.jp", (short)5, new DateTime(2018, 2, 16, 23, 42, 21, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 3, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)884, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 11, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 14, 39, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)885, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 12, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)886, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)887, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)888, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 19, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)889, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 22, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)890, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 25, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)891, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 28, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)892, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 31, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)893, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 3, 1, 0, 40, 19, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)894, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 35, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)895, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)896, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)897, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)898, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)899, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)900, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 53, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)901, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 15, 56, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)902, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)903, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 16, 0, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)904, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)905, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)906, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 30, 0, 41, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)907, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)908, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 16, 13, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)909, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 16, 16, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)910, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 4, 28, 22, 50, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)911, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)912, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)913, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)914, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 0, 38, 19, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)915, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 16, 37, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)916, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 4, 28, 22, 50, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)917, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)918, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 11, 0, 38, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)919, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)920, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)921, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)922, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)923, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 16, 53, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)924, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)925, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)926, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)927, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)928, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 12, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)929, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)930, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)931, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)932, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 1, 5, 7, 38, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 24, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)933, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 27, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)934, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)935, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 33, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)936, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)937, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)938, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)939, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 45, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)940, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)941, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 49, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)942, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 52, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)943, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)944, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 17, 58, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)945, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)946, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)947, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)948, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)949, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)950, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 14, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)951, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)952, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 30, 0, 41, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)953, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)954, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 27, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)955, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)956, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 33, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)957, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 36, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)958, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 39, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)959, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 0, 42, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)960, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 50, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)961, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)962, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)963, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 18, 57, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)964, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)965, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)966, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 19, 2, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)967, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)968, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)969, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 19, 9, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)970, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 19, 12, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)971, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 19, 15, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)972, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)973, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)974, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)975, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)976, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)977, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)978, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 6, 0, 39, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)979, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)980, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)981, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)982, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)983, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 0, 42, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)984, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 19, 55, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)985, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)986, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 1, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)987, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 4, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)988, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 31, 0, 42, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)989, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)990, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)991, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 14, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)992, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 17, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)993, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)994, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)995, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 26, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)996, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 29, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)997, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)998, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)999, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1000, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 41, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1001, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1002, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1003, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 20, 48, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1004, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1005, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1006, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1007, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 1, 5, 7, 38, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1008, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1009, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 13, 0, 37, 35, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1010, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1011, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1012, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 11, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1013, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1014, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1015, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 20, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1016, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 23, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1017, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1018, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1019, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 28, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1020, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1021, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1022, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1023, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1024, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 42, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1025, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1026, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1027, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 51, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1028, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1029, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1030, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 21, 58, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1031, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 1, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1032, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 0, 41, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1033, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 7, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1034, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 10, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1035, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 13, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1036, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1037, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1038, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 22, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1039, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1040, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1041, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1042, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1043, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1044, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 0, 38, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1045, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1047, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 15, 0, 39, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1048, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 48, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1049, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 22, 51, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1050, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1051, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1052, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 0, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1053, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 3, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1054, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 6, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1055, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1056, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1057, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1058, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1059, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1060, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 22, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1061, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1062, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1063, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 32, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1064, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 0, 40, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1065, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 38, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1066, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1067, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1068, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 47, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1069, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1070, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 14, 23, 51, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1071, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1072, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1073, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 0, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1074, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1075, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 6, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1076, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 9, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1077, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1078, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 15, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1079, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 18, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1080, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1081, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1082, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 27, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1083, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 30, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1084, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1085, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 24, 0, 44, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1086, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 0, 37, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1087, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1088, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1089, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 15, 0, 43, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1090, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1091, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1092, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 0, 38, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1093, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1094, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1095, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 0, 38, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1096, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1097, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 1, 13, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1098, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 1, 16, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1099, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 1, 19, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1100, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1101, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 8, 25, 2, 8, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 1, 23, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1102, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 24, 0, 37, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1103, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1104, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1105, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 14, 0, 39, 48, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1106, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1107, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 12, 0, 41, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1108, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 30, 0, 35, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1109, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 4, 23, 56, 3, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1110, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1111, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1112, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 15, 1, 36, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1113, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1114, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 26, 0, 39, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1115, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1116, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1117, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 12, 6, 0, 38, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1118, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1119, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1120, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1121, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1122, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1123, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1124, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1125, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { null, (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1126, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1127, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 8, 22, 0, 36, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1128, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1130, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 21, 0, 37, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1133, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 19, 0, 37, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1135, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 20, 0, 38, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1139, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1140, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 11, 0, 38, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1141, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 11, 0, 38, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1142, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1143, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 18, 0, 39, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1144, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1146, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 18, 0, 38, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1148, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 11, 0, 46, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1149, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 9, 7, 0, 35, 52, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1151, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1152, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 0, 43, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1153, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1154, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1155, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1156, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1157, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 21, 0, 39, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1158, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1159, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1160, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 11, 59, 1, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1161, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1162, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1163, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 15, 48, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1164, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 16, 10, 14, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1165, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1166, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1167, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1168, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 8, 11, 0, 41, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1169, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 20, 0, 38, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1172, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1173, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1174, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 30, 0, 37, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1175, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1176, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1179, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1180, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1182, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 0, 42, 21, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1183, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 4, 13, 4, 1, 44, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 7, 0, 48, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1184, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1185, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 7, 22, 0, 36, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1187, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1189, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 8, 0, 39, 35, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1190, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 0, 40, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1191, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1192, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 1, 0, 40, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1193, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 8, 11, 0, 41, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1194, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1196, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1197, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 14, 0, 40, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1199, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1202, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 17, 16, 59, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1203, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 17, 17, 11, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1204, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 31, 0, 39, 33, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1205, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 17, 17, 26, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1206, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1207, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 23, 1, 14, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1209, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 17, 17, 41, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1210, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1211, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1212, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1213, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1214, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1215, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 0, 36, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1216, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1217, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1218, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 23, 0, 38, 33, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1220, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1221, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1222, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1223, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 9, 0, 38, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1224, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 19, 0, 38, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1225, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 2, 1, 7, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 10, 16, 0, 36, 56, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1226, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 9, 0, 38, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1227, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 18, 0, 39, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1228, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 4, 13, 4, 1, 44, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1229, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 12, 4, 0, 37, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1230, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 5, 8, 14, 36, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 28, 14, 2, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1233, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified), new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1234, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 6, 12, 51, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1235, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 7, 31, 18, 43, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 8, 12, 20, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1237, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 11, 6, 13, 59, 45, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 10, 18, 37, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1238, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 1, 31, 14, 2, 23, 0, DateTimeKind.Unspecified), new DateTime(2018, 1, 31, 14, 2, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1239, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 11, 17, 20, 52, 1, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 20, 4, 0, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1240, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 1, 31, 14, 0, 41, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 24, 11, 39, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1241, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 10, 19, 20, 18, 47, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 8, 12, 11, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1242, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)33, new DateTime(2015, 12, 11, 14, 0, 18, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 17, 17, 54, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1243, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 3, 0, 46, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 9, 0, 38, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1244, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2017, 9, 3, 0, 46, 22, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 0, 40, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1245, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2018, 4, 29, 23, 32, 34, 0, DateTimeKind.Unspecified), new DateTime(2018, 4, 29, 23, 32, 34, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1247, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 12, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 8, 17, 7, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1278, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "hello@ind.ie", (short)8, new DateTime(2019, 4, 8, 10, 57, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1279, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 2, 28, 8, 40, 54, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 7, 42, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1280, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 12, 3, 20, 25, 31, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 18, 30, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1281, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2018, 12, 5, 18, 42, 28, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 31, 18, 5, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1282, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 6, 14, 17, 24, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 6, 15, 8, 2, 27, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1283, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 12, 29, 22, 36, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 17, 19, 31, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1284, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2018, 12, 13, 10, 5, 14, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 14, 39, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1285, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 12, 16, 14, 47, 48, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 2, 14, 21, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1286, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)14, new DateTime(2018, 8, 31, 9, 11, 52, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 21, 15, 50, 51, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1288, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2018, 12, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 6, 1, 32, 35, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1289, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 16, 18, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1290, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1291, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 21, 58, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1292, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 10, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 3, 3, 39, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1293, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 10, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1294, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "elias.ojala+github@kapsi.fi", (short)5, new DateTime(2019, 3, 6, 0, 0, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1295, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "intr0@intr0.com", (short)9, new DateTime(2018, 7, 9, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 23, 39, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1296, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "intr0@intr0.com", (short)19, new DateTime(2017, 11, 11, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 23, 58, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1297, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2019, 1, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 10, 20, 37, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1298, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "neofelhz+github@gmail.com", (short)2, new DateTime(2019, 3, 21, 2, 46, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1299, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "neofelhz+github@gmail.com", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1300, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)26, new DateTime(2019, 4, 11, 0, 16, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1301, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 12, 25, 8, 55, 57, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1302, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 2, 12, 6, 10, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 12, 28, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1303, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 9, 27, 14, 26, 13, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 5, 17, 22, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1304, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2018, 10, 18, 14, 19, 38, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 13, 32, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1305, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1306, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1307, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1308, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1309, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1310, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1311, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1312, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1313, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1314, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1315, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1316, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1317, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1318, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1319, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1320, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1321, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1322, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1323, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1324, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1325, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1326, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1327, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1328, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1329, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1330, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1331, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1332, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1333, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1334, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1335, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1336, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1337, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1338, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1339, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1340, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1341, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1342, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1343, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1344, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1345, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1346, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1347, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1348, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1349, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1350, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1351, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 2, 0, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1352, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1353, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1354, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1355, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1356, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1357, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1358, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1359, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1360, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1361, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1362, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1363, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1364, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1365, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1366, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1367, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1368, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1369, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1370, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1371, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1372, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1373, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1374, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1375, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1376, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1377, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1378, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1379, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1380, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1381, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 4, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1382, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1383, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1384, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1385, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1386, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1387, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1388, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1389, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1390, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1391, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1392, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1393, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1394, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 4, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1395, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1396, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1397, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1398, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1399, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1400, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1401, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1402, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1403, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1404, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1405, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1406, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1407, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1408, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1409, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1410, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1411, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1412, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1413, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1414, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1415, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1416, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1417, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1418, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1419, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1420, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1421, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1422, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1423, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1424, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1425, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1426, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1427, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 26, 3, 0, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1428, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1429, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1430, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1431, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1432, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1433, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1434, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1435, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1436, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1437, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1438, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1439, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1440, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1441, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 2, 0, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1442, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1443, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1444, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1445, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1446, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1447, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1448, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1449, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1450, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1451, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1452, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 4, 20, 21, 26, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 25, 3, 0, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1454, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 1, 28, 17, 9, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 28, 17, 43, 41, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1455, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 10, 8, 37, 20, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 10, 8, 37, 20, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1456, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 10, 9, 17, 29, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 11, 32, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1457, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)14, new DateTime(2019, 2, 9, 12, 56, 49, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 23, 12, 41, 44, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1458, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "anudeep@protonmail.com", (short)2, new DateTime(2017, 11, 25, 9, 12, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 9, 8, 2, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1459, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 11, 16, 42, 44, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 1, 45, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1460, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 12, 1, 6, 24, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 16, 23, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1461, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 2, 27, 19, 25, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 27, 19, 25, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1463, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 5, 23, 18, 28, 32, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 3, 3, 14, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1464, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1465, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1466, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 2, 9, 9, 25, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 27, 22, 27, 17, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1467, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 2, 9, 11, 50, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 9, 11, 59, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1468, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 2, 10, 10, 5, 7, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 10, 16, 39, 47, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1469, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 2, 9, 8, 43, 10, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 9, 11, 36, 53, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1470, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 1, 15, 10, 25, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1471, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1473, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrlMirror1" }, + values: new object[] { (short)2, new DateTime(2017, 5, 1, 11, 15, 41, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 10, 15, 6, 57, 0, DateTimeKind.Unspecified), null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1474, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2017, 5, 1, 11, 34, 49, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 28, 21, 34, 55, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1475, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 20, 2, 21, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1476, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 20, 3, 1, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1477, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 20, 3, 6, 13, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1478, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 20, 3, 45, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1479, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 20, 5, 32, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1480, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)2, new DateTime(2018, 11, 1, 18, 23, 42, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 22, 34, 2, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/rpz.blacklist" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1481, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 1, 2, 5, 46, 5, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 13, 49, 25, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1483, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)1, new DateTime(2019, 4, 21, 2, 53, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1484, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 9, 23, 8, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1485, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2016, 4, 24, 19, 30, 50, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 20, 22, 6, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1486, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2016, 4, 25, 23, 22, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 2, 24, 23, 10, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1487, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 11, 4, 10, 27, 45, 0, DateTimeKind.Unspecified), new DateTime(2016, 11, 4, 10, 27, 45, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1490, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 4, 20, 15, 40, 20, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 28, 9, 54, 16, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1492, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 2, 18, 18, 31, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 20, 16, 4, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1493, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2017, 9, 26, 14, 10, 4, 0, DateTimeKind.Unspecified), new DateTime(2018, 11, 27, 7, 35, 46, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1494, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1495, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 9, 21, 8, 36, 49, 0, DateTimeKind.Unspecified), new DateTime(2017, 11, 5, 17, 51, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1496, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 21, 4, 36, 18, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1497, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 8, 24, 7, 59, 21, 0, DateTimeKind.Unspecified), new DateTime(2017, 8, 27, 14, 22, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1498, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 3, 14, 56, 45, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 17, 12, 44, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1499, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 3, 14, 56, 45, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 17, 12, 44, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1500, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 21, 4, 48, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1501, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2010, 3, 14, 6, 34, 14, 0, DateTimeKind.Unspecified), new DateTime(2010, 3, 14, 6, 34, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1502, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 11, 9, 1, 40, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 11, 59, 5, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1503, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 11, 9, 1, 40, 58, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 11, 59, 5, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1504, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 7, 2, 8, 28, 7, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 12, 11, 59, 5, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1505, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 8, 4, 20, 17, 23, 0, DateTimeKind.Unspecified), new DateTime(2016, 8, 4, 20, 17, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1506, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 1, 22, 5, 31, 27, 0, DateTimeKind.Unspecified), new DateTime(2016, 8, 4, 15, 12, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1507, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)21, new DateTime(2019, 4, 21, 5, 16, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1508, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 21, 13, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1509, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 21, 13, 53, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1510, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 21, 13, 58, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1511, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 4, 19, 9, 30, 38, 0, DateTimeKind.Unspecified), new DateTime(2018, 5, 8, 9, 8, 42, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1512, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 21, 15, 18, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1513, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2014, 3, 2, 17, 16, 3, 0, DateTimeKind.Unspecified), new DateTime(2017, 7, 4, 18, 55, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1517, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 2, 18, 18, 31, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 20, 16, 4, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1520, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 3, 6, 20, 4, 34, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 16, 4, 36, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1523, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)44, new DateTime(2019, 3, 11, 22, 39, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 8, 52, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1524, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)44, new DateTime(2017, 10, 21, 0, 57, 14, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 8, 56, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1525, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)44, new DateTime(2017, 10, 21, 0, 57, 14, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 8, 8, 56, 38, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1526, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 5, 21, 32, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1527, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 5, 21, 37, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1528, + columns: new[] { "IsDeleted", "LicenseId", "UpdatedDate" }, + values: new object[] { null, (short)40, new DateTime(2019, 4, 5, 21, 43, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1529, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)3, new DateTime(2019, 4, 5, 21, 48, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1530, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "hello@hellogoodbye.app", (short)4, new DateTime(2019, 3, 17, 4, 29, 7, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 20, 7, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1531, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 15, 14, 18, 25, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 12, 37, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1532, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 3, 15, 14, 19, 36, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 11, 12, 16, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1533, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 3, 15, 15, 49, 43, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 16, 20, 53, 3, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1534, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "wduk10@hotmail.com", (short)34, new DateTime(2005, 9, 24, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1535, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 3, 27, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 27, 4, 4, 6, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1536, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)14, new DateTime(2019, 3, 14, 19, 15, 34, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 20, 28, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1537, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "easylist@protonmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1538, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 18, 22, 48, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1539, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 18, 22, 57, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1540, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 2, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1541, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 6, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1542, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)4, new DateTime(2019, 4, 18, 23, 11, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1543, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 15, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1544, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 19, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1545, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1546, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2015, 4, 25, 19, 15, 33, 0, DateTimeKind.Unspecified), new DateTime(2015, 5, 16, 15, 23, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1547, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 25, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1548, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 29, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1549, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2019, 4, 18, 23, 49, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1550, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 3, 29, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 17, 54, 49, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1551, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 3, 29, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 29, 10, 37, 31, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1552, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 3, 30, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 17, 3, 53, 52, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1554, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 42, 7, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1555, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)2, new DateTime(2017, 6, 23, 13, 44, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1556, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 4, 6, 17, 25, 19, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 7, 23, 39, 26, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1557, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 9, 10, 3, 35, 12, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 7, 58, 22, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1558, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "bogachenkove@gmail.com", (short)2, new DateTime(2019, 3, 20, 7, 29, 20, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 14, 20, 55, 35, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1559, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 3, 6, 13, 36, 59, 0, DateTimeKind.Unspecified), new DateTime(2016, 3, 6, 13, 36, 59, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1560, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 9, 22, 10, 46, 9, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 18, 17, 7, 8, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1561, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 11, 1, 22, 37, 32, 0, DateTimeKind.Unspecified), new DateTime(2019, 1, 31, 22, 51, 4, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1562, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 12, 2, 17, 15, 52, 0, DateTimeKind.Unspecified), new DateTime(2020, 2, 6, 13, 7, 24, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1563, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1564, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1565, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1566, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)19, new DateTime(2018, 3, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1567, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1568, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1569, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1570, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1573, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 9, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1574, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1575, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1576, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 11, 13, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1577, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1578, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1579, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1581, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1582, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 17, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1583, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1584, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1585, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 5, 19, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1586, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1587, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1588, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1589, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2018, 1, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 19, 0, 21, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1590, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1591, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1592, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 21, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1593, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 5, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 6, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1594, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "Contact@TheAntiSocialEngineer.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1595, + column: "LicenseId", + value: (short)13); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1596, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1597, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1598, + columns: new[] { "LicenseId", "ViewUrlMirror1", "ViewUrlMirror2" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dblzero.txt", "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dblzero.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1599, + columns: new[] { "LicenseId", "Name", "ViewUrlMirror1", "ViewUrlMirror2" }, + values: new object[] { (short)5, "OISD Mobile", "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dbl2.txt", "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dbl2.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1600, + columns: new[] { "LicenseId", "Name", "ViewUrlMirror1", "ViewUrlMirror2" }, + values: new object[] { (short)5, "OISD Mobile (Hosts)", "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/hostsmobile.txt", "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/hostsmobile.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1601, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1603, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1604, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1605, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 22, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1606, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 22, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1607, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1608, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1609, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1610, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1611, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1612, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)4, "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling-porn/sb_unified_hosts_fakenews-gambling.lsrules" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1613, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1614, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1615, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1616, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1617, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1618, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1619, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1620, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1621, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1622, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1623, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1624, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1625, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1626, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1627, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1628, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1629, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1630, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1631, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1632, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1633, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1634, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1635, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 28, 16, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1636, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 28, 16, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1637, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 6, 28, 16, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1638, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 16, 23, 19, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1639, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)18, new DateTime(2018, 7, 19, 11, 3, 56, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 13, 15, 29, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1640, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 9, 20, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2018, 3, 10, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1641, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)20, new DateTime(2017, 3, 13, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2015, 6, 4, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1642, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2019, 3, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1643, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)13, new DateTime(2019, 3, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1644, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1645, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1646, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1647, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1648, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1649, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1650, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1651, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 3, 5, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1652, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 1, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1653, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2016, 1, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1656, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 6, 16, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1657, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)11, new DateTime(2016, 1, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1658, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 13, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1659, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 23, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1660, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2018, 6, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1661, + columns: new[] { "Description", "HomeUrl", "IssuesUrl", "LicenseId", "Name", "SyntaxId", "UpdatedDate", "ViewUrl" }, + values: new object[] { "Blocks trackers and analytics on web pages", "https://github.com/Strappazzon/filterlists", "https://github.com/Strappazzon/filterlists/issues", (short)2, "Strappazzon's Tracking list", (short)47, new DateTime(2019, 7, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/Strappazzon/filterlists/master/Filterlists/Tracking.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1662, + columns: new[] { "IsDeleted", "LicenseId", "UpdatedDate" }, + values: new object[] { null, (short)2, new DateTime(2019, 7, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1663, + columns: new[] { "IsDeleted", "LicenseId", "UpdatedDate" }, + values: new object[] { null, (short)2, new DateTime(2019, 7, 12, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1664, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1665, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1666, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1667, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1668, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2013, 10, 20, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1669, + column: "LicenseId", + value: (short)27); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1670, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1671, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "contact@adblock.ro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1672, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "contact@adblock.ro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1673, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1674, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1675, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1676, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1677, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1678, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1679, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1680, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1681, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1682, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1683, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1684, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1685, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1686, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1687, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1688, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1689, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1690, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1691, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1692, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1693, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1694, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1695, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1696, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1697, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1698, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1699, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1700, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "poorpocketsmcnewhold@pm.me", (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1701, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1702, + column: "LicenseId", + value: (short)7); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1703, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1704, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1706, + column: "LicenseId", + value: (short)9); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1707, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1708, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1709, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1710, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1711, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1712, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1713, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1714, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/Quad9.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1715, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/Yahoo_Ad_Servers.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1716, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole_HOSTS_Spyware.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1717, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/Cerber_Ransomware.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1718, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/Blocklist.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1719, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1720, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1721, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1722, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1723, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1724, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1725, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1726, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1727, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1728, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1729, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1730, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1731, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1732, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1733, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1734, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1735, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1736, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1737, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1738, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1739, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2019, 4, 13, 10, 0, 14, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1740, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1741, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1742, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "mail@energized.pro", (short)2, new DateTime(2018, 10, 8, 6, 24, 46, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 1, 18, 12, 54, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1743, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1744, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1745, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "mail@energized.pro", (short)2, null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1746, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "mail@energized.pro", (short)2, null }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1747, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1748, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1749, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1750, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1751, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1752, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1753, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1754, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1755, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1756, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1757, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1758, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1759, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1760, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1761, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1762, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1763, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1764, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1765, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1766, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1767, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1768, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1769, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1770, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1771, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1772, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1773, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1774, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1775, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1776, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1777, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1778, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1779, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1780, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1781, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1782, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1783, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1784, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1785, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1786, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1787, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1788, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1789, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1790, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1791, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1792, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1793, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1794, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1795, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1796, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1797, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1798, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1799, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4, new DateTime(2018, 5, 15, 9, 50, 43, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1800, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1801, + column: "LicenseId", + value: (short)19); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1802, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/HParis/SSEncrypt/master/adblock-reject.list" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1803, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1804, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1805, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1806, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1807, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1808, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1809, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1810, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1811, + column: "LicenseId", + value: (short)32); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1813, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1814, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1815, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1816, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "polishjarvis@gmail.com", (short)8 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1817, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "errors@certyficate.it", (short)9 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1818, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1819, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)18, new DateTime(2019, 8, 26, 19, 49, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 26, 19, 49, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1822, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1823, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1824, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1825, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1827, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1828, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1829, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1830, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1831, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1832, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1833, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hawkeye116477@gmail.com", (short)8 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1834, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1835, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)11, new DateTime(2019, 8, 29, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1836, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1838, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1839, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1840, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1841, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1842, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 15, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1843, + columns: new[] { "Description", "HomeUrl", "LicenseId", "ViewUrl" }, + values: new object[] { "ad filter list ublock origin", "https://github.com/secretsnow/secretsnow-adfilters/", (short)28, "https://raw.githubusercontent.com/secretsnow/secretsnow-adfilters/master/secretsnow-adfilters.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1844, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1845, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1846, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1847, + column: "LicenseId", + value: (short)33); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1848, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1849, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1850, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1852, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1853, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1854, + column: "LicenseId", + value: (short)13); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1856, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1857, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1858, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1859, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1860, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1861, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1862, + column: "LicenseId", + value: (short)1); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1863, + column: "LicenseId", + value: (short)1); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1864, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1865, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1866, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1867, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1868, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1869, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1870, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1871, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1872, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1873, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1876, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1877, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1878, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified), new DateTime(2019, 9, 25, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1879, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2019, 10, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1880, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2019, 10, 1, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1881, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1882, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1886, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1887, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1888, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1890, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1891, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1892, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1893, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1894, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1895, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1896, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1897, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1898, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1899, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1900, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1901, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1902, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1903, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1904, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1906, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1907, + column: "LicenseId", + value: (short)6); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1908, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1909, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1910, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1911, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1912, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1913, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1914, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1915, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1916, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1917, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1918, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1919, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1920, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1921, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1922, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1923, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/chimbori/lite-apps/master/blocklists/src/Coin%20Miners/UserSuggested.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1924, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/chimbori/lite-apps/master/blocklists/src/Adware%20and%20Malware/PaidContentLinks.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1925, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)5, "https://raw.githubusercontent.com/chimbori/lite-apps/master/blocklists/src/Adware%20and%20Malware/UserSuggested.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1926, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1927, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1928, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1929, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1930, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1931, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1932, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1933, + column: "LicenseId", + value: (short)43); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1934, + column: "LicenseId", + value: (short)43); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1935, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1936, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1937, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1938, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1939, + column: "LicenseId", + value: (short)14); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1940, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1941, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1942, + column: "LicenseId", + value: (short)19); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1943, + column: "LicenseId", + value: (short)19); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1944, + column: "LicenseId", + value: (short)19); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1945, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1946, + column: "LicenseId", + value: (short)40); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1947, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1948, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1949, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1950, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "pgl@yoyo.org", (short)40, new DateTime(2019, 4, 5, 21, 32, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1951, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1952, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1953, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1954, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1955, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1956, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2019, 10, 30, 17, 27, 37, 0, DateTimeKind.Unspecified), new DateTime(2019, 11, 1, 5, 32, 39, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1957, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1958, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1959, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1960, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1961, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1962, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1963, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1964, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1965, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1966, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1967, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1968, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1969, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1970, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1971, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1972, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1973, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1974, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1975, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1976, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1977, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1978, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1979, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1980, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1981, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1983, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1984, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1985, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@adguard.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1986, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@adguard.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1987, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/SayNoToRacismOnTwitch.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1988, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/MeWeHappyTimeFunClub.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1989, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/Pok%C3%A9monNoGOZone.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1990, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/EmptyPaddingRemover.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1991, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/JapaneseTextSoftener.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1992, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1993, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1994, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1995, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1996, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1997, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)1998, + column: "LicenseId", + value: (short)11); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2000, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hosts@someonewhocares.org", (short)32 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2001, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2002, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2003, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2004, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2003, 8, 31, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2005, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2006, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2007, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2008, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2009, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2010, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2011, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2012, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2013, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2014, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2015, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2016, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2017, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2018, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2022, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2023, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2024, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2025, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2026, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2027, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2028, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2029, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2030, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2031, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2032, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2033, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2034, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "easylist@protonmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2035, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "easylist@protonmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2036, + column: "LicenseId", + value: (short)9); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2041, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2042, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2043, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2044, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2045, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2046, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2047, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2048, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2049, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2050, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2051, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2052, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2053, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2054, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2055, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2056, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2057, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2058, + columns: new[] { "Description", "LicenseId", "Name", "ViewUrl" }, + values: new object[] { "Blocks BitTorrent websites (+ alternative domains & proxies), clients, trackers and DHT bootstrap nodes.", (short)2, "NextDNS BitTorrent Blocklist", "https://raw.githubusercontent.com/nextdns/bittorrent-blocklist/master/domains" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2060, + columns: new[] { "LicenseId", "SyntaxId", "ViewUrl" }, + values: new object[] { (short)11, (short)3, "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Other%20Formats/Extra%20Format" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2061, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2062, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2063, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2064, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2065, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2068, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2070, + column: "LicenseId", + value: (short)35); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2075, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@perflyst.de", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2076, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist@protonmail.com", (short)16, new DateTime(2019, 11, 15, 11, 56, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2077, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2078, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2079, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2080, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2081, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2082, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2083, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2084, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2085, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2086, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2088, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2089, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2090, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2091, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2092, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2093, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2094, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2103, + column: "EmailAddress", + value: "dg@memeware.net"); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2111, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "cjxlist@gmail.com", (short)34 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2112, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/GDPR%20451%20List.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2113, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/Other%20domains%20versions/TorRedirectorList-URLRedirector.json" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2114, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/MediaPlayerGradientRemover.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2115, + column: "LicenseId", + value: (short)3); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2117, + column: "LicenseId", + value: (short)3); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2118, + column: "LicenseId", + value: (short)3); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2119, + column: "LicenseId", + value: (short)3); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2120, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "easylist.portuguese@gmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2121, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "easylist.portuguese@gmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2122, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@abpvn.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2123, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "support@abpvn.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2124, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2125, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "filters+cv@adblockplus.org", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2126, + column: "LicenseId", + value: (short)16); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2127, + column: "LicenseId", + value: (short)16); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2128, + column: "LicenseId", + value: (short)16); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2129, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2130, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2131, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2132, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2137, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@perflyst.de", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2139, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2140, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2141, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2142, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2143, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/spy.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2144, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/update.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2145, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified), "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/extra.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2146, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2147, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2148, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)2, new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2149, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.polish@gmail.com", (short)4, new DateTime(2019, 4, 15, 11, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2150, + columns: new[] { "EmailAddress", "LicenseId", "UpdatedDate" }, + values: new object[] { "easylist.polish@gmail.com", (short)4, new DateTime(2019, 4, 15, 11, 28, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2151, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)44, new DateTime(2019, 3, 11, 22, 39, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 8, 52, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2152, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)44, new DateTime(2019, 3, 11, 22, 39, 55, 0, DateTimeKind.Unspecified), new DateTime(2019, 4, 15, 8, 52, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2153, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2154, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2155, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2156, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "imreeil42@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2157, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/IDNHomographProtection-USLatinTLDsOnly.txt.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2158, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/EkstraBladetEroticContentRemover.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2159, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "marcos@orca.pet", (short)14 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2160, + column: "EmailAddress", + value: "business@isx.fr"); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2161, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2162, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)2, new DateTime(2020, 4, 2, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2163, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/UndertaleRemoverForSoundCloud.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2164, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2165, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2166, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2167, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2168, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2169, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2170, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2171, + column: "LicenseId", + value: (short)28); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2172, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2173, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2174, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2175, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2176, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2177, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2178, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2179, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2180, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2181, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2182, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2183, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2184, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2185, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2186, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2187, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2188, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2189, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2190, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2191, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2192, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2193, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2194, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2195, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2196, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2197, + column: "LicenseId", + value: (short)24); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2198, + column: "EmailAddress", + value: "azorult-tracker@protonmail.com"); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2199, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 1, 46, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2200, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 1, 51, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2201, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 14, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2202, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 20, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2203, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 26, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2204, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 34, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2205, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 54, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2206, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 2, 54, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2207, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 3, 25, 15, 27, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2208, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 4, 2, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2209, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 3, 25, 17, 53, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2210, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 0, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2211, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 28, 9, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2212, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 15, 6, 45, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2213, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2019, 4, 13, 13, 40, 11, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2214, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)40, new DateTime(2019, 4, 5, 21, 43, 12, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2217, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2218, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2219, + column: "LicenseId", + value: (short)20); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2220, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "imreeil42@gmail.com", (short)35, "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/AntiAnthroCombatWaifuList.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2221, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2222, + columns: new[] { "IsDeleted", "LicenseId", "Name" }, + values: new object[] { null, (short)11, "Adguard for iOS, Android, and Windows Bypass Mitigation List" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2223, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2224, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2225, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2226, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2227, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2228, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2229, + columns: new[] { "IsDeleted", "LicenseId" }, + values: new object[] { null, (short)11 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2230, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2231, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2232, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2233, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2234, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2235, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2236, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)8, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), "https://easylist-downloads.adblockplus.org/easylistczechandslovak-minified.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2237, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2238, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2239, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2240, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2241, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2242, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2243, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2244, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), "https://easylist.to/easylist/easyprivacy-minified.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2245, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2246, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)3, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2247, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2248, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2249, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)6, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), "https://easylist-downloads.adblockplus.org/liste_ar-minified.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2250, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2251, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2252, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)4, new DateTime(2017, 10, 17, 12, 56, 33, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2253, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2254, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2255, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)12, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2256, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2257, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2258, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2259, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { null, (short)8, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2260, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2261, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2262, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2263, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2264, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2265, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2266, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2267, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate", "ViewUrl" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), "https://easylist.to/easylist/easyprivacy-minified.tpl" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2268, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)4, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2269, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)3, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2270, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)7, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2271, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2272, + columns: new[] { "IsDeleted", "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { null, (short)6, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2273, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)6, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2274, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)5, new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2275, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)4, new DateTime(2017, 10, 17, 12, 56, 33, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2277, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2278, + columns: new[] { "LicenseId", "PublishedDate", "UpdatedDate" }, + values: new object[] { (short)9, new DateTime(2019, 12, 11, 18, 43, 58, 0, DateTimeKind.Unspecified), new DateTime(2020, 5, 30, 20, 7, 50, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2279, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2280, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2281, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "badmojr@gmail.com", (short)35 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2282, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)1, new DateTime(2019, 4, 21, 2, 53, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2283, + columns: new[] { "LicenseId", "PublishedDate" }, + values: new object[] { (short)2, new DateTime(2018, 8, 11, 6, 43, 58, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2284, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2285, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2286, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2020, 5, 28, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2287, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2020, 5, 31, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2288, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2289, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2290, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2291, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2292, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "felixonmars@archlinux.org", (short)14 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2293, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2020, 6, 7, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2294, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)28, new DateTime(2020, 6, 7, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2295, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2300, + column: "ViewUrl", + value: "https://raw.githubusercontent.com/anthony-wang/PiHoleBlocklist/master/hosts1"); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2302, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2304, + column: "EmailAddress", + value: "feedback@cyberthreatcoalition.org"); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2307, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2308, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2309, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hello@theprohack.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2310, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hello@theprohack.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2311, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hello@theprohack.com", (short)5 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2312, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrl", "ViewUrlMirror1" }, + values: new object[] { "hello@theprohack.com", (short)5, "https://rescure.fruxlabs.com/maze.txt", "https://kriskintel.com/ktip_maze.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2315, + column: "LicenseId", + value: (short)44); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2316, + column: "LicenseId", + value: (short)44); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2317, + column: "LicenseId", + value: (short)44); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2318, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2319, + column: "LicenseId", + value: (short)7); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2320, + column: "LicenseId", + value: (short)7); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2321, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2322, + column: "LicenseId", + value: (short)12); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2323, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2324, + columns: new[] { "LicenseId", "ViewUrl" }, + values: new object[] { (short)8, "https://gitlab.com/curben/phishing-filter/raw/master/phishing-filter-domains.txt" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2325, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2326, + columns: new[] { "LicenseId", "Name" }, + values: new object[] { (short)8, "phishing-filter (hosts)" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2327, + columns: new[] { "LicenseId", "UpdatedDate" }, + values: new object[] { (short)8, new DateTime(2019, 4, 5, 22, 9, 10, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2328, + column: "LicenseId", + value: (short)8); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2329, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2330, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2331, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2332, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2333, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2334, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2335, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2336, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2337, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2340, + column: "LicenseId", + value: (short)2); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2342, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2343, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2344, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "dnt-policy@eff.org", (short)16 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2345, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2346, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2347, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2348, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2349, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2350, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2351, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mail@energized.pro", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2352, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "admin@smartadblock.co.uk", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2353, + column: "LicenseId", + value: (short)5); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2354, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "mitchellkrog@gmail.com", (short)2 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2355, + column: "LicenseId", + value: (short)9); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2356, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, "https://licolnlee.icu/AdBlockList/AdBlock" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2357, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, "https://licolnlee.icu/AdBlockList/AdBlockLite" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2358, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, "https://licolnlee.icu/AdBlockList/AdList" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2359, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, "https://licolnlee.icu/AdBlockList/AdListLite" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2360, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, "https://licolnlee.icu/AdBlockList/AdBlock-dnsmasq" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2361, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, "https://licolnlee.icu/AdBlockList/AdBlockListe-dnsmasq" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2362, + columns: new[] { "EmailAddress", "LicenseId", "ViewUrlMirror1" }, + values: new object[] { "me@licolnlee.icu", (short)2, "https://licolnlee.icu/AdBlockList/AdAllowlist" }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2364, + columns: new[] { "EmailAddress", "LicenseId" }, + values: new object[] { "hi.pinglin@gmail.com", (short)4 }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2366, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2020, 8, 10, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2367, + column: "LicenseId", + value: (short)9); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2368, + column: "LicenseId", + value: (short)4); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2369, + columns: new[] { "EmailAddress", "LicenseId", "PublishedDate" }, + values: new object[] { "imreeil42@gmail.com", (short)35, new DateTime(2020, 8, 10, 0, 0, 0, 0, DateTimeKind.Unspecified) }); + + migrationBuilder.UpdateData( + table: "filterlists", + keyColumn: "Id", + keyValue: (short)2370, + column: "LicenseId", + value: (short)18); + + migrationBuilder.InsertData( + table: "filterlists_tags", + columns: new[] { "FilterListId", "TagId" }, + values: new object[] { (short)2042, (short)30 }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)1, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ab", "abk", "abk", "abk", "abk", "Аҧсуа", "Abkhaz" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)2, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "oc", "oci", "oci", "oci", "oci", "Occitan", "Occitan" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)3, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "oj", "oji", "oji", "oji", "oji", "ᐊᓂᔑᓈᐯᒧᐎᓐ", "Ojibwe" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)4, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "cu", "chu", "chu", "chu", "chu", "Словѣ́ньскъ", "Old Church Slavonic" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)5, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "om", "orm", "orm", "orm", "orm", "Afaan Oromoo", "Oromo" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)6, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "or", "ori", "ori", "ori", "ori", "ଓଡି଼ଆ", "Oriya" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)7, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "os", "oss", "oss", "oss", "oss", "Ирон æвзаг", "Ossetian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)8, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "pa", "pan", "pan", "pan", "pan", "ਪੰਜਾਬੀ", "Panjabi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)9, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "pi", "pli", "pli", "pli", "pli", "पाऴि", "Pāli" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)10, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fa", "fas", "per", "fas", "fas", "فارسی", "Persian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)11, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "pl", "pol", "pol", "pol", "pol", "Polski", "Polish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)12, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ps", "pus", "pus", "pus", "pus", "پښتو", "Pashto" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)13, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "pt", "por", "por", "por", "por", "Português", "Portuguese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)14, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "qu", "que", "que", "que", "que", "Runa Simi", "Quechua" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)15, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "rm", "roh", "roh", "roh", "roh", "Rumantsch", "Romansh" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)16, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "rn", "run", "run", "run", "run", "Kirundi", "Kirundi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)17, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ro", "ron", "rum", "ron", "ron", "Română", "Romanian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)18, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ru", "rus", "rus", "rus", "rus", "Русский", "Russian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)19, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sa", "san", "san", "san", "san", "संस्कृतम्", "Sanskrit" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)20, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sc", "srd", "srd", "srd", "srd", "Sardu", "Sardinian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)21, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "nr", "nbl", "nbl", "nbl", "nbl", "isiNdebele", "Southern Ndebele" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)22, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sd", "snd", "snd", "snd", "snd", "سنڌي", "Sindhi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)23, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ii", "iii", "iii", "iii", "iii", "ꆈꌠ꒿ Nuosuhxop", "Nuosu" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)25, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lt", "lit", "lit", "lit", "lit", "Lietuvių", "Lithuanian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)26, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lu", "lub", "lub", "lub", "lub", "Tshiluba", "Luba-Katanga" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)27, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lv", "lav", "lav", "lav", "lav", "Latviešu", "Latvian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)28, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "gv", "glv", "glv", "glv", "glv", "Gaelg", "Manx" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)29, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mk", "mkd", "mac", "mkd", "mkd", "Македонски", "Macedonian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)30, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mg", "mlg", "mlg", "mlg", "mlg", "Malagasy", "Malagasy" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)31, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ms", "msa", "may", "msa", "msa", "Bahasa Melayu", "Malay" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)32, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ml", "mal", "mal", "mal", "mal", "മലയാളം", "Malayalam" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)33, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mt", "mlt", "mlt", "mlt", "mlt", "Malti", "Maltese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)34, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mi", "mri", "mao", "mri", "mri", "Māori", "Māori" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)35, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mr", "mar", "mar", "mar", "mar", "मराठी", "Marathi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)36, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mh", "mah", "mah", "mah", "mah", "Kajin M̧ajeļ", "Marshallese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)37, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "mn", "mon", "mon", "mon", "mon", "Монгол", "Mongolian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)38, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "na", "nau", "nau", "nau", "nau", "Dorerin Naoero", "Nauru" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)39, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "nv", "nav", "nav", "nav", "nav", "Diné Bizaad", "Navajo" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)40, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "nd", "nde", "nde", "nde", "nde", "isiNdebele", "Northern Ndebele" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)41, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ne", "nep", "nep", "nep", "nep", "नेपाली", "Nepali" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)42, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ng", "ndo", "ndo", "ndo", "ndo", "Owambo", "Ndonga" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)44, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "no", "nor", "nor", "nor", "nor", "Norsk", "Norwegian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)45, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lo", "lao", "lao", "lao", "lao", "ພາສາລາວ", "Lao" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)46, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "se", "sme", "sme", "sme", "sme", "Sámegiella", "Northern Sami" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)47, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sg", "sag", "sag", "sag", "sag", "Sängö", "Sango" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)48, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tr", "tur", "tur", "tur", "tur", "Türkçe", "Turkish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)49, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ts", "tso", "tso", "tso", "tso", "Xitsonga", "Tsonga" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)50, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tt", "tat", "tat", "tat", "tat", "Татарча", "Tatar" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)51, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tw", "twi", "twi", "twi", "twi", "Twi", "Twi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)52, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ty", "tah", "tah", "tah", "tah", "Reo Mā’ohi", "Tahitian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)53, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ug", "uig", "uig", "uig", "uig", "ئۇيغۇرچه", "Uyghur" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)54, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "uk", "ukr", "ukr", "ukr", "ukr", "Українська", "Ukrainian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)55, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ur", "urd", "urd", "urd", "urd", "اردو", "Urdu" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)56, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "uz", "uzb", "uzb", "uzb", "uzb", "O‘zbek", "Uzbek" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)57, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ve", "ven", "ven", "ven", "ven", "Tshivenḓa", "Venda" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)58, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "vi", "vie", "vie", "vie", "vie", "Tiếng Việt", "Vietnamese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)59, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "vo", "vol", "vol", "vol", "vol", "Volapük", "Volapük" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)60, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "wa", "wln", "wln", "wln", "wln", "Walon", "Walloon" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)61, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "cy", "cym", "wel", "cym", "cym", "Cymraeg", "Welsh" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)62, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "wo", "wol", "wol", "wol", "wol", "Wolof", "Wolof" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)63, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fy", "fry", "fry", "fry", "fry", "Frysk", "Western Frisian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)64, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "xh", "xho", "xho", "xho", "xho", "isiXhosa", "Xhosa" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)65, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "yi", "yid", "yid", "yid", "yid", "ייִדיש", "Yiddish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)66, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "yo", "yor", "yor", "yor", "yor", "Yorùbá", "Yoruba" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)67, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "to", "ton", "ton", "ton", "ton", "faka Tonga", "Tonga" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)68, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sm", "smo", "smo", "smo", "smo", "Gagana Sāmoa", "Samoan" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)69, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tn", "tsn", "tsn", "tsn", "tsn", "Setswana", "Tswana" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)70, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tk", "tuk", "tuk", "tuk", "tuk", "Türkmençe", "Turkmen" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)71, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sh", "scr", "scr", "scr", "hbs", "Srpskohrvatski", "Serbo-Croatian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)72, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "gd", "gla", "gla", "gla", "gla", "Gàidhlig", "Scottish Gaelic" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)73, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sn", "sna", "sna", "sna", "sna", "ChiShona", "Shona" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)74, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "si", "sin", "sin", "sin", "sin", "සිංහල", "Sinhala" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)75, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sk", "slk", "slo", "slk", "slk", "Slovenčina", "Slovak" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)76, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sl", "slv", "slv", "slv", "slv", "Slovenščina", "Slovene" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)77, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "so", "som", "som", "som", "som", "Soomaaliga", "Somali" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)78, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "st", "sot", "sot", "sot", "sot", "Sesotho", "Southern Sotho" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)79, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "es", "spa", "spa", "spa", "spa", "Español", "Spanish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)80, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "su", "sun", "sun", "sun", "sun", "Basa Sunda", "Sundanese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)81, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sw", "swa", "swa", "swa", "swa", "Kiswahili", "Swahili" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)82, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ss", "ssw", "ssw", "ssw", "ssw", "SiSwati", "Swati" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)83, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sv", "swe", "swe", "swe", "swe", "Svenska", "Swedish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)84, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ta", "tam", "tam", "tam", "tam", "தமிழ்", "Tamil" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)85, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "te", "tel", "tel", "tel", "tel", "తెలుగు", "Telugu" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)86, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tg", "tgk", "tgk", "tgk", "tgk", "Тоҷикӣ", "Tajik" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)87, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "th", "tha", "tha", "tha", "tha", "ภาษาไทย", "Thai" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)88, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ti", "tir", "tir", "tir", "tir", "ትግርኛ", "Tigrinya" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)89, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bo", "bod", "tib", "bod", "bod", "བོད་ཡིག", "Tibetan Standard" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)90, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "tl", "tgl", "tgl", "tgl", "tgl", "Tagalog", "Tagalog" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)91, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ln", "lin", "lin", "lin", "lin", "Lingála", "Lingala" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)92, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "li", "lim", "lim", "lim", "lim", "Limburgs", "Limburgish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)93, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lg", "lug", "lug", "lug", "lug", "Luganda", "Ganda" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)94, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "my", "mya", "bur", "mya", "mya", "မြန်မာဘာသာ", "Burmese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)95, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ca", "cat", "cat", "cat", "cat", "Català", "Catalan" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)96, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ch", "cha", "cha", "cha", "cha", "Chamoru", "Chamorro" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)97, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ce", "che", "che", "che", "che", "Нохчийн", "Chechen" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)98, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ny", "nya", "nya", "nya", "nya", "Chichewa", "Chichewa" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)99, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "zh", "zho", "chi", "zho", "zho", "中文", "Chinese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)100, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "cv", "chv", "chv", "chv", "chv", "Чӑвашла", "Chuvash" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)101, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kw", "cor", "cor", "cor", "cor", "Kernewek", "Cornish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)102, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "co", "cos", "cos", "cos", "cos", "Corsu", "Corsican" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)103, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "cr", "cre", "cre", "cre", "cre", "ᓀᐦᐃᔭᐍᐏᐣ", "Cree" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)105, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "cs", "ces", "cze", "ces", "ces", "Čeština", "Czech" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)106, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "da", "dan", "dan", "dan", "dan", "Dansk", "Danish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)107, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "dv", "div", "div", "div", "div", "Divehi", "Divehi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)108, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "nl", "nld", "dut", "nld", "nld", "Nederlands", "Dutch" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)109, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "dz", "dzo", "dzo", "dzo", "dzo", "རྫོང་ཁ", "Dzongkha" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)110, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "en", "eng", "eng", "eng", "eng", "English", "English" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)111, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "eo", "epo", "epo", "epo", "epo", "Esperanto", "Esperanto" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)112, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "et", "est", "est", "est", "est", "Eesti", "Estonian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)113, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bg", "bul", "bul", "bul", "bul", "Български", "Bulgarian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)114, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ee", "ewe", "ewe", "ewe", "ewe", "Eʋegbe", "Ewe" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)115, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "br", "bre", "bre", "bre", "bre", "Brezhoneg", "Breton" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)116, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bi", "bis", "bis", "bis", "bis", "Bislama", "Bislama" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)117, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "aa", "aar", "aar", "aar", "aar", "Afaraf", "Afar" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)118, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "af", "afr", "afr", "afr", "afr", "Afrikaans", "Afrikaans" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)119, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ak", "aka", "aka", "aka", "aka", "Akan", "Akan" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)120, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "sq", "sqi", "alb", "sqi", "sqi", "Shqip", "Albanian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)121, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "am", "amh", "amh", "amh", "amh", "አማርኛ", "Amharic" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)122, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ar", "ara", "ara", "ara", "ara", "العربية", "Arabic" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)123, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "an", "arg", "arg", "arg", "arg", "Aragonés", "Aragonese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)124, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "hy", "hye", "arm", "hye", "hye", "Հայերեն", "Armenian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)125, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "as", "asm", "asm", "asm", "asm", "অসমীয়া", "Assamese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)126, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "av", "ava", "ava", "ava", "ava", "Авар", "Avaric" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)127, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ae", "ave", "ave", "ave", "ave", "avesta", "Avestan" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)128, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ay", "aym", "aym", "aym", "aym", "Aymar", "Aymara" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)129, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "az", "aze", "aze", "aze", "aze", "Azərbaycanca", "Azerbaijani" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)130, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bm", "bam", "bam", "bam", "bam", "Bamanankan", "Bambara" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)131, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ba", "bak", "bak", "bak", "bak", "Башҡортса", "Bashkir" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)132, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "eu", "eus", "baq", "eus", "eus", "Euskara", "Basque" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)133, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "be", "bel", "bel", "bel", "bel", "Беларуская", "Belarusian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)134, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bn", "ben", "ben", "ben", "ben", "বাংলা", "Bengali" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)135, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "bh", "bih", "bih", "bih", "bih", "भोजपुरी", "Bihari" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)137, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fo", "fao", "fao", "fao", "fao", "Føroyskt", "Faroese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)138, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fj", "fij", "fij", "fij", "fij", "Na Vosa Vaka-Viti", "Fijian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)139, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fi", "fin", "fin", "fin", "fin", "Suomi", "Finnish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)140, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "iu", "iku", "iku", "iku", "iku", "ᐃᓄᒃᑎᑐᑦ", "Inuktitut" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)141, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ja", "jpn", "jpn", "jpn", "jpn", "日本語", "Japanese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)142, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "jv", "jav", "jav", "jav", "jav", "Basa Jawa", "Javanese" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)143, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kl", "kal", "kal", "kal", "kal", "Kalaallisut", "Kalaallisut" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)144, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kn", "kan", "kan", "kan", "kan", "ಕನ್ನಡ", "Kannada" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)145, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kr", "kau", "kau", "kau", "kau", "Kanuri", "Kanuri" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)146, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ks", "kas", "kas", "kas", "kas", "كشميري", "Kashmiri" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)147, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kk", "kaz", "kaz", "kaz", "kaz", "Қазақша", "Kazakh" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)148, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "km", "khm", "khm", "khm", "khm", "ភាសាខ្មែរ", "Khmer" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)149, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ki", "kik", "kik", "kik", "kik", "Gĩkũyũ", "Kikuyu" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)150, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "rw", "kin", "kin", "kin", "kin", "Kinyarwanda", "Kinyarwanda" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)151, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ky", "kir", "kir", "kir", "kir", "Кыргызча", "Kyrgyz" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)152, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kv", "kom", "kom", "kom", "kom", "Коми", "Komi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)153, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kg", "kon", "kon", "kon", "kon", "Kongo", "Kongo" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)154, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ko", "kor", "kor", "kor", "kor", "한국어", "Korean" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)155, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ku", "kur", "kur", "kur", "kur", "Kurdî", "Kurdish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)156, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "kj", "kua", "kua", "kua", "kua", "Kuanyama", "Kwanyama" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)157, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "la", "lat", "lat", "lat", "lat", "Latina", "Latin" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)158, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "lb", "ltz", "ltz", "ltz", "ltz", "Lëtzebuergesch", "Luxembourgish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)159, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "it", "ita", "ita", "ita", "ita", "Italiano", "Italian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)160, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "is", "isl", "ice", "isl", "isl", "Íslenska", "Icelandic" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)161, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "io", "ido", "ido", "ido", "ido", "Ido", "Ido" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)162, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ik", "ipk", "ipk", "ipk", "ipk", "Iñupiak", "Inupiaq" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)163, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "fr", "fra", "fre", "fra", "fra", "Français", "French" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)164, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ff", "ful", "ful", "ful", "ful", "Fulfulde", "Fula" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)165, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "gl", "glg", "glg", "glg", "glg", "Galego", "Galician" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)166, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ka", "kat", "geo", "kat", "kat", "ქართული", "Georgian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)167, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "de", "deu", "ger", "deu", "deu", "Deutsch", "German" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)168, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "el", "ell", "gre", "ell", "ell", "Ελληνικά", "Greek" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)169, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "gn", "grn", "grn", "grn", "grn", "Avañe'ẽ", "Guaraní" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)170, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "gu", "guj", "guj", "guj", "guj", "ગુજરાતી", "Gujarati" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)171, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ht", "hat", "hat", "hat", "hat", "Kreyòl Ayisyen", "Haitian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)172, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "za", "zha", "zha", "zha", "zha", "Cuengh", "Zhuang" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)173, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ha", "hau", "hau", "hau", "hau", "هَوُسَ", "Hausa" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)174, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "hz", "her", "her", "her", "her", "Otjiherero", "Herero" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)175, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "hi", "hin", "hin", "hin", "hin", "हिन्दी", "Hindi" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)176, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ho", "hmo", "hmo", "hmo", "hmo", "Hiri Motu", "Hiri Motu" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)177, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "hu", "hun", "hun", "hun", "hun", "Magyar", "Hungarian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)178, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ia", "ina", "ina", "ina", "ina", "Interlingua", "Interlingua" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)179, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "id", "ind", "ind", "ind", "ind", "Bahasa Indonesia", "Indonesian" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)180, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ie", "ile", "ile", "ile", "ile", "Interlingue", "Interlingue" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)181, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ga", "gle", "gle", "gle", "gle", "Gaeilge", "Irish" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)182, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "ig", "ibo", "ibo", "ibo", "ibo", "Igbo", "Igbo" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)183, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "he", "heb", "heb", "heb", "heb", "עברית", "Hebrew" }); + + migrationBuilder.UpdateData( + table: "languages", + keyColumn: "Id", + keyValue: (short)184, + columns: new[] { "Iso6391", "Iso6392", "Iso6392B", "Iso6392T", "Iso6393", "LocalName", "Name" }, + values: new object[] { "zu", "zul", "zul", "zul", "zul", "isiZulu", "Zulu" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)2, + column: "TwitterHandle", + value: "280blocker"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)3, + column: "TwitterHandle", + value: "bradconte"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)6, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "info@eyeo.com", "eyeo" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)10, + column: "TwitterHandle", + value: "_MDL_"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)14, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "mp3geek@gmail.com", "fanboynz" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)22, + column: "EmailAddress", + value: "imreeil42@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)23, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "cosntacptamem@abuse.ch", "abuse_ch" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)25, + column: "EmailAddress", + value: "badmojr@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)27, + column: "TwitterHandle", + value: "iamkeraf"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)28, + column: "EmailAddress", + value: "blablabla@alleblock.pl"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)30, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "anudeep@protonmail.com", "anudeepND" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)33, + column: "EmailAddress", + value: "kadrep@outlook.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)34, + column: "EmailAddress", + value: "polishjarvis@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)35, + column: "EmailAddress", + value: "bjorn@bjornstar.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)36, + column: "EmailAddress", + value: "martin@herndl.org"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)38, + column: "TwitterHandle", + value: "kowith337"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)39, + column: "EmailAddress", + value: "me@pureapp.in.th"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)40, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "gato@intaa.net", "gatolabo" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)41, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "multiverse2011@gmail.com", "multiverse2011" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)44, + column: "TwitterHandle", + value: "siri_urz"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)45, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "support@disconnect.me", "disconnectme" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)46, + column: "TwitterHandle", + value: "adguard"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)49, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "zerodot1@bk.ru", "hobbygrafix" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)51, + column: "EmailAddress", + value: "lolipopplus@protonmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)52, + column: "EmailAddress", + value: "tomas@getadblock.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)57, + column: "TwitterHandle", + value: "gorhill"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)59, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "jamie@jamiedubs.com", "jamiew" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)66, + column: "TwitterHandle", + value: "BBcan177"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)72, + column: "EmailAddress", + value: "endolith@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)75, + column: "TwitterHandle", + value: "xd4rker"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)78, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "github@paulbutler.org", "paulgb" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)79, + column: "EmailAddress", + value: "info@dshield.org"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)80, + column: "EmailAddress", + value: "email@kowabit.de"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)81, + column: "TwitterHandle", + value: "chadrmayfield"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)84, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "mail.energized@protonmail.com", "adroitadorkhan" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)87, + column: "TwitterHandle", + value: "TeamAEGISgg"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)88, + column: "EmailAddress", + value: "support@riskanalytics.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)89, + column: "EmailAddress", + value: "support@it-mate.co.uk"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)90, + column: "EmailAddress", + value: "jmdugan_pubprofile_1522347973@biocontact.org"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)91, + column: "EmailAddress", + value: "pgl@yoyo.org"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)93, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "steveb@stevenblack.com", "steveblack" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)96, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "blog@zoso.ro", "zoso" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)97, + column: "EmailAddress", + value: "easylisthebrew@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)98, + column: "EmailAddress", + value: "easylist.china@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)103, + column: "EmailAddress", + value: "costa@firehol.org"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)104, + column: "EmailAddress", + value: "mail@perflyst.de"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)107, + column: "EmailAddress", + value: "bogachenkove@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)108, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "nolamiller1203+githubmochifilter@gmail.com", "mochi_adfilter" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)110, + column: "TwitterHandle", + value: "Akamaru_Pie"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)114, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "neofelhz@gmail.com", "neoFelhz" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)115, + column: "TwitterHandle", + value: "StopForumSpam"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)116, + column: "EmailAddress", + value: "github@chrisbuijs.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)117, + column: "EmailAddress", + value: "admin@intr0.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)119, + column: "EmailAddress", + value: "hector@molinero.dev"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)121, + column: "EmailAddress", + value: "mitchellkrog@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)122, + column: "EmailAddress", + value: "dev@oz.nu"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)123, + column: "EmailAddress", + value: "reddestdream@gmail.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)124, + column: "EmailAddress", + value: "jcb@bambenekconsulting.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)125, + column: "EmailAddress", + value: "jwspamspy@pobox.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)126, + column: "EmailAddress", + value: "radicalbotanical@aol.com"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)130, + column: "TwitterHandle", + value: "rooneymcnibnug"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)133, + column: "TwitterHandle", + value: "gioxx"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)134, + column: "EmailAddress", + value: "elias.ojala+github@kapsi.fi"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)136, + column: "EmailAddress", + value: "author@i-dont-care-about-cookies.eu"); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)145, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "iurcaberciudarius@gmail.com", "dariusiurca" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)146, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "geoffrey+website@frogeye.fr", "GeoffreyFrogeye" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)148, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "me@deletescape.ch", "deletescape" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)152, + columns: new[] { "EmailAddress", "TwitterHandle" }, + values: new object[] { "daniel@danielmiessler.com", "danielmiessler" }); + + migrationBuilder.UpdateData( + table: "maintainers", + keyColumn: "Id", + keyValue: (short)153, + column: "EmailAddress", + value: "fabrice.prigent@ut-capitole.fr"); + } + } +} diff --git a/server/src/FilterLists.Data.Migrations/Migrations/FilterListsDbContextModelSnapshot.cs b/server/src/FilterLists.Data.Migrations/Migrations/FilterListsDbContextModelSnapshot.cs index 1f6145cf1..586c05615 100644 --- a/server/src/FilterLists.Data.Migrations/Migrations/FilterListsDbContextModelSnapshot.cs +++ b/server/src/FilterLists.Data.Migrations/Migrations/FilterListsDbContextModelSnapshot.cs @@ -15,7 +15,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) { #pragma warning disable 612, 618 modelBuilder - .HasAnnotation("ProductVersion", "3.1.6") + .HasAnnotation("ProductVersion", "3.1.7") .HasAnnotation("Relational:MaxIdentifierLength", 64); modelBuilder.Entity("FilterLists.Data.Entities.FilterList", b => @@ -1513,6 +1513,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Description = "Streaming services ads sources", DescriptionSourceUrl = "https://github.com/StevenBlack/hosts", HomeUrl = "https://github.com/FadeMind/hosts.extras", + IsDeleted = true, IssuesUrl = "https://github.com/FadeMind/hosts.extras/issues", LicenseId = (short)2, Name = "StreamingAds", @@ -3042,15 +3043,13 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)267, Description = "EasyList Lithuania is an affiliated filter list written by gymka that specifically removes adverts on Lithuanian language websites.", DescriptionSourceUrl = "https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html", - EmailAddress = "algimantas@margevicius.lt", ForumUrl = "https://forums.lanik.us/viewforum.php?f=101", HomeUrl = "https://github.com/EasyList-Lithuania/easylist_lithuania", IssuesUrl = "https://github.com/EasyList-Lithuania/easylist_lithuania/issues", LicenseId = (short)4, Name = "EasyList Lithuania", SyntaxId = (short)3, - UpdatedDate = new DateTime(2019, 3, 3, 9, 55, 11, 0, DateTimeKind.Unspecified), - ViewUrl = "https://margevicius.lt/easylistlithuania.txt" + ViewUrl = "https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt" }, new { @@ -3159,13 +3158,11 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)277, Description = "Czech filters for Adblock Plus.", DescriptionSourceUrl = "http://adblock.dajbych.net/adblock.txt", - HomeUrl = "http://adblock.dajbych.net/", LicenseId = (short)5, Name = "Czech Filters for AdBlock", SyntaxId = (short)3, UpdatedDate = new DateTime(2014, 8, 16, 0, 0, 0, 0, DateTimeKind.Unspecified), - ViewUrl = "http://adblock.dajbych.net/adblock.txt", - ViewUrlMirror1 = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Czech%20Filters%20for%20Adblock%20Plus" + ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AncientLibrary/Czech%20Filters%20for%20Adblock%20Plus" }, new { @@ -3973,6 +3970,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) ChatUrl = "https://riot.im/app/#/room/!IPhdjtOfWxVbiddKOo:matrix.org?via=matrix.org", Description = "Blocks banners (paypal, payu, bitcoin and patronite), charity banners, other forms of inclination to support on Polish sites.", HomeUrl = "https://github.com/KonoromiHimaries/PolishSubFilters", + IsDeleted = true, LicenseId = (short)9, Name = "Polish Anti-Donate Filters", PublishedDate = new DateTime(2018, 1, 6, 0, 0, 0, 0, DateTimeKind.Unspecified), @@ -4000,6 +3998,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) ChatUrl = "https://riot.im/app/#/room/!IPhdjtOfWxVbiddKOo:matrix.org?via=matrix.org", Description = "Blocks internal advertising, paid subscriptions, own stores on Polish sites.", HomeUrl = "https://github.com/KonoromiHimaries/PolishSubFilters/", + IsDeleted = true, LicenseId = (short)9, Name = "Polish Internal Filters", PublishedDate = new DateTime(2018, 1, 26, 0, 0, 0, 0, DateTimeKind.Unspecified), @@ -5007,7 +5006,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) SyntaxId = (short)14, UpdatedDate = new DateTime(2019, 4, 15, 6, 1, 19, 0, DateTimeKind.Unspecified), ViewUrl = "https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/hosts", - ViewUrlMirror1 = "https://coding.net/u/scaffrey/p/hosts/git/raw/master/hosts-files/hosts" + ViewUrlMirror1 = "https://git.qvq.network/googlehosts/hosts/raw/master/hosts-files/hosts" }, new { @@ -5313,7 +5312,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) PublishedDate = new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified), SyntaxId = (short)1, UpdatedDate = new DateTime(2018, 4, 2, 18, 25, 40, 0, DateTimeKind.Unspecified), - ViewUrl = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/mozilla/all.txt" + ViewUrl = "https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/mozilla/all" }, new { @@ -5837,7 +5836,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Kowabit - bl*cklist of death - List for Fritz!Box routers", SyntaxId = (short)2, UpdatedDate = new DateTime(2019, 1, 14, 9, 19, 10, 0, DateTimeKind.Unspecified), - ViewUrl = "https://blocklist.kowabit.de/fritzboxliste.txt" + ViewUrl = "https://list.kwbt.de/kwbtlist.txt" }, new { @@ -5847,10 +5846,10 @@ protected override void BuildModel(ModelBuilder modelBuilder) DonateUrl = "https://www.kowabit.de/willkommen/finanzierung-von-kowabit/", HomeUrl = "https://www.kowabit.de/blcklst/", LicenseId = (short)20, - Name = "Kowabit - blocklist of death for Windows 10", + Name = "Kowabit - bl*cklist of death", SyntaxId = (short)2, UpdatedDate = new DateTime(2019, 1, 14, 9, 39, 10, 0, DateTimeKind.Unspecified), - ViewUrl = "https://blocklist.kowabit.de/win10list.txt" + ViewUrl = "https://list.kwbt.de/kwbtlist.txt" }, new { @@ -7365,6 +7364,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) DonateUrl = "https://bads.team/ultrapage#donate", EmailAddress = "hello@bads.team", HomeUrl = "https://github.com/dariusworks/superblock", + IsDeleted = true, IssuesUrl = "https://github.com/dariusworks/superblock/issues", LicenseId = (short)2, Name = "BADS.TM Cleaner Sites List All In One", @@ -8520,6 +8520,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Description = "VBlocker is made by a normal person that surfs the web to see all of the ads that should be blocked and added to VBlocker.", DescriptionSourceUrl = "https://github.com/SG-Nebula/vblocker_adblockplus-filterlist#why-vblocker", HomeUrl = "https://github.com/SG-Nebula/vblocker_adblockplus-filterlist", + IsDeleted = true, IssuesUrl = "https://github.com/SG-Nebula/vblocker_adblockplus-filterlist/issues", LicenseId = (short)7, Name = "VBlocker", @@ -11996,6 +11997,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) { Id = (short)1125, HomeUrl = "https://github.com/deathbybandaid/piholeparser", + IsDeleted = true, IssuesUrl = "https://github.com/deathbybandaid/piholeparser/issues", LicenseId = (short)14, Name = "Bad JAV Sites (Domains)", @@ -15713,7 +15715,8 @@ protected override void BuildModel(ModelBuilder modelBuilder) PublishedDate = new DateTime(2017, 5, 1, 11, 15, 41, 0, DateTimeKind.Unspecified), SyntaxId = (short)2, UpdatedDate = new DateTime(2019, 3, 10, 15, 6, 57, 0, DateTimeKind.Unspecified), - ViewUrl = "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/blacklist.txt" + ViewUrl = "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/blacklist.txt", + ViewUrlMirror1 = "https://oooo.b-cdn.net/blahdns/adsblock.txt" }, new { @@ -15787,7 +15790,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) PublishedDate = new DateTime(2018, 11, 1, 18, 23, 42, 0, DateTimeKind.Unspecified), SyntaxId = (short)25, UpdatedDate = new DateTime(2019, 4, 15, 22, 34, 2, 0, DateTimeKind.Unspecified), - ViewUrl = "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/rpz.blacklist" + ViewUrl = "https://oooo.b-cdn.net/blahdns/rpz.txt" }, new { @@ -16226,6 +16229,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) DescriptionSourceUrl = "https://kb.adguard.com/en/general/adguard-ad-filters#english-filter", ForumUrl = "https://forum.adguard.com/index.php?categories/filter-rules.66/", HomeUrl = "https://github.com/AdguardTeam/AdguardFilters", + IsDeleted = true, IssuesUrl = "https://github.com/AdguardTeam/AdguardFilters/issues", LicenseId = (short)40, Name = "AdGuard Base Filter without EasyList (AdGuard for Chromium)", @@ -17150,8 +17154,8 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "OISD (Hosts)", SyntaxId = (short)1, ViewUrl = "https://hosts.oisd.nl/", - ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dblzero.txt", - ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dblzero.txt" + ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/hosts.txt", + ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/hosts.txt" }, new { @@ -17160,11 +17164,11 @@ protected override void BuildModel(ModelBuilder modelBuilder) DonateUrl = "https://www.paypal.me/sjhgvr", HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", LicenseId = (short)5, - Name = "OISD Mobile", + Name = "OISD Light", SyntaxId = (short)2, ViewUrl = "https://dblmobile.oisd.nl/", - ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dbl2.txt", - ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dbl2.txt" + ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/dbl_light.txt", + ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/dbl_light.txt" }, new { @@ -17173,11 +17177,11 @@ protected override void BuildModel(ModelBuilder modelBuilder) DonateUrl = "https://www.paypal.me/sjhgvr", HomeUrl = "https://www.reddit.com/r/pihole/comments/bppug1/introducing_the/", LicenseId = (short)5, - Name = "OISD Mobile (Hosts)", + Name = "OISD Light (Hosts)", SyntaxId = (short)1, ViewUrl = "https://hostsmobile.oisd.nl/", - ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/hostsmobile.txt", - ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/hostsmobile.txt" + ViewUrlMirror1 = "https://raw.githubusercontent.com/ookangzheng/dbl-oisd-nl/master/hosts_light.txt", + ViewUrlMirror2 = "https://gitlab.com/ookangzheng/dbl-oisd-nl/raw/master/hosts_light.txt" }, new { @@ -17314,7 +17318,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)4, Name = "Unified Hosts + Fakenews + Gambling (Little Snitch)", SyntaxId = (short)18, - ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling-porn/sb_unified_hosts_fakenews-gambling.lsrules" + ViewUrl = "https://raw.githubusercontent.com/naveednajam/Little-Snitch---Rule-Groups/master/unified_hosts_fakenews-gambling/sb_unified_hosts_fakenews-gambling.lsrules" }, new { @@ -17840,20 +17844,21 @@ protected override void BuildModel(ModelBuilder modelBuilder) new { Id = (short)1661, - Description = "Blocks trackers and analytics on web pages", - HomeUrl = "https://github.com/Strappazzon/filterlists", - IssuesUrl = "https://github.com/Strappazzon/filterlists/issues", + Description = "Blocks trackers and analytics in Windows 7", + HomeUrl = "https://github.com/Strappazzon/teleme7ry", + IssuesUrl = "https://github.com/Strappazzon/teleme7ry/issues", LicenseId = (short)2, - Name = "Strappazzon's Tracking list", - SyntaxId = (short)47, + Name = "Strappazzon's Tracking list for Windows 7", + SyntaxId = (short)2, UpdatedDate = new DateTime(2019, 7, 12, 0, 0, 0, 0, DateTimeKind.Unspecified), - ViewUrl = "https://raw.githubusercontent.com/Strappazzon/filterlists/master/Filterlists/Tracking.txt" + ViewUrl = "https://raw.githubusercontent.com/Strappazzon/teleme7ry/master/rules.txt" }, new { Id = (short)1662, Description = "Blocks annoyances on web pages including cookie notices, modals and other useless elements", HomeUrl = "https://github.com/Strappazzon/filterlists", + IsDeleted = true, IssuesUrl = "https://github.com/Strappazzon/filterlists/issues", LicenseId = (short)2, Name = "Strappazzon's Annoyances filter list", @@ -17866,6 +17871,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)1663, Description = "Fixes what my current subscriptions broke", HomeUrl = "https://github.com/Strappazzon/filterlists", + IsDeleted = true, IssuesUrl = "https://github.com/Strappazzon/filterlists/issues", LicenseId = (short)2, Name = "Strappazzon's Unbreak", @@ -18497,7 +18503,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)5, Name = "PiHole Lists - Quad9", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/Quad9.txt" + ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Quad9.txt" }, new { @@ -18507,7 +18513,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)5, Name = "PiHole Lists - Yahoo Ad Servers", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/Yahoo_Ad_Servers.txt" + ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Yahoo_Ad_Servers.txt" }, new { @@ -18517,7 +18523,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)5, Name = "PiHole Lists - Spyware", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole_HOSTS_Spyware.txt" + ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/PiHole_HOSTS_Spyware.txt" }, new { @@ -18527,7 +18533,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)5, Name = "PiHole Lists - Cerber Ransomware", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/Cerber_Ransomware.txt" + ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Archive/Cerber_Ransomware.txt" }, new { @@ -18537,7 +18543,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)5, Name = "PiHole Lists - Blocklist", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/Blocklist.txt" + ViewUrl = "https://raw.githubusercontent.com/XionKzn/PiHole-Lists/master/PiHole/Blocklist.txt" }, new { @@ -18891,7 +18897,8 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Energized Blu Protection (Domains)", SubmissionUrl = "https://app.energized.pro", SyntaxId = (short)2, - ViewUrl = "https://block.energized.pro/blu/formats/domains.txt" + ViewUrl = "https://block.energized.pro/blu/formats/domains.txt", + ViewUrlMirror1 = "https://blokada.org/mirror/v5/energized/blu/hosts.txt" }, new { @@ -18908,7 +18915,8 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Energized Basic Protection (Domains)", SubmissionUrl = "https://app.energized.pro", SyntaxId = (short)2, - ViewUrl = "https://block.energized.pro/basic/formats/domains.txt" + ViewUrl = "https://block.energized.pro/basic/formats/domains.txt", + ViewUrlMirror1 = "https://blokada.org/mirror/v5/energized/basic/hosts.txt" }, new { @@ -19835,7 +19843,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)5, Name = "SSEncrypt Adblock", SyntaxId = (short)29, - ViewUrl = "https://raw.githubusercontent.com/HParis/SSEncrypt/master/adblock-reject.list" + ViewUrl = "https://raw.githubusercontent.com/HParis/SSEncrypt/master/full-reject.list" }, new { @@ -19861,6 +19869,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) { Id = (short)1805, HomeUrl = "https://github.com/ConnersHua/Profiles/tree/master", + IsDeleted = true, IssuesUrl = "https://github.com/ConnersHua/Profiles/tree/master/issues", LicenseId = (short)2, Name = "ConnersHua Pro Ruleset", @@ -20237,12 +20246,12 @@ protected override void BuildModel(ModelBuilder modelBuilder) new { Id = (short)1843, - Description = "ad filter list ublock origin", - HomeUrl = "https://github.com/secretsnow/secretsnow-adfilters/", + Description = "Ad Filter list for uBlock Origin.", + HomeUrl = "https://github.com/secretsnow/Ad-Filters/", LicenseId = (short)28, Name = "secretsnow-adfilters", SyntaxId = (short)3, - ViewUrl = "https://raw.githubusercontent.com/secretsnow/secretsnow-adfilters/master/secretsnow-adfilters.txt" + ViewUrl = "https://raw.githubusercontent.com/secretsnow/Ad-Filters/master/Ad%20Filters.txt" }, new { @@ -20699,6 +20708,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)1894, Description = "This is the \"SAFE LIST\" tested to not break legitimate functionality for commonly used software", HomeUrl = "https://github.com/dex4k/dex4kblocklist", + IsDeleted = true, IssuesUrl = "https://github.com/dex4k/dex4kblocklist/issues", LicenseId = (short)5, Name = "dex4k Blocklist", @@ -20710,6 +20720,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)1895, Description = "This is a secondary blocklist created as, although I believe the blocking to be legitimate, blocking these domains can break popular apps", HomeUrl = "https://github.com/dex4k/dex4kblocklist", + IsDeleted = true, IssuesUrl = "https://github.com/dex4k/dex4kblocklist/issues", LicenseId = (short)5, Name = "dex4k Blocklist Extras", @@ -21006,7 +21017,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)5, Name = "Lite App Manifests - Coin Miners", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/chimbori/lite-apps/master/blocklists/src/Coin%20Miners/UserSuggested.txt" + ViewUrl = "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Coin%20Miners/UserSuggested.txt" }, new { @@ -21016,7 +21027,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)5, Name = "Lite App Manifests - Paid Content Links", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/chimbori/lite-apps/master/blocklists/src/Adware%20and%20Malware/PaidContentLinks.txt" + ViewUrl = "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Adware%20and%20Malware/PaidContentLinks.txt" }, new { @@ -21026,7 +21037,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)5, Name = "Lite App Manifests - User Suggested Adware and Malware", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/chimbori/lite-apps/master/blocklists/src/Adware%20and%20Malware/UserSuggested.txt" + ViewUrl = "https://raw.githubusercontent.com/chimbori/lite-apps/master/src/blocklists/Adware%20and%20Malware/UserSuggested.txt" }, new { @@ -21739,7 +21750,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Say No to Racism on Twitch", SyntaxId = (short)3, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/SayNoToRacismOnTwitch.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/SayNoToRacismOnTwitch.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/SayNoToRacismOnTwitch.txt" }, new { @@ -21753,7 +21764,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "MeWe Happy Time Fun Club", SyntaxId = (short)3, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/MeWeHappyTimeFunClub.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/MeWeHappyTimeFunClub.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/MeWeHappyTimeFunClub.txt" }, new { @@ -21767,7 +21778,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Pokémon No-GO Zone", SyntaxId = (short)47, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Pok%C3%A9monNoGOZone.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/Pok%C3%A9monNoGOZone.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Pok%C3%A9monNoGOZone.txt" }, new { @@ -21781,7 +21792,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Empty Padding Remover", SyntaxId = (short)4, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/EmptyPaddingRemover.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/EmptyPaddingRemover.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/EmptyPaddingRemover.txt" }, new { @@ -21795,7 +21806,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Japanese Text Softener", SyntaxId = (short)4, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/JapaneseTextSoftener.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/JapaneseTextSoftener.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/JapaneseTextSoftener.txt" }, new { @@ -22020,6 +22031,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) { Id = (short)2016, HomeUrl = "https://blocklist.site/", + IsDeleted = true, LicenseId = (short)5, Name = "Block List Project: Spam", SyntaxId = (short)2, @@ -22161,6 +22173,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) new { Id = (short)2033, + IsDeleted = true, LicenseId = (short)5, Name = "Blockzilla (Hosts)", SyntaxId = (short)1, @@ -22248,6 +22261,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2042, Description = "A filter that blocks the thumbnails of users that upload junk or stuff in the wrong categories.", HomeUrl = "https://github.com/lassekongo83/Frellwits-filter-lists", + IsDeleted = true, IssuesUrl = "https://github.com/lassekongo83/Frellwits-filter-lists/issues", LicenseId = (short)4, Name = "deviantJUNKfilter", @@ -22435,13 +22449,13 @@ protected override void BuildModel(ModelBuilder modelBuilder) new { Id = (short)2058, - Description = "Blocks BitTorrent websites (+ alternative domains & proxies), clients, trackers and DHT bootstrap nodes.", + Description = "Blocks BitTorrent websites (+ alternative domains & proxies), clients, and DHT bootstrap nodes.", HomeUrl = "https://github.com/nextdns/bittorrent-blocklist", IssuesUrl = "https://github.com/nextdns/bittorrent-blocklist/issues", LicenseId = (short)2, - Name = "NextDNS BitTorrent Blocklist", + Name = "NextDNS BitTorrent Website Blocklist", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/nextdns/bittorrent-blocklist/master/domains" + ViewUrl = "https://raw.githubusercontent.com/nextdns/piracy-blocklists/master/torrent-websites" }, new { @@ -22459,14 +22473,15 @@ protected override void BuildModel(ModelBuilder modelBuilder) IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", LicenseId = (short)11, Name = "Cybo's Hosts - Extra Format", - SyntaxId = (short)3, - ViewUrl = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Other%20Formats/Extra%20Format" + SyntaxId = (short)4, + ViewUrl = "https://raw.githubusercontent.com/Cybo1927/Hosts/master/Other%20Formats/Extra%20Format%201" }, new { Id = (short)2061, Description = "This List Is Better Than The Other Hosts For DNS Sinkholes And Slow Computers (If Used With An Adblocker)", HomeUrl = "https://github.com/Cybo1927/Hosts", + IsDeleted = true, IssuesUrl = "https://github.com/Cybo1927/Hosts/issues", LicenseId = (short)11, Name = "Cybo's Simplified Domains", @@ -22960,7 +22975,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "GDPR 451 List of Mostly American Websites Who Hate Europe and Privacy Rights", SyntaxId = (short)2, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GDPR%20451%20List.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/GDPR%20451%20List.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/GDPR%20451%20List.txt" }, new { @@ -22974,7 +22989,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Tor Redirector List (URLRedirector)", SyntaxId = (short)31, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Other%20domains%20versions/TorRedirectorList-URLRedirector.json", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/Other%20domains%20versions/TorRedirectorList-URLRedirector.json" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/TorRedirectorList-URLRedirector.json" }, new { @@ -22988,7 +23003,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Media Player Gradient Remover", SyntaxId = (short)3, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/MediaPlayerGradientRemover.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Other%20domains%20versions/MediaPlayerGradientRemover.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/MediaPlayerGradientRemover.txt" }, new { @@ -23290,7 +23305,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), SyntaxId = (short)20, UpdatedDate = new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), - ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/spy.txt" + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/spy/dnsmasq.conf" }, new { @@ -23304,7 +23319,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), SyntaxId = (short)20, UpdatedDate = new DateTime(2019, 3, 2, 3, 26, 23, 0, DateTimeKind.Unspecified), - ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/update.txt" + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/update/dnsmasq.conf" }, new { @@ -23317,7 +23332,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) PublishedDate = new DateTime(2018, 6, 2, 20, 9, 11, 0, DateTimeKind.Unspecified), SyntaxId = (short)20, UpdatedDate = new DateTime(2019, 4, 2, 20, 52, 40, 0, DateTimeKind.Unspecified), - ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/extra.txt" + ViewUrl = "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/openwrt/extra/dnsmasq.conf" }, new { @@ -23466,7 +23481,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "IDN Homograph Attack Protection - Does Not Block Non-Latin TLDs", SyntaxId = (short)28, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Special%20security%20lists/IDNHomographProtection-USLatinTLDsOnly.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/IDNHomographProtection-USLatinTLDsOnly.txt.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/IDNHomographProtection-USLatinTLDsOnly.txt" }, new { @@ -23480,7 +23495,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Ekstra Bladet Erotic Content Remover", SyntaxId = (short)3, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/EkstraBladetEroticContentRemover.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/EkstraBladetEroticContentRemover.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/EkstraBladetEroticContentRemover.txt" }, new { @@ -23542,7 +23557,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Undertale Remover for SoundCloud", SyntaxId = (short)3, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/UndertaleRemoverForSoundCloud.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/UndertaleRemoverForSoundCloud.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/UndertaleRemoverForSoundCloud.txt" }, new { @@ -24263,13 +24278,14 @@ protected override void BuildModel(ModelBuilder modelBuilder) Name = "Anti-'Anthro combat-equipment gacha waifu' List", SyntaxId = (short)3, ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiAnthroCombatWaifuList.txt", - ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/AntiAnthroCombatWaifuList.txt" + ViewUrlMirror1 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/AntiAnthroCombatWaifuList.txt" }, new { Id = (short)2221, Description = "Includes a list of rules to prevent ad and tracking servers from compromising your privacy or bypassing Adguard Adblocker Extension.", HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", LicenseId = (short)11, Name = "AdGuard Adblocker Extension Bypass Mitigation List", @@ -24281,9 +24297,10 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2222, Description = "Includes a list of rules to prevent ad and tracking servers from compromising your privacy or bypassing Adguard software for iOS, Android, and Windows.", HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", LicenseId = (short)11, - Name = "Adguard for iOS, Android, and Windows Bypass Mitigation List", + Name = "AdGuard for iOS, Android, and Windows Bypass Mitigation List", SyntaxId = (short)6, ViewUrl = "https://raw.githubusercontent.com/InnoScorpio/Public_Adblock_Filters/master/Enforcement/Adguard/iOS_AND_WIN_Bypass_Mitigation.txt" }, @@ -24292,6 +24309,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2223, Description = "Includes a list of rules to prevent ad and tracking servers from compromising your privacy or bypassing uBlock Origin or Nano Adblocker.", HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", LicenseId = (short)11, Name = "uBlock Origin Bypass Mitigation List", @@ -24303,6 +24321,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2224, Description = "Behind-the-scene network requests are network requests which uBlock or uMatrix cannot associate with a specific tab in your browser. These can be abused by extensions in your web browser or made by web pages using navigator.sendBeacon(), hyperlink auditing, etc. ", HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", LicenseId = (short)11, Name = "Behind-the-Scene Mitigation for uBlock Origin", @@ -24314,6 +24333,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2225, Description = "Behind-the-scene network requests are network requests which uBlock or uMatrix cannot associate with a specific tab in your browser. These can be abused by extensions in your web browser or made by web pages using navigator.sendBeacon(), hyperlink auditing, etc. Block CSP reports and pings in uMatrix.", HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", LicenseId = (short)11, Name = "Behind-the-Scene and Bypass Mitigation for uMatrix", @@ -24325,6 +24345,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2226, Description = "Block dangerous Android file extensions from HTTP-only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for Adguard.", HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", LicenseId = (short)11, Name = "Android File Types Firewall HTTP-Only for Adguard", @@ -24336,6 +24357,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2227, Description = "Block dangerous Android file extensions from HTTP-only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for uBlock Origin or Nano Defender.", HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", LicenseId = (short)11, Name = "Android File Types Firewall HTTP-Only for uBlock Origin", @@ -24347,6 +24369,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2228, Description = "Block dangerous Windows file extensions from HTTP-only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for Adguard.", HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", LicenseId = (short)11, Name = "Windows Files Types Firewall HTTP-Only for Adguard", @@ -24358,6 +24381,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2229, Description = "Block dangerous Windows file extensions from HTTP-Only traffic to increase security against potential exploits, download cradles, drive-by-download attacks, and malicious code. Intended for uBlock Origin or Nano Defender.", HomeUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters", + IsDeleted = true, IssuesUrl = "https://github.com/InnoScorpio/Public_Adblock_Filters/issues", LicenseId = (short)11, Name = "Windows File Types Firewall HTTP-Only for uBlock Origin", @@ -24446,7 +24470,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), SyntaxId = (short)3, UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), - ViewUrl = "https://easylist-downloads.adblockplus.org/easylistczechandslovak-minified.txt" + ViewUrl = "https://hg.adblockplus.org/customfilterlists/raw-file/default/easylistczechandslovak-minified.txt" }, new { @@ -24540,7 +24564,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), SyntaxId = (short)3, UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), - ViewUrl = "https://easylist.to/easylist/easyprivacy-minified.txt" + ViewUrl = "https://easylist-downloads.adblockplus.org/easyprivacy-minified.txt" }, new { @@ -24600,7 +24624,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), SyntaxId = (short)3, UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), - ViewUrl = "https://easylist-downloads.adblockplus.org/liste_ar-minified.txt" + ViewUrl = "https://hg.adblockplus.org/customfilterlists/raw-file/default/liste_ar-minified.txt" }, new { @@ -24713,6 +24737,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2259, Description = "Official filter list file used for blocking ads on Czech and Slovak websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + IsDeleted = true, LicenseId = (short)8, Name = "EasyList Czech and Slovak (TPL Minified)", PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), @@ -24812,7 +24837,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), SyntaxId = (short)10, UpdatedDate = new DateTime(2019, 8, 18, 7, 4, 32, 0, DateTimeKind.Unspecified), - ViewUrl = "https://easylist.to/easylist/easyprivacy-minified.tpl" + ViewUrl = "https://easylist-downloads.adblockplus.org/easyprivacy-minified.tpl" }, new { @@ -24867,6 +24892,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) Id = (short)2272, Description = "Liste AR is an EasyList affiliated filter list that specifically removes adverts on Arabic language websites. The Minified lists are part of an Adblock Plus-hosted unofficial project that was hardforked from their source lists in August 2019, and which have only seen sporadic updates since then.", HomeUrl = "https://hg.adblockplus.org/customfilterlists/file/default", + IsDeleted = true, LicenseId = (short)6, Name = "Liste AR (TPL Minified)", PublishedDate = new DateTime(2017, 6, 9, 13, 17, 30, 0, DateTimeKind.Unspecified), @@ -25203,7 +25229,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) IssuesUrl = "https://github.com/anthony-wang/PiHoleBlocklist/issues", Name = "PiHoleBlocklist - Xiaomi 1", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/anthony-wang/PiHoleBlocklist/master/hosts1" + ViewUrl = "https://raw.githubusercontent.com/anthony-wang/PiHoleBlocklist/master/hosts1.txt" }, new { @@ -25337,8 +25363,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)5, Name = "The REScure Cyber Threat Intelligence Feed Project (beta) Maze Ransomware", SyntaxId = (short)2, - ViewUrl = "https://rescure.fruxlabs.com/maze.txt", - ViewUrlMirror1 = "https://kriskintel.com/ktip_maze.txt" + ViewUrl = "https://kriskintel.com/ktip_maze.txt" }, new { @@ -25473,7 +25498,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) LicenseId = (short)8, Name = "phishing-filter (Domains)", SyntaxId = (short)2, - ViewUrl = "https://gitlab.com/curben/phishing-filter/raw/master/phishing-filter-domains.txt", + ViewUrl = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-domains.txt", ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/phishing-filter/master/phishing-filter-domains.txt", ViewUrlMirror2 = "https://glcdn.githack.com/curben/phishing-filter/raw/master/dist/phishing-filter-domains.txt" }, @@ -25499,7 +25524,7 @@ protected override void BuildModel(ModelBuilder modelBuilder) HomeUrl = "https://gitlab.com/curben/phishing-filter", IssuesUrl = "https://gitlab.com/curben/phishing-filter/issues", LicenseId = (short)8, - Name = "phishing-filter (hosts)", + Name = "phishing-filter (Hosts)", SyntaxId = (short)1, ViewUrl = "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-hosts.txt", ViewUrlMirror1 = "https://cdn.statically.io/gl/curben/phishing-filter/master/dist/phishing-filter-hosts.txt", @@ -25890,8 +25915,7 @@ Includes Blur Preview Thumbnails filters LicenseId = (short)2, Name = "AdBlockList", SyntaxId = (short)28, - ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlock", - ViewUrlMirror1 = "https://licolnlee.icu/AdBlockList/AdBlock" + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlock" }, new { @@ -25903,8 +25927,7 @@ Includes Blur Preview Thumbnails filters LicenseId = (short)2, Name = "AdBlockList Lite", SyntaxId = (short)28, - ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlockLite", - ViewUrlMirror1 = "https://licolnlee.icu/AdBlockList/AdBlockLite" + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlockLite" }, new { @@ -25916,8 +25939,7 @@ Includes Blur Preview Thumbnails filters LicenseId = (short)2, Name = "AdBlockList (Domains)", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdList", - ViewUrlMirror1 = "https://licolnlee.icu/AdBlockList/AdList" + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdList" }, new { @@ -25929,8 +25951,7 @@ Includes Blur Preview Thumbnails filters LicenseId = (short)2, Name = "AdBlockList Lite (Domains)", SyntaxId = (short)2, - ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdListLite", - ViewUrlMirror1 = "https://licolnlee.icu/AdBlockList/AdListLite" + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdListLite" }, new { @@ -25942,8 +25963,7 @@ Includes Blur Preview Thumbnails filters LicenseId = (short)2, Name = "AdBlockList (Hosts)", SyntaxId = (short)1, - ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlock-dnsmasq", - ViewUrlMirror1 = "https://licolnlee.icu/AdBlockList/AdBlock-dnsmasq" + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlock-dnsmasq" }, new { @@ -25955,8 +25975,7 @@ Includes Blur Preview Thumbnails filters LicenseId = (short)2, Name = "AdBlockList Lite (Hosts)", SyntaxId = (short)1, - ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlockLite-dnsmasq", - ViewUrlMirror1 = "https://licolnlee.icu/AdBlockList/AdBlockListe-dnsmasq" + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdBlockLite-dnsmasq" }, new { @@ -25968,8 +25987,7 @@ Includes Blur Preview Thumbnails filters LicenseId = (short)2, Name = "AdBlockList Allowlist", SyntaxId = (short)47, - ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdAllowlist", - ViewUrlMirror1 = "https://licolnlee.icu/AdBlockList/AdAllowlist" + ViewUrl = "https://raw.githubusercontent.com/Licolnlee/AdBlockList/master/AdAllowlist" }, new { @@ -50346,11 +50364,6 @@ Includes Blur Preview Thumbnails filters TagId = (short)6 }, new - { - FilterListId = (short)2042, - TagId = (short)30 - }, - new { FilterListId = (short)2043, TagId = (short)2