Commit Graph

48597 Commits

Author SHA1 Message Date
psp
74506766ab *General*
- 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
2024-08-16 13:27:16 +00:00
psp
b42ef4b224 *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-16 09:29:20 +00:00
psp
12599b3a8c *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-16 07:10:59 +00:00
psp
9db3f26a2e *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-15 13:45:16 +00:00
jiaz
510b3a3775 PluginsC:
-updated isDeleteContainer, do not delete on ADD_CONTAINER_ACTION
-updated logging
-refs thread 96300

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49593 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: fd8a9ba091f43ca01c4d69bd201e75780b5016c9
2024-08-15 13:12:57 +00:00
jiaz
26b89a7857 TbCmV2:
-fixed playlist handling
-fixes post 538318

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49592 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: f154ea16a58116e564072a6546f9fc9ab654f368
2024-08-15 08:21:53 +00:00
psp
cd7f032ff7 *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-14 13:07:58 +00:00
jiaz
ffa5974056 BasicCaptchaDialogHandler:
-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
2024-08-13 15:52:47 +00:00
psp
7ce42d3343 *Plugins: Fixes/Changes/Maintenance*
- GenericWBoardDecrypter: added new domain mdhto and updated pattern RE forum 90887

*Plugins: RIP*
- GenericWBoardDecrypter: funxd.tv, 3ddl.tv

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49589 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 75a2584f1d868dd57c7c4a0dbe16136aec85ec3d
2024-08-13 15:33:22 +00:00
jiaz
9a3f9c061e DeviantArtCom:
-removed no longer working unlimited jwt stuff
-fixes #90403

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49588 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 74a52274ef6c0d4be58f630f01105838c103dfbc
2024-08-13 14:50:48 +00:00
jiaz
65eddfb197 git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49587 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 23a902650b9fcd30671dc51ce45d93ffdef4c135
2024-08-13 14:13:16 +00:00
jiaz
763abfe8f3 AdvancedConfigManager:
-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
2024-08-13 14:08:25 +00:00
psp
a01f5e396f *Plugins: New plugins*
- 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
2024-08-13 12:07:13 +00:00
psp
d289e01b94 *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-13 10:35:05 +00:00
jiaz
80a80ac08c git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49582 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 28aca036b92885f6aaeda97a6c61462ed5a6fd67
2024-08-12 15:42:00 +00:00
jiaz
7e67881c30 FavIcons:
-updated returnBestImage, use IconIO.getCroppedImage to remove transparent area
-fixes thread 96278
VKontakteRu:
-updated pattern in websiteCrawlContent
-fixes post 538228
DeviantArtCom:
-updated blurred/mature checks
-fixes #90403
-refs thread 96275
ImgSrcRu:
-set rate limit on 400 responses
-refs thread 96279
SaintTo:
-restored plugin
-refs #90361
-fixes thread 93269


