-added audio language support
-refs #89518, settings are still missing
VideoVariant/AudioVariant:
-override _getUniqueId to append language id
-updated _getName and getTypeId methods to support new LNG tag
-updated fill methods
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49667 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: a539575e925f55af003cb5404108e54f22cc5ab8
- ParsedFilename: added convenience wrapper method 'parse'
- PackagizerController: make use of ParsedFilename to obtain filename without file extension
- PackagizerFilterRuleDialog: createVariablesMenu: added 'filename without file extension', we've already supported this before but it was missing in GUI fixes#8337
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49654 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: df27a49c5f9cfacb4bb5d0136c9f3f87995d2516
- rapidgatornet: use presence of 'startTimerUrl' to additionally determine whether or not a free download is possible, fixes plugin possibly not jumping into errorhandling for premium only items RE forum 96330
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49653 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 91072e73f973655d6d7803617ce63d7448113fee
- rapidgatornet: added setting so user can decide what to do with 'subscriber only' files during premium download mode (default = skip) RE forum 96330
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49652 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 2c4fa9f51277526eea924516c94ccad39e4a1a12
- small refactoring: added more precise "account needed" error messages for some plugins refs #89871
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49651 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 055915a2d35c7be4a1310fad60098fe4d8eba651
- rapidgator: do not jump into experimental wait handling in premium mode RE forum 96330
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49650 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 90a3f08a52cf754e13d6f61034120a5579e5ed98
- RapideoCore: improved errorhandling in website mode
RapidGatorNet:
- more detailed error messages for "subscribe only" files refs #89871
- free(!) download: only check for errors if it looks like we are not on a download page to allow free download of files with error "The files of this publisher "<publisherName>" can be downloaded only by subscribers." that are downloadable at the same time RE forum 96330
- premium download: allow download of "subscribe only" files in premium mode via free handling RE forum 96330
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49649 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: e71e2a42a22be3f4d94799f80075383d5324d527
- YoutubeHelper: added more comments/hints about cleaning fields
*Plugins: Fixes/Changes/Maintenance*
- RapideoCore: improved errorhandling, added missing call of errorhandling when download fails at last step
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49648 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: d9261f3eb58120b59646df029ff673b3d33b11fe
- YoutubeClipData: minor changes
- YT: some more work on playlist thumbnail crawling refs #90496
*Plugins: Fixes/Changes/Maintenance*
- LibGenCrawler: minor changes
- InfidriveNetCrawler: fixed
- LiveMeCom: minor changes
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49642 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 180188624729dcab30b81ffbcf0c9c0640e51774
- ExtractArchiveNowAction: overrides isEnabled: added simple check so for un-downloaded items, "extract now" actions can't be executed
*Plugins: Fixes/Changes/Maintenance*
- BatoToCrawlerV3: updated pattern to support links containing "vol_[0-9]+" RE forum 90169
- LibGenCrawler: added support for another link type RE forum 88994
- YT: started to add basic functionality to crawl playlist thumbnails refs #90496
*Plugins: RIP*
- blog.jav4you.com refs #6272 RE forum 96255
- bluemediafiles.com RE forum 87460 and 90215
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49640 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 70ce0f91f1cf45090f8b7309246ed5876ad2dd48
-updated due to removal of old BrowserAdapter.openDownload method
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49635 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 6564726844b57ee27990e287fdf04b18fb3145c4
-added disabled (if false) code to set HEADER_REQUEST_ACCEPT_ENCODING to identity, see comment
RAFChunk:
-added special handling for URLConnection.isContentDecoded to set endByte -1 (open) when possible (startByte=0), else error out
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49634 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 315adb8aa55873558c7997381160a141e0e48711
-updated to set Accept-Encoding header
-updated linkcheck/download for content-encoding stuff
-downloading images were broken due to missing accept-encoding and gzip answer and bug in RAFChunk
-refs #UHKH3985-RHWT-4818CBIZ
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49633 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 02515dd0bbf1e09267a7bdf7418d485664b47e41
-override setProperties with extended setProperties
-new setProperties method to allow keeping of existing properties
-some plugins refresh link via old.setProperties(new.getProperties) and that way important properties like jobID or contentURL...were lost
-refs post 538630
-TODO: should check plugins if other information must be kept/set? eg progress/pluginmatcherurl....
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49632 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 2c0dbe46be2c9ddbb39e942524498b165cbd062d
-extracted abstract class from MergeSameNamedPackagesAction
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49629 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 52a1e30757359c50b043121e1b6eff1c733359dd
-moved MergeToPackageAction into abstract class to avoid code duplicatoin
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49628 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 60734f287c737930a1a3b625761eb197217177e2
- translation: updated two german translation strings, I just wanted to close a 12 year old ticket fixes#6470
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49627 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 515b241a43f991b98f28a4086d1f30d5349059d6
- WrongPasswordException: added class to be used whenever a previously entered password was wrong. This will then also provide translation for "Wrong password" which we currently have statically copy&pasted in various different plugin classes
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49625 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 1eadd4e798a651e4d3644d92aeabdc4ad2c57fe9
- DeviantArtCom: added more precise errorhandling for account-only items RE forum 93906 refs #84455
- Bunkr: added generic detection for html based errors such as "The server hosting this file is currently overloaded. We've limited the download of this file* for now until the server is no longer overloaded. Apologies." RE ticket #XTAH9549-HIOZ-5861SOYK
- XFileSharingProBasic: updated errormessage for items that can only be downloaded via account refs #84455
- ResearchgateNet: minor changes
- KatholischDe: added missing htmldecode RE forum 94401
- rapideo.net and nopremium.pl: refactored plugins to use the same codebase, updated them to use the API only and added better errorhandling RE ticket #ZCUY2092-HWHC-6714QLEW
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49624 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 752f648735d9c0863c2fbb185243b04bbc44ac15