All notable changes to this project will be documented in this file.
- Fixed some JSON formatting issues in the sample advanced configuration template.
- Updated all dependencies to their latest stable npm versions.
- Converted the app architecture for compliance with Apify's new
Limited permissions model.
- Extended the video metadata output to inlude the video page URL.
- Improved function parameter typing for internal helper functions.
- Eliminated a redundant billing event (run cancellation) and adopted Apify's native 'apify-actor-start' event.
- Fixed an issue whereby RunOptionsSummaryBuilder erroneously conflates maxChannelSearchResults with maxChannelVideos.
- Fixed an issue whereby RunManifestBuilder erroneously always reports the transcript option as enabled.
- Fixed a rendering issue in the README.
- Updated the README with additional explanatory content.
- Refined the end-of-run log banner to provide clearer instructions for accessing the run report.
- Fixed a typo in the CHANGELOG.
- Fixed an issue parsing video URLs with multiple parameters.
- Extended comment metadata to include a count of total comments per video (minor breaking change in output JSON format).
- Replaced animated GIF image in README with static PNG, due to Apify Store rendering limitations.
- Fixed a typo in the end-of-run status message text.
- Updated the README to promote our new (free) user onboarding service.
- Implemented prominent status logging at the termination of each run.
- Implemented user-selectable output formats for transcripts.
- Updated the README with additional explanatory content.
- Updated the README with additional explanatory content.
- Corrected typos and formatting issues in the CHANGELOG.
- Extended the Apify UI input schema to include additional configuration options.
- Extended schema validation rules to reflect insights from real-world scenario testing.
- Updated the README with additional explanatory content.
- Implemented graceful handling of unknown channel handles.
- Extended the advanced configuration to include additional convenience values.
- Updated the README with additional explanatory content.
- Implemented graceful handling of hashtags with or without leading
# character.
- Implemented support for incremental scraping.
- Updated the README with additional explanatory content.
- Optimized runtime state management for improved memory efficiency.
- Updated the README with additional explanatory content.
- Refined the test scenario implementation to accelerate crawl testing.
- Reduced the logging severity of some non-critical events.
- Initial production release.