#141
|
|||
|
|||
![]() Quote:
Quote:
__________________
Aktuelles Windows |
#142
|
|||
|
|||
![]()
Do you mean, the variant added via add links dialog or clipboard is disabled, but other variants of the same video, when added via context menu are not disabled?
|
#143
|
|||
|
|||
![]()
Sorry, I am not quite sure to understand. I want to avoid to download the same video again, independently of the version. Once I have download one of the offered versions, e.g. 720 p I never again want to download any version of that video, for example I do not want to download the 1080 p version or 480 p version and none of the others, I never want to download that video again. So because of that it would be good if all of those varaints (I chose one from to download) would be disabled / marked as dups because I never again want to download the same video independently of the variant.
__________________
Aktuelles Windows |
#144
|
|||
|
|||
![]()
For YT links, the script has been modified to match the video url and not the variant url, which means when you add YR links to JD, all variants of that video url, should automatically be disabed Is it not doing that?
|
#145
|
|||
|
|||
![]()
Ay, yes, indeed, it does it, I just tried. Didn't notice that before, sorry. That's extremely useful.
Thank you very much!
__________________
Aktuelles Windows |
#146
|
||||
|
||||
![]()
@mgpai: for YT videos, better process the properties, you can directly fetch the videoID via getProperty("YT_ID")
__________________
JD-Dev & Server-Admin |
#147
|
|||
|
|||
![]()
Since yesterday there are some links shown to be duplicates which (actually) cannot be duplicates.
Why could this happen? How could one avoid that?
__________________
Aktuelles Windows |
#148
|
|||
|
|||
![]()
Which site?
|
#149
|
|||
|
|||
![]()
Do you mean the hoster (zippy, anonfiles) or the website the links are from?
__________________
Aktuelles Windows |
#150
|
|||
|
|||
![]() Quote:
I think you had requested to run dupe check on download list links. So, check if the url is present there. It obviously is matching some string from the history file or download list . You have to just find out which url is it matching and on which list. |
#151
|
|||
|
|||
![]() Quote:
Quote:
Quote:
__________________
Aktuelles Windows |
#152
|
|||
|
|||
![]()
@Dockel: Please contact me in chat when you are free.
|
#153
|
|||
|
|||
![]()
Sorry, I do not know how to ping
__________________
Aktuelles Windows |
#154
|
|||
|
|||
![]() Quote:
the app sorta hang up every time i add link when i enable the script. i can't click any option in the pop-up message, i can't close the app. i even have to force close it via task manager. can u help me pls? thanks Last edited by DragoBleaPiece; 31.01.2021 at 16:48. |
#155
|
|||
|
|||
![]() Quote:
Solution: Disable "Synchronous Execution of script" checkbox in the top panel of the script editor. |
#156
|
|||
|
|||
![]()
Hello mgpai,
the same happens again with the same kind of links: https://board.jdownloader.org/showpo...&postcount=147 The links are not in history.txt.
__________________
Aktuelles Windows |
#157
|
|||
|
|||
![]() Quote:
For testing purposes, temporarily replace the existing history file with an empty one and see if the link will still be marked as duplicate. You can also use the following script to find the matching entry (if any) in history file. Code:
/* Find matching entry for the selected link in history file Trigger required: Linkgrabber Contextmenu Button Pressed */ if (name = "Find in history") { var link = lgSelection.contextLink; var file = getPath(JD_HOME + "/cfg/history.txt"); var entries = readFile(file).split("\r\n"); var line = null; var url = link.contentURL || link.pluginURL; if (link.host == "youtube.com") { url = link.containerURL; } entries.some(function(entry, index) { if (entry == url) { line = index + 1; return true; } }) if (line) { alert("Found \"" + url + "\" on Line " + line + " in \"" + file + "\""); } else { alert("No matching entriy found for \"" + url + "\"."); } } To fix the issue, should be able to find the cause and reproduce the same outcome consistently. Contact me in chat after you run the tests. |
#158
|
|||
|
|||
![]()
Thank you!
I added four links which are marked as dupes. Did not find them in history.txt. Replaced that file, added those links again, they were marked as dupes: ![]() I added the script: ![]() I am in the chat now.
__________________
Aktuelles Windows |
#159
|
|||
|
|||
![]()
Hello.
Thanks for thw ork to the problem. Can someone please put alle actual Scripts in one post (I'm a littlebit confused, what script is which one). Thank You. Bye, Christian |
#160
|
|||
|
|||
![]()
How could I avoid such messages:
![]() They show up when I add a file to the history.
__________________
Aktuelles Windows |
![]() |
Thread Tools | |
Display Modes | |
|
|