Smart Article Extractor avatar
Smart Article Extractor
Try for free

No credit card required

View all Actors
Smart Article Extractor

Smart Article Extractor

lukaskrivka/article-extractor-smart
Try for free

No credit card required

📰 Smart Article Extractor extracts articles from any scientific, academic, or news website with just one click. The extractor crawls the whole website and automatically distinguishes articles from other web pages. Download your data as HTML table, JSON, Excel, RSS feed, and more.

User avatar

Needless text in results

Closed

pzubkiewicz opened this issue
a month ago

Source: https://aws.amazon.com/about-aws/whats-new/2024/03/aws-cloudformation-console-visualization-stacks-application-composer/

Results

1Skip to main content
2
3Introducing AWS CodeConnections, formerly known as AWS CodeStar Connections
4
5AWS is renaming AWS CodeStar Connections to AWS CodeConnections. The name change is effective in the APIs, CLI, SDK, and documentation. The AWS Management Console will create connection resources referencing CodeStar Connections till May 1, 2024, and after that it will generate connection resources referencing CodeConnections, to give you time to make changes in your IAM policies to use the new resource names. Your existing connections that reference AWS CodeStar Connections will still to continue to work as they did previously. The new APIs, CLI and Console will accept both the old and new connection resource identifiers, and the old APIs, CLI and SDK referencing CodeStar Connections will not be available after April 2025.
6
7AWS CodeConnections integrates with third party Git-based source providers such as GitHub, GitLab, and Bitbucket, and enables AWS services such as AWS CodePipeline, Amazon CodeWhisperer, and AWS CloudFormation to get notified on repository events, and download the source code to build, test and deploy code.
8
9To learn more about the details of this change, visit our rename summary page. For more information about AWS CodeConnections, visit our product page. AWS CodeConnections is available in all regions where AWS CodePipeline is supported except in the Asia Pacific (Hong Kong), Africa (Cape Town), Middle East (Bahrain), Europe (Zurich), Asia Pacific (Jakarta), Asia Pacific (Hyderabad), Asia Pacific (Osaka), Asia Pacific (Melbourne), Israel (Tel Aviv), Europe (Spain), and Middle East (UAE), and the AWS GovCloud (US-West) Regions.
10
11AWS support for Internet Explorer ends on 07/31/2022. Supported browsers are Chrome, Firefox, Edge, and Safari.
12
13Learn more »

First line and the last two should not be present.

This should not be in the results.

Skip to main content
1AWS support for Internet Explorer ends on 07/31/2022. Supported browsers are Chrome, Firefox, Edge, and Safari.
2
3Learn more »
User avatar

Hello,

Thanks for the report. Since the actor works on any website, it can be inaccurate on some. In those case, it can be fixed by adjusting the CSS selector manually. You can do it with this Extend Output Function

1($) => {
2    return {
3        text: $('.aws-text-box').text().trim(),
4    }
5}

See the example run - https://console.apify.com/view/runs/C5VKsmLPhiR9oJ6Eg

Developer
Maintained by Apify
Actor metrics
  • 173 monthly users
  • 74.9% runs succeeded
  • 2.8 days response time
  • Created in Nov 2019
  • Modified about 2 months ago
Categories