-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
- ConfirmLinksContextAction: more work towards implementing confirm dialog RE forum 96221
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49545 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 08ff23a73f39b88555617ebed5f1c77ed1af7d8a
-updated initLookAndFeel, now can enable/disable window decorations for FlatLAF on windows too, default enabled on windows
-see changes in DefaultFlatLAFExtension
-refs thread 96267
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49543 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 6a7a2178403529f6b37da85462e98cfb6c68223c
- MegaNz: updated buildExternalDownloadURL RE forum 96156
- ComunidadmontepinarEs: scan for external downloadurls RE forum 90252
vk:
- fixed video album/playlist crawler pagination (fixed problem that crawler only found 30-1000 items) RE forum 30431
- '/clips' crawler: fixed (without pagination)
- fixed fastcrawl for single clips aka '/clip-...'
- fixed video album crawling when no prefetch items are given
*Plugins: RIP*
- crackhub.site RE forum 90257
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49542 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 1c68c5cdcdb4ee08c52a1fc8a8fac6007fc88376
-refactored some initialization into initLookAndFeel method
-now can enable/disable window decoration for laf themes
-fixes thread 96267
DownloadInterface(s):
-updated to support removing of sparse flag
-refs #66360
Linkcrawler:
-removed special handling in preprocessFind, moved to plugin code
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49540 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: b1eaee71bcea4c395e00d9621ea2d9bd8e1f0161
-added FSCTL_SET_SPARSE method, allows to enable/disable sparse flag, minimum Windows 8 because of limitations/known issues in previous versions
-updated exception messages
-refs #66360
OldRAFDownload:
-added support for FileSystemHelper.FSCTL_SET_SPARSE
-fixes #66360
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49538 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 61f9b80f9debd032594cb1aa46aeaea24a6a2c45
- ConfirmLinksContextAction: more work towards implementing confirm dialog RE forum 96221
- LinkCollector and similar: prepared usage of ConfirmLinksSettings
- ConfirmLinksSettings: updated setters to only allow for defined states/values
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49537 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 265a379833020307cda5083eba40233de855e2cf
- MightyScriptAdLinkFly: treat lowercase items without numbers as invalid link (offline) RE forum 94171
- Cloud1und1De: updated offline detection and pattern RE forum 90233
- ClictuneCom: fixed crawler, added domain dlink4com, updated offline detection RE forum 96262
- ComicOnlineFree: deleted domains comiconlinefree.net and comiconlinefree.com, added domain azcomixme RE forum 94192
- ComicOnlineFree: marked domains viewcomics.co and viewcomics.me as dead
- ComunidadmontepinarEs: fixed RE forum 90252
- ShrinkeMe: added domains shrinkmedev and shrinkeus, internally marked domain shrinkmeio as dead RE forum 90251
- VKontakteRu: fixed video profile crawler (again, except for all pagination stuff) RE forum 30431
- [XFS] StreamwishCom added domain wishonlysite RE forum 94697 RE forum 91918
- [XFS] VidhideCom: added domain vidhideprecom, updated pattern RE forum 95526
*Plugins: RIP*
- CatcutNet: catcut.net, cclx.win refs #83352 RE forum 90229
- saikoanimes.net refs #86848 refs #88946 RE forum 89217
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49534 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 9673518cba9dbd514622333dc94505e8959f9d80
- MergeSameNamedPackagesAction: added separate function to find duplicate packages but maybe the controller itself is the better place for this refs #90420
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49531 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 5f7311b957da75c7e6fece6b388adc01fa1d2d8d
-added more logging, trying to find issue that plugin just stops
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49530 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 06808e3607f16cb0892e8b62b85c0d860bd2dd00
-added jna helper class for Unix/Windows to provide a getAllocationUnitSize method
-refs #90493
OldRAFDownload:
-updated chunk writing code, to move logic into RAFChunk
-added getAllocationUnitSize method
-refs #90493
RAFChunk:
-refactored writing of chunk, first write to disk, then update counters and position
-added support to align buffer writes with allocation unit size
-fixes #90493
-fixes thread 96261
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49528 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 4ba2fbcc4098b760ce33124d9fe30556e68585cf
-added linux version for getAllocationUnitSize
-refs #90493
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49527 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 84ca74352a1889e0fe1016bc524d485bf51d151b
- vk: removed code duplication, updated websiteCrawlContent to be able to handle methods 'video.get' and 'video.getAlbumById', pagination is still missing RE forum 30431
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49524 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 3aae33b55db440f09431d302b6cc47863308a1a2
- ConfirmLinksContextAction: more work towards implementing confirm dialog RE forum 96221
- ConfirmLinksContextAction: make use of 'Order' annotation to sort settings
- LinkCollector: ConfirmLinksSettings: updated some default values, use Boolean vs boolean
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49523 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: c60e514ee46d8ef28dfbca05925b585d3c7e30e0