git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49581 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: bb693e4ac38c65a8797c0c622e77f00e0c288b7e
2024-08-12 15:38:32 +00:00
jiaz
4d9dad90d3 OldRAFDownload:
-updated getAllocationUnitSize to catch Throwable, JNA might fail
FileSystemHelper:
-catch LinkageError
-fixes #IEWR5517-XKFQ-8339OKEV

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49580 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: a0501be28ec80469d4158c66d6f796c9338546d3
2024-08-12 15:34:18 +00:00
psp
329bc509b1 *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-12 15:05:44 +00:00
psp
db9deb0621 *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-12 11:27:17 +00:00
psp
55b693452b *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-12 09:49:00 +00:00
jiaz
df6f3faefc AkiHCom:
-fixes thread 96284

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49576 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: e5be86f626b43505cebb083197208951b8705585
2024-08-11 00:36:05 +00:00
jiaz
192c10ca08 git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49575 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: c7e20477eef4d1d9d163f2791ec030f9b077b765
2024-08-11 00:02:32 +00:00
jiaz
faf5fe5c30 RAFChunk:
-fixed issue when allocation unit size larger buffer
-fixes #DIJM8853-QVQG-0616KOBR
-fixes #VHLM7666-XBSK-0900RZYK
-refs #90493

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49574 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 982e21764827171e3c229a0b6def0331de1ec31c
2024-08-10 23:57:41 +00:00
jiaz
be9b0f04d6 TeraboxComFolder:
-updated support domains
-fixes thread 96274

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49573 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: f5fb42bc50ab082fce041c8c00b8e3d1a1a81b7f
2024-08-09 15:50:10 +00:00
jiaz
905e21ff5e CustomizableAppAction:
-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
2024-08-09 13:56:28 +00:00
psp
0bc025acbe *General*
- Removed unneeded TODO statement

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49571 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 5aae8c724004fa1dee5e557ac0620d3502ef8786
2024-08-09 13:06:14 +00:00
jiaz
273788c0fa git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49570 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: c0f0dce316146c70382b1cd63be8a5b47bb56f77
2024-08-09 12:46:05 +00:00
jiaz
d3578db89c git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49569 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 26a9fd4c7b6626d2d35f808a278d5322ca6e04f2
2024-08-09 12:25:53 +00:00
jiaz
27b8db899f git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49568 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 7e76c6bc9166021404cd09a6777e0507a9861d74
2024-08-09 12:20:35 +00:00
jiaz
73c273d36e AbstractPackageNode:
-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
2024-08-09 12:14:27 +00:00
psp
22f8738d84 *General*
- 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
2024-08-09 12:05:15 +00:00
psp
a0570b9cc9 *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-09 11:44:18 +00:00
psp
03df50b9c4 *General*
- PackageController: added mockup class 'MergePackageSettings'

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49564 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 4889b9a8b07633416c9f45b507ddc103eaf9ae7c
2024-08-09 08:58:42 +00:00
psp
7fb24d2267 *Plugins: Fixes/Changes/Maintenance*
- vk: minor refactoring

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49563 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 1aa536874d879b7ddc5cf275cf41677fc93bda17
2024-08-09 08:45:32 +00:00
psp
3fd4462bb7 *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-09 08:27:35 +00:00
psp
550fbe3f56 *Plugins: Fixes/Changes/Maintenance*
- 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
2024-08-09 08:14:28 +00:00
psp
40ad458795 *General*
- 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
2024-08-09 07:34:41 +00:00
jiaz
971f55c544 buildblock
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49559 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: f38bdc5d74c493cf3014179723a22f16672f4664
2024-08-08 14:59:45 +00:00
jiaz
402fe22529 PackageController:
-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
2024-08-08 14:52:04 +00:00
jiaz
f9bf75edfd git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49557 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 7daf5050d5feb14534212a21672349cf6c155a5c
2024-08-08 14:25:40 +00:00
jiaz
b92b9fc2a8 CustomPanel:
-added support for SpinnerValidator annotation

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49556 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: de6665518a01cd570de76c73c8b3a704aa6356b0
2024-08-08 14:23:47 +00:00
jiaz
c333855399 AbstractPackageNode:
-added getDownloadDirectory



git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49555 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: f8d9a870f484b18d88e0cab78dde7dc9bdb6604b
2024-08-08 14:13:55 +00:00
jiaz
cf6e34e14e VKontakteRu:
-removed no longer needed crawlVideoAlbumNew method

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49554 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 8977aedca7b77085ea0468cc1c09f97cef84680b
2024-08-08 13:59:51 +00:00
jiaz
cf6e856c43 SimpleFTP:
-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
2024-08-08 13:58:36 +00:00
psp
9fba04cf53 *General*
- 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
2024-08-08 13:57:33 +00:00
psp
6dc7ab9822 *General*
- 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
2024-08-08 13:06:39 +00:00
jiaz
a93f113cc0 git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49550 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 2f06b6b2bb4359a95e8889c94f35e616d6c2b50f
2024-08-08 12:49:54 +00:00
jiaz
e65ea84af9 TbCmV2:
-updated crawlPlaylistOrChannel, fixed channel mode for channels
-fixes #CSTI0639-UPFM-4689YXKC

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49549 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 4e864cdca219bb51c2f8cb08c05bd8edcab2e76b
2024-08-08 12:17:34 +00:00
psp
1b65e8f165 *General*
- 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
2024-08-08 11:20:57 +00:00
jiaz
ced74ad837 CustomPanel:
-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
2024-08-08 11:10:38 +00:00