Show / Hide Table of Contents

Class ScraperExtensions

Inheritance
System.Object
ScraperExtensions
Namespace: Scraper.Net.Feeds
Assembly: Scraper.Net.Feeds.dll
Syntax
public static class ScraperExtensions : object

Methods

| Improve this Doc View Source

AddFeeds(ScraperBuilder, String)

Adds a FeedsScraper

Declaration
public static ScraperBuilder AddFeeds(this ScraperBuilder builder, string platform = null)
Parameters
Type Name Description
ScraperBuilder builder
System.String platform
Returns
Type Description
ScraperBuilder

A reference to this instance after the operation has completed

| Improve this Doc View Source

GetFeedsAuthor(IScraperService, String, CancellationToken)

Declaration
public static Task<Author> GetFeedsAuthor(this IScraperService service, string id, CancellationToken ct = null)
Parameters
Type Name Description
IScraperService service
System.String id
CancellationToken ct
Returns
Type Description
Task<Author>
| Improve this Doc View Source

GetFeedsPosts(IScraperService, String, CancellationToken)

Declaration
public static IAsyncEnumerable<Post> GetFeedsPosts(this IScraperService service, string id, CancellationToken ct = null)
Parameters
Type Name Description
IScraperService service
System.String id
CancellationToken ct
Returns
Type Description
IAsyncEnumerable<Post>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX