- KernelVideoSharingComV2: removed duplicated code, do not check if a quality is downloadable if only one exists/is left
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49463 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 13ec73275b056642ac296f95f53a00202ab885d2
- ArchiveOrgCrawler: minor changes
- KernelVideoSharingComV2: updated logic which finds final downloadlinks
- MOCH premium.to: added new (additional) 'API' auth header RE admin
*Plugins: New plugins*
- [KVS] thepornbangcom RE forum 96207
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49460 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: b8d08c695822ccffa6c75d7c2c00c7b258879f50
- PackageController: refactored to early return principle
- MergeSameNamedPackagesAction: updated to be able to handle multiple selected packages refs #90420
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49459 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: ed288e6dbf23cfd55a250956fd752545689a94e2
- ArchiveOrgCrawler: fixed bug in "crawl only original files" handling RE forum 92666
- CyberdropMeAlbum: fixed bad/incomplete plugin pattern, fixed download RE forum 92182
- KernelVideoSharingComV2: updated default offline detection RE forum 95233
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49458 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 52b73366c34015437c1a04090eb3ee9ca89cfc01
-static helper setName method
LinkCrawlerDeepHelper:
-updated to new cookie handling
DirectHTTP:
-updated to changes for LinkCrawlerRule and cookie handling
LinkCrawlerRule:
-moved cookie handling into updateCookies and applyCookies method
LinkCrawler:
-removed old crawlDeeperOrMatchingRule, new handling is now in use
-updated openCrawlDeeperConnectionV2 to make use of new cookie handling
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49457 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: f3b3caae09cc9de2ce50b0a2f8dd239e78f37d0a
- MergeSameNamedPackagesAction: if a package is selected: only merge dupes of selected package into it refs #90420
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49456 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 7e5dfc9c4974fdc7b2c321ae470e23f0bf51d44f
- added simple action to merge all packages with the same name in linkgrabber refs #90420
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49455 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: a3cedcbf75858d2c924219aa8ea28c91dd52b0b9
-renamed countReplacementCharacter method to getWrongEncodingLevel to better explain what this method does
-updated correctOrApplyFileNameExtension and allowFileNameExtension, allow unknown extensions(with existing dot) to have Audio/Video/Image extension
-fixes thread 96203
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49454 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: e1b3068ef778092af1307706a7a9421639df4e36
-updated to use Linkcrawler.find
LinkCrawlerDeepHelper:
-updated openCrawlDeeperConnection to use new AuthenticationController.buildAuthenticationFactories
JdLog:
-updated to use new AuthenticationController.buildAuthenticationFactories
MegaNzFolder:
-also cache meta information for folder
-removed early check for password, so we can add link without password and will work fine if the folder has been processed already
-fixes post 537516
VoeSxCrawler:
-added new domain
TokyomotionNet:
-updated private handling
LinkCrawler:
-updated openCrawlDeeperConnectionV2 to use new AuthenticationController.buildAuthenticationFactories, also set CrawledLink.setMatchingRule for special handling in other methods
-updated getFirstMatchingRule for special support for BrowserCrawledLink
-updated preprocessFind, refs post 537516
-updated BrowserCrawledLink.getURL to use Request.getURL() URL to also return userInfo
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49452 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: db342e00546284e81ecda8f22480f2c1d7cd3853
-added support for read only config entries, no setter method with StorableValidatorIgnoresMissingSetter
-updated constructor to call HosterRuleController to ensure that HosterRules are available via Advanced Settings before any downloads were started
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49451 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 5fffd76b8768365076884664bd5ab9abd8df98ae
-fixes #XHCK5160-OFLZ-4483SCAB
-updated to use longToText from super to make sure same/correct NumberFormat instance is getting used
PluginForDecrypt:
-added protected getLinkCrawlerGeneration method
DownloadInterface:
-updated getHashResult to support multiple concurrent hash checks
-fixes #66807
GeneralSettings:
-CleanUpPackagenames is default false now
-added MaxConcurrentHashChecks
-refs #66807
AdvancedConfigEntry/BasicAdvancedConfigPluginPanel/ExtensionConfigPanel:
-added support for AdvancedConfigEntry without setter/StorableValidatorIgnoresMissingSetter
AdvancedConfigManager:
UpdateSettings:
-added read only Build setting to read build details
-fixes #AFXV4748-AABA-3607SAVH
AuthenticationController:
-updated buildAuthenticationFactories method
OldRAFDownload:
-updated to use DownloadInterface.getHashResult
ClipboardMonitoring:
-split getHTMLFragment into getMimeTypeFragment and getHTMLFragment
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49450 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: d1452a52deb3e61311e4ce59a71ff84d0f0d11d7
- GeneralSettings: added more detailed description for setting 'cleanuppackagenames' RE forum 95955
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49448 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 4341d07f83626aa879ca7c2963e449614ce77798
- Rule34Xxx: minor changes
- Ardmediathek: hardcoded preferred language german, will add plugin setting later RE forum 96026
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49447 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: fedc8e2ee371b1a1bd20f35097da5bd54e07b8c6
-fixed regression in getLinkID
-fixes post 537337
Plugin:
-updated decodeURIComponentFindBestEncoding, do not count Character.UPPERCASE_LETTER/Character.LOWERCASE_LETTER as bad
-fixes #ABMH4207-SBSQ-2251FISU
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49437 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 3634907e09756815a24f71ed63d356d04b48d5c0
- PornportalComCrawler: adopted crawled for minor WebAPI changes, added loggers and documentation added RE various tickets (u guys are really into porn lol)
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49434 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: cf49d9d152ef51e2907a1d0729aaf5b1bc409c0d
- XunniupanCom: updated main domain to xunniuyuncom RE forum 85004
- Rule34Xxx: fixed encoding problem, added detection of strange API behavior when last page is reached RE ticket #SYGT4639-RAYA-2399SXYA
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49433 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 5ef4fc441c747db83f5d722b4d0553a01892ebf9
ArchiveOrg:
- fixed playlist handling not being used due to bug in "desired subpath" handling
- fixed regression where non audio items could get (wrong) playlist titles
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49432 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 0078972f25e920a5d500930a8c98e66723ac7066
-fixed typo in setStatus
-fixes post 537417
CrawledLink:
-changes for LinkCrawler.BrowserCrawledLink extension
LinkCrawler:
-work on crawlDeeperOrMatchingRuleV2 and openCrawlDeeperConnectionV2
-updated openCrawlDeeperConnectionV2 to return BrowserCrawledLink instances
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49430 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 1aece82d522efd3a49bdfe582b6194b737cb3144
SankakucomplexCom: RE forum 92365
- added proper detection of invalid direct URLs (sometimes dummy image is shown with content "link expired")
- use website handling for fileIDs which are md5 hash strings
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49429 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: bb2cf90e6faf7f853491421c15fcc099a4eb4ec0
-refactored playlist/position to support number, number x/y and media-track
-fixes #JZGW4194-CZYW-2148XPVJ
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49428 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: d863306d47e3519175c8f8e6ae5363df02eb5a0d
- cocoleech.com: added workaround for API returning wrong account type information RE forum 96183
- booruorg: updated main domain to tbiborg RE forum 90201
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49427 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 08d00ca21b9e36a2b7aba434c604691cd3bb2104
-added support for "old" domain
-fixes post 537347
GenericHTTPDirectoryIndexCrawler:
-updated to better check for *real* index sites and avoid false positives
-fixes post 537344
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49425 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 9a74d2c3a1332ad900a590a9f9a5e3e6c8b9d73a
LinkCrawler: refs #90407
- minor changes in experimental part
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49424 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 7891add6c6aac1aca954bfef05049e1fd76e5190
LinkCrawler: refs #90407
- fixed bug that redirect and directhttp url will be returned in edge case refs #90407
- fixed regression: broken CrawledLinkModifier
- added experimental code
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49423 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: c87ee2535bf5b301cd0eabd41bd84369f42defb9
- [YetiShare] BlazingshareMe: links starting with 'www.' fail RE forum 89679
- XFS: free download mode: added wait statement before sending download1 Form even though this is rarely needed refs #90486
- [XFS] VeevTo: updated pattern RE forum 96071
*Plugins: New plugins*
- [XFS] fastreamto closes#90486
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49420 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: f03efe1f08d9c16232d69cef3c3261a067e81205
- [XFS] uplod.net RE forum 89454 refs #88967
- vitaminogretmen.com RE forum 96108 refs #3359
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49418 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: b5df0ca43f70e3ac190d65468ebc3d27bc1e0a79
- SwiftuploadsComFolder: find- and set more file information, set AvailableStatus right away if filenames are found refs #90476
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49417 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 98c41679ca392e608f70df274c5fa61b9559d055
- XFS: removed old md5 file hash regex since MD5 is only available in very very rare cases
- XFS: refactored to early return principle
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49415 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: f8cab435226bbcc0ec0f4f8353aea657aa2097d1
- [XFS] filespacecom: fixed free download though now this plugin will run into Cloudflare RE forum 96158
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49414 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 5c579ba8703625c933b3fd8d6b1c987bbf0a488d