#1
|
|||
|
|||
request for iwara.tv plugin improvement
when copying an iwara channel link is it possible to make iwara plugin capture all videos in that channel with correct videos filenames ?
|
#2
|
||||
|
||||
What exactly do you mean by *channel*? can you provide example links?
__________________
JD-Dev & Server-Admin |
#3
|
|||
|
|||
this is a channel **External links are only visible to Support Staff****External links are only visible to Support Staff**
on uploaded videos if you click on "see all" it will take you to that channel all videos **External links are only visible to Support Staff****External links are only visible to Support Staff** is it possible when copying one of those two urls jd2 grab all videos that channel has ? |
#4
|
||||
|
||||
Added crawler for user profiles.
Wartest du auf einen angekündigten Bugfix oder ein neues Feature? Updates werden nicht immer sofort bereitgestellt! Bitte lies unser Update FAQ! | Please read our Update FAQ! --- Are you waiting for recently announced changes to get released? Updates to not necessarily get released immediately! Bitte lies unser Update FAQ! | Please read our Update FAQ! -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#5
|
|||
|
|||
also when copying a video link the filename starts with the name of channel then the url of the video and at last the actual video title
is it possible to make it grab the actual video title only as it's provided below the video ? |
#6
|
||||
|
||||
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#7
|
|||
|
|||
it's hard to do.. how can i remove video uploader name and last part of url and only keep the actual filename, please help me do this
i tested with this link **External links are only visible to Support Staff****External links are only visible to Support Staff** Last edited by Jiaz; 05.10.2021 at 18:25. |
#8
|
||||
|
||||
Filename - contains - .+_(.+\..+)$
enable regex Downloadurl - contains - iwara.tv then set Filename - <jd:orgfilename:1>
__________________
JD-Dev & Server-Admin |
#9
|
|||
|
|||
that worked, thank you so much.
|
#10
|
||||
|
||||
You're welcome
__________________
JD-Dev & Server-Admin |
#11
|
|||
|
|||
hey thank you so much for implementing the crawler in today's update
there are some minor things that needs fixing : i tested with this link : **External links are only visible to Support Staff****External links are only visible to Support Staff** the folder that was captured by jd2 had the name in the url instead of the name inside the page, as you can see in the picture below the name in the url is different and not correct also inside the folder grabbed by the crawler there is 2 files that aren't videos uploaded by uploader and are not supposed to be grabbed ( Plugin Defect!TSOF 402 & thumbnails.mp4 ) as you can see in the picture there is another thing that i noticed with this particular profile **External links are only visible to Support Staff****External links are only visible to Support Staff** the videos titles captured aren't correct fyi my jd2 font name is Dialog |
#12
|
||||
|
||||
Wait for next plugin update
Can you provide screenshot/link for *wrong titles*? I can't reproduce here
__________________
JD-Dev & Server-Admin |
#13
|
|||
|
|||
after today plugin update profile name was corrected but the captured videos names are short and incorrect
this above applies only for this particular user.. as other users and the one i reported yesterday are now showing correct username and correct videos titles here is the example i reported yesterday and today it was corrected with the plugin update Last edited by Jiaz; 08.10.2021 at 17:48. |
#14
|
||||
|
||||
check again with next update
__________________
JD-Dev & Server-Admin |
#15
|
|||
|
|||
last issue wasn't fixed with yesterday 2 consequential updates, in fact the updates changed nothing.
and unfortunately i discovered a new issue : the crawler doesn't always capture the uploaded videos if the link copied isn't the /videos of the user profile URL, some profiles just doesn't have a /videos URL section like the rest of the profiles, here is an example: **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** so the crawler need to grab the videos without being in /videos section of the user profile URL also there are some user profiles that can be viewed only if you are in Japan, but if you add /videos to their URL you can actually access the videos like this example : **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** the solution here is to make the crawler grab the videos in both ways with and without /videos in the URL thus grabbing the videos if the user have no /videos URL like first example and/or in 2nd example when the user profile is restricted only to japan we add /videos to the URL and copy that link to bypass the restriction. Last edited by Snookie; 10.10.2021 at 00:08. |
#16
|
|||
|
|||
please don't give up on this.
|
#17
|
||||
|
||||
Hi again,
I've updated the crawler to take the URLs as they come so if you add e.g.: Code:
bla.iwara.tv/users/xyz If you want it to use the one ending with "/videos", just add that. Wartest du auf einen angekündigten Bugfix oder ein neues Feature? Updates werden nicht immer sofort bereitgestellt! Bitte lies unser Update FAQ! | Please read our Update FAQ! --- Are you waiting for recently announced changes to get released? Updates to not necessarily get released immediately! Bitte lies unser Update FAQ! | Please read our Update FAQ! -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#18
|
|||
|
|||
thank you so much, i really appreciate you making our life easier.
|
#19
|
||||
|
||||
Weekend
Quote:
To fetch full name while crawling, plugin would need to crawl/check each link individually and thus would be much much slower and can easier cause IP block because of too many requests. EDIT: found a better way to grab name, I guess this solves the issue, wait for plugin update
__________________
JD-Dev & Server-Admin |
#20
|
|||
|
|||
sometimes i feel ashamed of how stupid i can be
Quote:
**External links are only visible to Support Staff****External links are only visible to Support Staff** |
#21
|
||||
|
||||
@Snookie: Check our packagizer rules, they remove everything until last _ ! and the name also contains _
I will work on this by tomorrow
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 11.10.2021 at 19:23. |
#22
|
|||
|
|||
Quote:
|
#23
|
|||
|
|||
i tried modifying the Regex by learning a little about it using google but i'm out of my depth here.
|
#24
|
||||
|
||||
__________________
JD-Dev & Server-Admin |
#25
|
||||
|
||||
Added plugin specific Packagizer properties for the next update.
You can then simply build your desired filenames based on them and completely without RegEx. List of available tags for iwara.tv:
Wartest du auf einen angekündigten Bugfix oder ein neues Feature? Updates werden nicht immer sofort bereitgestellt! Bitte lies unser Update FAQ! | Please read our Update FAQ! --- Are you waiting for recently announced changes to get released? Updates to not necessarily get released immediately! Bitte lies unser Update FAQ! | Please read our Update FAQ! -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#26
|
|||
|
|||
Quote:
|
#27
|
||||
|
||||
@Snookie
I don't want to be rude but your answer sounds as if you didn't even bother reading that article (see information about "Plugin specific properties" in that article). Nevermind...here is a Packagizer rule that will alter iwara.tv filenames to only contain title + file-extension: (Screenshot) -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#28
|
|||
|
|||
@pspzockerscene
the only link i got from you is this and i promise you i read it all and couldn't find in it how to do this.. i spend most of my internet time on iwara and having this easy way of downloading videos will make my download time significantly shorter, so thank you for your help, i'm eternally grateful to you guys. |
#29
|
|||
|
|||
now that i have read it again i think i understand how to work with it more, so many things i now want to change using this, with practice i'll get there, so thank you again for this.
|
#30
|
||||
|
||||
@Snookie: In case you need help/got questions, please don't hesitate and just ask
__________________
JD-Dev & Server-Admin |
#31
|
|||
|
|||
Quote:
btw i just encountered a new issue : the crawler on the non /videos URL grab only the 16 visible videos when the user actually have 53 videos that can only be grabbed when copying the /videos URL here is an example **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** |
#32
|
||||
|
||||
Fixed.
Wartest du auf einen angekündigten Bugfix oder ein neues Feature? Updates werden nicht immer sofort bereitgestellt! Bitte lies unser Update FAQ! | Please read our Update FAQ! --- Are you waiting for recently announced changes to get released? Updates to not necessarily get released immediately! Bitte lies unser Update FAQ! | Please read our Update FAQ! -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#33
|
|||
|
|||
Quote:
example : **External links are only visible to Support Staff****External links are only visible to Support Staff** |
#34
|
||||
|
||||
@Snookie: wait for next plugin update
__________________
JD-Dev & Server-Admin |
#35
|
|||
|
|||
i just tested it after installing latest update and i can safely say it's 100% working flawlessly, guys i'm beyond grateful for all your hard work on this, thank you honestly.
|
#36
|
||||
|
||||
You're welcome
__________________
JD-Dev & Server-Admin |
#37
|
|||
|
|||
hi again.. i hate to do this but there a issue that i just discovered
most of the videos names showing as "View user profile.mp4" **External links are only visible to Support Staff****External links are only visible to Support Staff** also single video link when copied jd2 didt grab the video **External links are only visible to Support Staff****External links are only visible to Support Staff** Last edited by Snookie; 18.10.2021 at 13:24. |
#38
|
||||
|
||||
Filename will be fixed with next update
Single Video Link did work fine here. Maybe you have enabled filter in Linkgrabber, right side Quickfilters? or video requires you to be logged in at youtube?
__________________
JD-Dev & Server-Admin |
#39
|
|||
|
|||
Filename is fixed after update, single link works fine i just didnt notice it because it has a youtube icon, lastly thank you for the quick fix.
|
#40
|
||||
|
||||
Thanks for the feedback and you're welcome
__________________
JD-Dev & Server-Admin |
Thread Tools | |
Display Modes | |
|
|