JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1501  
Old 04.09.2015, 15:29
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

Better ask pspzocker if he adds this function to plugin
__________________
JD-Dev & Server-Admin
Reply With Quote
  #1502  
Old 07.09.2015, 15:37
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,719
Default

?
Do you want to download the text of posts?
Merged vk threads...

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?


-----------------------------------
On Vacation / Im Urlaub
Start: 2023-12-09
End: TBA
Reply With Quote
  #1503  
Old 07.09.2015, 16:02
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Yes.
Reply With Quote
  #1504  
Old 07.09.2015, 16:15
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,719
Default

Not needed in my opinion.
Please use external programms for such specified features.
Maybe, if more users want to have this feature, we can add it but not at this moment.
Same for facebook - no one ever asked us for the ability to download text-posts.

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?


-----------------------------------
On Vacation / Im Urlaub
Start: 2023-12-09
End: TBA
Reply With Quote
  #1505  
Old 07.09.2015, 16:44
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

just what regex for bracket as <>



---------------------------
Unmatched [ or [^ in character class declaration. The error occurred while parsing the regular expression fragment: '<b>[^]<b>$>>>HERE>>>'.
---------------------------

Last edited by djmakinera; 07.09.2015 at 16:52.
Reply With Quote
  #1506  
Old 07.09.2015, 17:01
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,719
Default

RegEx for what?
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?


-----------------------------------
On Vacation / Im Urlaub
Start: 2023-12-09
End: TBA
Reply With Quote
  #1507  
Old 07.09.2015, 17:23
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Search All text in the Log (htm Code??)"<b>text<b>" and Extract All

and need a regex
Reply With Quote
  #1508  
Old 07.09.2015, 17:25
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

<b>(.*?)<b
__________________
JD-Dev & Server-Admin
Reply With Quote
  #1509  
Old 07.09.2015, 17:34
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Quote:
Originally Posted by Jiaz View Post
<b>(.*?)<b
or <b>(.*?)<b>

Not work:
Code:
0 matches are found

Last edited by djmakinera; 07.09.2015 at 17:38.
Reply With Quote
  #1510  
Old 07.09.2015, 17:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

I dont know your editor
sure it is not
<b>(.*?)</b>

already wondered because <b>xy<b> looks so wrong
__________________
JD-Dev & Server-Admin
Reply With Quote
  #1511  
Old 07.09.2015, 18:00
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

I checked again <br> - it works, but can not export the separate text...

(.*?) <------ It does not work for special characters

(I do not know what the correct setting in EmEditor)
Extract only <br> (...) <br>

It's not a perfect extract <br> ... <br> because it is required to ignore the unnecessary code*** and comments***, if want to just get the description..

*** <- <br>bla bla bla)","comments":{"count":0},"likes":{"count":.............

Clipboard not work:

**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**
]

Note:
adding "m" means the the links in the mobile version.

autodelete "m"

Last edited by Lram32; 20.09.2015 at 04:00. Reason: merged multiple posts
Reply With Quote
  #1512  
Old 08.09.2015, 09:48
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,084
Default

<b> IS NOT <br>! of course it does not work then!
br is a normal break and does not say that a comment will follow. you need to fine tune your regex to only work on comments/descriptions.

ask pspzocker for support for your mobile links
__________________
JD-Dev & Server-Admin
Reply With Quote
  #1513  
Old 08.09.2015, 13:49
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Quote:
Originally Posted by Jiaz View Post
ask pspzocker for support for your mobile links
1. It works, but only when added manually. Clipboard - not

2.
Previously Showed <b><b>

Now showing <br><br>

I do not know how description separated from the comments and some code.
Regex - can here do not help..
Regex in this situation - is not easy.

Also, there is another, a big defect.
To save all descriptions need in the advanced set BIG value and I do not know what exactly value.

