This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using AbotX.Core; | |
using AbotX.Crawler; | |
using AbotX.Poco; | |
namespace AbotX.Parallel | |
{ | |
public class ManualWebCrawlerFactory : IWebCrawlerFactory | |
{ | |
private readonly CrawlConfigurationX _sharedConfig; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Abot.Core; | |
using Abot.Crawler; | |
using Abot.Poco; | |
using AbotX.Core; | |
using AbotX.Crawler; | |
using AbotX.Poco; | |
namespace AbotX.Parallel | |
{ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html class=" js flexbox canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths"><head> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0, user-scalable=0"> | |
<!-- Prevent browserconfig.xml not found errors in Elmah --> | |
<meta name="msapplication-config" content="none"> | |
<title>Course Player</title> | |
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic,600italic,600" rel="stylesheet" type="text/css"> |