- added ability to display customized error message when throwing AccountRequiredException (ability to display custom error messages for SkipReason.NO_ACCOUNT) refs #84455
- DownloadLink: added wrapper function getCustomMessage which returns content of property PROPERTY_CUSTOM_MESSAGE
- SkipReason: added 2nd getExplanation method getExplanation(Object requestor, DownloadLink link)
- other changes: refactored to use new SkipReason.getExplanation method
*Plugins: Fixes/Changes/Maintenance*
- HitomiLa: updated crawler to set contentURLs which work in browser RE forum 96305
- CivitaiCom: added explanation text for items where account is required to download them RE forum 96302
- CamwhoresTv: video which can only be downloaded with account slash private videos: display more detailed error messages to user RE ticket #DIPP7167-TBPL-3618ERUG RE forum 87310
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49597 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 70fffd78e2141359f3c70aadd3d81889c8b762a2
- cocoleechcom: removed API key format validation since that happens one level above already
- HentaiDude: renamed crawler plugin to HentaiDudeComCrawler, fixed bad filenames RE forum 88892
- HentaiReadCom: fixed RE forum 91802
- CivitaiCom: added account support via API and added detection for "only downloadable via account"- files closes#90497
DiskYandexNet:
- added field COOKIE_KEY_PASSWORD_TOKEN to be able to see more easily where that token is used/needed
- handleDownload: fixed regression: potential download failure due to linkID mismatch (this problem probably went unnoticed by users since cached direct URL handling happened before)
- improved errorhandling
- removed duplicated code
- fixed official website download in non-account mode
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49596 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: fb7eab3cbf79a2b9038cebc0ec647c1309b0a2bf
- FaceBookComGallery: improved detection of actually desired item
DiskYandexNet:
- added support for password protected folders RE ticket #LQFA3817-MCAK-6226FQNK
- added better detection- and errorhandling for "read only" files (= files where uploader has disabled official download button)
- added errorhandling for non-video 'read-only' files
- login in crawler if account is available to avoid running into anti bot blocks too often
- set last modified timestamp so that it will be set correctly even when non-original file is downloaded (e.g. stream download of non officially downloadable file)
- moved unneeded function into YandexAlbum
- refactored errorhandling
- added support to download read-only .txt files
- do not set FilePackage with name "unknown" on single file items so that Various package handling can do its job
- improved parsing of docviewer URLs
- set full relative path as package name in website- and API handling (removed inconsistency)
- match same items (internal link_id) via 'hash' as the previous set value was different depending on source (website/API)
- better error message for non downloadable read-only files
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49595 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: c2f3a89b3eb4fc5cb4c9851fa774e8e01815d7e0
- HentaiDude: minor changes
- HentaiAnimestigmaCom: renamed crawler plugin class to HentaiAnimestigmaComCrawler, fixed hosterplugin RE forum 95795
*Plugins: RIP*
- gpaste.us RE forum 96298
- [XFS] streamhub.to, streamhub.gg RE forum 92608
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49594 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: b9b3dda571d46417048b19ea51909bd560e42524
- Gogoplay4Com: added domain s3takucom RE forum 91979
- [XFS] VidhideCom: added domain dlionspro RE forum 95526
- [XFS] StreamwishCom: added domain dwishpro RE forum 94697
- MixdropCo: added domains mixdropsi and mixdropps RE forum 90254
- GooglePhotos: renamed to GooglePhotosCrawler and added detection of empty albums RE forum 96297
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49591 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: e6803d8db1bc2ad24d125ee24e6c7593e2c79681
-set setCloseReason(INTERRUPT) on InterruptedException
SkipException:
-added constructor with cause Throwable
ChallengeDialogHandler:
-updated to use new SkipException constructor with cause
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49590 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: eaac686b629b92921f7de269633d1176f3436d58
-fixed initialization race condition with HosterRuleController
YoutubeHelper:
-added applyReplacer method
-fixes post 538188
-refs post 538187
LinkCrawlerRetry:
-updated getHost to make use of LinkCrawler.cleanURL
EvilangelCore:
-updated pattern to allow % for urlencoded chars
-updated getURLTitle to urldecode
-fixes #WVPG4454-FGLJ-5570NVOY
GenericHTTPDirectoryIndexCrawler:
-added support for AuthenticationController.buildAuthenticationFactories
-fixes #ZULZ9282-UNED-7292NJXY
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49586 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: bff38a5802bd18a600d7ce3903b030e6ba8abd4d
- YourfilestoreCom RE forum 95753 closes#90458
- Fsiblog2ComCrawler: set added URL as contentURL since directURL cannot be accessed without special referer RE forum 94290
- opensubtitlesorg: minor changes
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49584 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 9c44902fa08661cdbddb5dc8118eca280d34a409
- deviantart: minor changes to early return principle, added try catch block to catch AccountRequiredException
- GamestarDeCrawler: find embedded dailymotion items RE forum 91972
- Fsiblog2ComCrawler: added new domain fsiblog3club, fixed non working download due to newly added simple referer protection RE forum 94290
- OpenSubtitlesOrg: added captcha support RE forum 96283 fixes#90495
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49583 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 7fa39799b702830c45915221bae55c3fe9be372e
- vk: some work on API pagination in website mode refs #90427
- VoeSxCrawler: added domain josephseveralconcerncom, updated runPostRequestTask handling to also work for unsupported domains RE forum 91740
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49579 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 633cfb623358a8765254b8ed16ea3f5582844b29
- ShrtflyVip: added domain stlylink, added detection for unsupported captcha Cloudflare Turnstile RE forum 91682 refs #90281
- ImcontentMe: fixed RE forum 94276
- FbjavNet: fixed RE forum 94276
- CompuPasteCom: added boxsphinxanimenet RE forum 94277
- GenericYetiShareFolder: added megaupnet RE forum 94277
- FcLc: fixed RE forum 94277
- VKontakteRuHoster: added errorhandling for '451 unavailable for legal reasons' RE forum 30431
- EvilangelTouchmywifeCom: updated comment RE ticket #WVPG4454-FGLJ-5570NVOY
- DeviantArtCom: updated errorhandling for mature/paid content slash blurred images and added errorhandling to avoid downloading blurred images RE forum 96275 refs #90403
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49578 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 54ab2caeef4e45dd66e647d928adc57947622811
- imgsrc: added errorhandling for http 400, they are using this to indicate that a rate limit has been reached RE forum 96279
- DwCom: updated pattern RE forum 91928
- CivitaiComCrawler: fixed pagination, allow fof 'non full pages in between' RE forum 95297
- etsy: allow redirects RE forum 94068
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49577 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: d36ba000ff38768bddb5a93f4480a070e7c792aa
-updated addContextSetup to allow specific index
-now uses List instead of Set to allow element order
InfoPanel:
-sort each ActionContext on its own -> grouping by ActionContext
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49572 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 14bb8997390ec0c7269da39f31755b7ebdbfc7e5
-added Comment set/get method
PackageController:
-updated method signature of getPackagesWithSameName, prefer generic interfaces/classes
-reviewed, do not use FilePackage/CrawledPackage here when not really necessary
MergeSameNamedPackagesAction:
-updated to use correct generic
YT:
-added chapters support
-fixes #88992
YT Replacer:
-added optimizedReduceSpacesReplace method, reduces unwanted spaces/chars
-fixes post 538155
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49567 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 87490fb9e4f8e2207d21f00951c00abeb44471bb
- PackageController: merge: make use of MergePackageSettings, moved "merge multiple packages' copmments" functionality into package merge function
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49566 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: d6980cd326ddb709daf7ae0576fee2b6cb610b1e
- EmulatorgamesNet: improved offline detection RE forum 91930
vk:
- small refactoring
- apiPrefetchCacheHandling: fixed ClassCastException which fixed some image album not being crawled at all
- added errorhandling for generic 404 offline
- login: fixed login slowing down everything when cookie login was used
- video playlists: fixed package name
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49565 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 272c8783d86dad341aa269511bf3d42945201b5e
- JoinPeerTubeOrg: fixed regression, the host I added there for testing is not a peertube instance
- vk: moved logger to another place: only log 'incomplete' pagination pages when we are sure that there is a next page
- BangCom: minor changes
- evilangel plugins: added plugin for touchmywifecom (untested) RE ticket #WVPG4454-FGLJ-5570NVOY
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49562 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: cc77761fce9dc9dab7b158991e852cd8c3903a92
- DwCom: improved offline detection RE forum 91928
vk: RE forum 30431
- videos album/playlist crawler: fixed pagination when page size is lower than expected max such as 999 items on a page instead of 1000
- video pagination: now respects 'sleep between pages' plugin setting
- deleted a lot of old audio crawl functionality as audio streams are DRM protected and cannot be downloaded with JD anyways
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49561 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: bab5a01177e7ff059f6a4ca77a11fc595b706d31
- ConfirmLinksContextAction: added SpinnerValidator for Integer number based settings
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49560 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 8e790ce11b2f03bee07b3dab6e38a62669a10c81
-updated getPackagesWithSameName to use LinkTreeUtils.getDownloadDirectory
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49558 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: fba231d887970ba52b3a42739a1020fec91eb93f
-added support for SpinnerValidator annotation
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49556 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: de6665518a01cd570de76c73c8b3a704aa6356b0
-added getModTime method, via MDTM
SimpleFTPDownloadInterface:
-added support for GeneralSettings.UseOriginalLastModified
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49553 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: e446e9d3ad1139135ed161779b05a274382477f2
- MergeSameNamedPackagesAction: moved function which finds same named packages into PackageController, removed duplicated code, fixed merging of same named packages only within users' selection refs #90420
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49552 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: e297c4f6cab3da1fef0326e49952bc605912f539
- ConfirmLinksContextAction: more work towards implementing confirm dialog RE forum 96221
- LinkCollector: ConfirmLinksSettings: added comment which described what this class is used for
- LinkCollector: MoveLinksSettings: deleted class, use ConfirmLinksSettings instead
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49551 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 83d1d1f8d26573664c0da6c32877f96df7c9f123
- ConfirmLinksContextAction: more work towards implementing confirm dialog RE forum 96221
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49548 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: a1aa98b4f3b160c4e9cecc9c1d21066a50743cf2
-fixed add, use Number instead of Integer as underlying Instance can also be Byte/Short
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49547 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 3147d97fc8c6cac92d4fd6900f9d0a3b9bf4b4b0