forked from rix1337/FeedCrawler
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating for later fix #37
Open
9Mad-Max5
wants to merge
116
commits into
9Mad-Max5:main
Choose a base branch
from
rix1337:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
v.18.1.1 Bugfixes
v.19.0.0 - Remove Web-based Sponsors Helper GUI
v.19.0.1 - Close browser window upon replacing links
v.19.0.2 - Detect cloudflare blogs on empty SF/FF feed
v.19.0.3 - Deactivate packages after too many attempts
v.19.0.4 - Reactivate Disabled Packages Button
v.19.0.5 - Security Updates
* Update CreateRelease.yml * Update RunTests.yml * Update InactivityBot.yml
Padding fix
* Fix artefact download on release * Update Changelog.md
v.19.1.0
v.19.2.0 - Include Docker build environment in repo
v.19.2.2 - Remove Changelog check
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.18.0...v4.22.4) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ler/web_interface/vuejs_frontend/vite-5.4.6 Bump vite from 5.3.5 to 5.4.6 in /feedcrawler/web_interface/vuejs_frontend
…ler/web_interface/vuejs_frontend/axios-1.7.4 Bump axios from 1.7.2 to 1.7.4 in /feedcrawler/web_interface/vuejs_frontend
…face/vuejs_frontend/rollup-4.22.4
…ler/web_interface/vuejs_frontend/rollup-4.22.4 Bump rollup from 4.18.0 to 4.22.4 in /feedcrawler/web_interface/vuejs_frontend
fix the for loop for direct connection check
Upgraded dependencies in `package-lock.json` to their latest versions, including updates to Node.js version requirements. This ensures compatibility and resolves potential security or performance issues. Updated project version to 21.0.0, reflecting these changes.
This commit removes legacy Tampermonkey scripts and associated Click'n'Load automation in both the backend and frontend. The changes focus on simplifying the codebase and removing outdated integrations, ensuring a more streamlined and maintainable application.
Updated the version across files to 21.0.1. Replaced Anti-Captcha.com references with DeathByCaptcha.com in the Help component and API redirect. This change ensures accurate provider details and reflects the new version.
Refactor connection logic to handle connection retries more robustly and introduce a dynamic delay when JDownloader is not connected. Added exception handling for KeyboardInterrupt to enhance script termination safety. Minor updates improve code clarity and maintainability.
This commit eliminates all references to the Sponsors Helper functionality, including related functions, configurations, and UI elements. The focus now shifts to using FlareSolverr as the sole solution for Cloudflare bypass handling. The cleanup streamlines code maintenance and reduces unnecessary complexity.
Renamed references from 'FeedCrawler Sponsors Helper' to 'SponsorsHelper' across relevant components for consistency. Updated project version in Python and package.json to reflect the changes.
Modified the logic to better handle missing or incorrect hoster labels by introducing a fallback mechanism. Now, if no valid hoster is found, the first link is used as a fallback, with appropriate logs for easier debugging. Errors or missing links without fallback are also logged for better traceability.
Bumped the project version to 21.0.5 across relevant files. Updated the Discord avatar URL to reference a GitHub-hosted image for improved reliability. Added a new FeedCrawler.png file to support branding updates.
Updated URL handling to include specific conditions and better string formatting across components and external site logic. Improved title processing by stripping trailing characters to ensure consistency and reliability. Removed unused imports in Head.vue for cleaner code.
This should allow for better debugging of #820 Unified "My-JDownloader" naming across codebase for consistency. Enhanced subprocess handling with improved termination logic and added safeguards for graceful shutdown. Addressed minor code errors and improved retry mechanisms for JDownloader connection attempts.
Better logging during CAPTCHA processing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.