Quote:
Log: Max Log File Size
Increasing the log also causes another problem [increase size log = very high CPU and Hangs JD2 for decrypting the large walls (lots of posts), so it's not a good solution.



OFFLINE:

Related links to the same post with audio
-------------------
**External links are only visible to Support Staff****External links are only visible to Support Staff** (Not work)
w=wall-?\d+_\d+
**External links are only visible to Support Staff****External links are only visible to Support Staff** (Work)
------------------
probably need to add the regex...



08.09.15 13.23.21to08.09.15 15.14.20 jdlog://4056224739341/

-> Check FileInformation:
-> jd.plugins.PluginException
at jd.plugins.hoster.VKontakteRuHoster.requestFileInformation(VKontakteRuHoster.java:160)
at jd.plugins.PluginForHost.checkLink(PluginForHost.java:1627)
at jd.controlling.linkchecker.LinkChecker.updateAvailableStatus(LinkChecker.java:459)
at jd.controlling.linkchecker.LinkChecker.access$200(LinkChecker.java:32)
at jd.controlling.linkchecker.LinkChecker$1.run(LinkChecker.java:338)

Last edited by djmakinera; 08.09.2015 at 16:59.
Reply With Quote
  #1514  
Old 08.09.2015, 19:14
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,719
Default

1. Added support for mobile URLs.
2. Added support for this new wall-post-type.
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?


-----------------------------------
On Vacation / Im Urlaub
Start: 2023-12-09
End: TBA
Reply With Quote
  #1515  
Old 08.09.2015, 20:00
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

How to decrypt only those links (Only domain 'vk.com/XXX' on the wall, ignore every other host (!)
The need for an additional option in the plug in order to more precisely specify which links I want to decrypt. Hm ?

Screenshot:
http://jdownloader.org/pastebin/134347
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #1516  
Old 08.09.2015, 20:25
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,719
Default

Not possible to include/exclude anything there.
Try to enable "Grab links?" in the vk.com plugin settings and see if that works.
If not, let me know and I'll check it again.

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?


-----------------------------------
On Vacation / Im Urlaub
Start: 2023-12-09
End: TBA
Reply With Quote
  #1517  
Old 08.09.2015, 20:34
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

He needs more time to better check, but does not work properly if I do not restart JD2 (eg. After changing the settings plug)

1.Enable to Disable photo/album
and
2. Enable Grabb Links
2. Grab documents


08.09.15 19.28.04to08.09.15 19.31.48 jdlog://4117224739341/

--ID:8254TS:1441733221438-9/8/15 7:27:01 PM - [jd.plugins.decrypter.VKontakteRu(decryptIt)] -> Browser exception thrown: null
--ID:8254TS:1441733221438-9/8/15 7:27:01 PM - [jd.plugins.decrypter.VKontakteRu(decryptIt)] -> Decrypter failed for link: **External links are only visible to Support Staff****External links are only visible to Support Staff**
--ID:8254TS:1441733222440-9/8/15 7:27:02 PM - [jd.plugins.decrypter.VKontakteRu(decryptIt)] -> vk.com: Done, decrypted: 0 links!
-----------
edit:
Log:
08.09.15 20.42.17to08.09.15 21.07.39 jdlog://0637224739341/

It does not work, not decrypts These links, for example:

post#1519 http://jdownloader.org/pastebin/134347

h__ps:\/\/vk.com\/clubXXXXX<br> h__ps:\/\/vk.com\/Name Group etc (!)

SETTING:


It does not work properly setting https (ADVANCED SETTING VK PLUGIN)
JD2 shows "Temp. Unavailable"
I checked the browser and it works well.

**External links are only visible to Support Staff****External links are only visible to Support Staff**
09.09.15 17.07.12to09.09.15 18.10.52 jdlog://4649224739341/

http
**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**
---------
https
**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**


Last edited by Lram32; 20.09.2015 at 03:59. Reason: merged multiple posts
Reply With Quote
  #1518  
Old 09.09.2015, 20:56
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,719
Default

1. Cannot reproduce your problem.
2. Added a setting to be able to grab urls from inside the text of wall posts.
Note that this will grab ALL URLs from wall posts no matter how they look!

---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
EDIT

3. I can download your example photo url fine.
The https setting seems to work fine here too ...
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?


-----------------------------------
On Vacation / Im Urlaub
Start: 2023-12-09
End: TBA
Reply With Quote
  #1519  
Old 09.09.2015, 21:08
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

It will work but every time change or http or https, this is stupid workaround.
You are adding a single link, so you want to reproduce the problem? (I decrypts all wall or all "albums-"and not a single link!)
---
Grab URLs that mean that decrypts even thousands of different hosts not related to vk.com? And I have to manually segregate and remove from the list - all websites. not associated with the domain vk.com?
Reply With Quote
  #1520  
Old 09.09.2015, 21:13
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 69,719
Default

Quote:
Originally Posted by djmakinera View Post
It will work but every time change or http or https, this is stupid workaround.
You are adding a single link, so you want to reproduce the problem? (I decrypts all wall or all "albums-"and not a single link!)
Yes.
That setting was not made for permanent usage.
I could either add something to automatically try http/https or leave it how it is.
Either way, I need more testlinks which work only via http- or https.
Quote:
Originally Posted by djmakinera View Post
Grab URLs that mean that decrypts even thousands of different hosts not related to vk.com? And I have to manually segregate and remove from the list - all websites. not associated with the domain vk.com?
Yes sure!
What if a post contains e.g. mediafire.com urls?
Again - the vk plugin is NOT only for you - it is for everyone!
I could either add a setting to be able to only accept vk urls from inside posts or add black/whitelist via RegEx.

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?


-----------------------------------
On Vacation / Im Urlaub
Start: 2023-12-09
End: TBA
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 13:38.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.