JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 25.01.2021, 06:44
Honeyko Honeyko is offline
Junior Loader
 
Join Date: Jun 2018
Location: Minneapolis
Posts: 11
Default Host plugin for Telegram (telegram.org)

Example file: **External links are only visible to Support Staff****External links are only visible to Support Staff**

Trying to snag the video out in a desktop browser (which will also display the "context" thread), but the video stubbornly requires using the Telegram app, so need a way to spoof that.
Reply With Quote
  #2  
Old 25.01.2021, 16:24
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

Hi,

this is not planned.
See older related threads.

-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?
Reply With Quote
  #3  
Old 15.03.2021, 23:12
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

@psp

mm.. I think that maybe you could use API Telegram
**External links are only visible to Support Staff****External links are only visible to Support Staff**

to implement a crawler for Telegram. For example, you can upload files on public/private channel on telegram and show them from a webpage link, look 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**

You can't download from webpage because you are always redirected to open it with Telegram.
Maybe using BOT system of telegram you can send links from Telegram to Jdownloader ?

Motivation to use JD: there are a lots of private channels and public channels that have many links. For every post of your public channel or your private channel you can copy the post link

For example, I can take from my private channel post link



Yes, you can download using Telegram but it's not very comfortable.
Take a look, please

You need to join before to my tg private channel and you can see a list of files
**External links are only visible to Support Staff****External links are only visible to Support Staff**

How you can download if you have a long file list? One by one? For this reason I think that a jdownloader plugin or a jdownloader bot can be useful
Reply With Quote
  #4  
Old 16.03.2021, 12:58
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

I've checked on this topic.
Here are my results:
- TG does not like the API to be mis-used for downloading at all and will ban API-Keys doing so
- It is impossible to scrape complete channels using the official API while it may be possible to crawl the contents of single channel Posts via the URLs you've linked

Correct me if I'm wrong.

-psp-
EDIT

I've created a ticket anyways to collect more information.
__________________
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?

Last edited by pspzockerscene; 16.03.2021 at 13:20.
Reply With Quote
  #5  
Old 17.03.2021, 00:59
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

@psp

Thank you to open a bugtracker.

Quote:
it may be possible to crawl the contents of single channel Posts via the URLs you've linked
Also in my opinion it is the best solution.

Quote:
TG does not like the API to be mis-used for downloading at all and will ban API-Keys doing so
Maybe in this case you could set a "security perimeter" for a lighter and more appropriate downloading when using Jdownloader?
Ban is always a pity, but even not being able to do anything would still be a little sad.

Telegram has a lot of potential, it's open source and it's a shame not to use it also because in fact it is a file hosting in all respects.
Reply With Quote
  #6  
Old 17.03.2021, 13:43
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

1. I don't see this happening any time in the near future (but you're free to contribute code - we're open source).
2. From what I've researched TG is not happy about users using it just to upload/download files.
If you ask me I'd guess that they'll introduce tighter limits sooner or later.

-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?
Reply With Quote
  #7  
Old 10.04.2021, 14:35
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

Hi,
Is there a way to download public links of telegram like this?
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Should I use link crawler rule?

EDIT:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by nathan1; 11.04.2021 at 17:07.
Reply With Quote
  #8  
Old 12.04.2021, 14:44
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

Quote:
Originally Posted by nathan1 View Post
Hi,
Is there a way to download public links of telegram like this?
Yes but not by using JDownloader.

... and no, you can't make Telegram work with LinkCrawler Rules.
TG is only possible via API -> Only via JD plugin.

-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?
Reply With Quote
  #9  
Old 07.05.2021, 02:57
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

Quote:
TG is only possible via API -> Only via JD plugin.
ok, I need to understand better what does it mean.
For example, I see that you can integrate an API of telegram in some apps. For example, you can integrate a telegram API into your forum to allow external users to sign-up (login handler)

**External links are only visible to Support Staff****External links are only visible to Support Staff**

But I don't understand well when you say "Only via JD plugin" because I read that also Jdownloader give an API approach
https://my.jdownloader.org/developers/index.html

In other words, need I to integrate a Telegram API into JD plugin?
Where is this JD plugin?
I have a registered JD account but then then what should I do?

I think to don't understand what tools I need

P.S: is bugtracker private?


Last edited by nathan1; 07.05.2021 at 03:05.
Reply With Quote
  #10  
Old 07.05.2021, 11:08
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,235
Default

Quote:
Originally Posted by nathan1 View Post
P.S: is bugtracker private?

It's currently in maintenance and therefore not public available
__________________
JD-Dev & Server-Admin
Reply With Quote
  #11  
Old 07.05.2021, 11:09
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,235
Default

Quote:
Originally Posted by nathan1 View Post
But I don't understand well when you say "Only via JD plugin" because I read that also Jdownloader give an API approach
https://my.jdownloader.org/developers/index.html

In other words, need I to integrate a Telegram API into JD plugin?
Where is this JD plugin?
That means someone has to develop a plugin for JDownloader (in Java) that uses the Telegram API in order to add download support in JDownloader.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #12  
Old 07.05.2021, 14:22
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

@Jiaz

ok, I see now
https://board.jdownloader.org/showthread.php?t=67810

Do you still use irc, freenode, #jdteam ?
Reply With Quote
  #13  
Old 07.05.2021, 14:36
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

Yes that still exists but we're not actively using it anymore.
You can setup the IDE as explained here:
https://my.jdownloader.org/developers/index.html
If you have more questions you can either ask here or contact us via support@jdownloader.org (private ticket).

-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?
Reply With Quote
  #14  
Old 27.08.2021, 16:32
obtim obtim is offline
JD Legend
 
Join Date: Jan 2010
Posts: 582
Default idqr.me

**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #15  
Old 27.08.2021, 16:33
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

Please provide at least 20 example URLs.
Please read- and follow our forum rules.

-psp-
EDIT

Merged Telegram.org related threads.
@obtim

idqr.me seems to be linking to stuff hosted on Telegram which means this will be impossible without a Telegram JD plugin.
__________________
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?

Last edited by pspzockerscene; 27.08.2021 at 16:35.
Reply With Quote
  #16  
Old 12.09.2021, 21:49
Georodin Georodin is offline
Baby Loader
 
Join Date: Feb 2020
Posts: 8
Default I guess we won't need JD2 Telegram support till they remove this feature...

I guess we won't need JD2 Telegram support till they remove this feature...
"You can use the desktop client like Telegram for windows and export channel history:
You can choose what all you wish to download and also the max file size you are comfortable downloading.
The download speed is fixed at 2–3 Mbps and can thus take a long time to download. So it’s better to set short date ranges. Remember that the 2 dates you set ends up excluding the latter date. for eg: if you choose to download content from 1st Jan to 31st Jan, only content upto 30th Jan will get downloaded. So it’s exclusive of last date (or first date, I don’t remember. but one date is excluded and another included as you would expect. Just check which is which)" quora.com How-do-I-download-all-files-one-time-from-a-Telegram-channel

**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #17  
Old 13.01.2023, 03:11
RedViper RedViper is offline
Fibre Channel User
 
Join Date: Apr 2016
Location: Mexico
Posts: 129
Question Download videos and pictures from a Telegram channel

Hi

Would it be feasible that in the future, by copying the link of a public Telegram channel, you can download all the videos and photos?
__________________
- Ramón V M
Reply With Quote
  #18  
Old 13.01.2023, 13:00
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

Merged Telegram threads.
@RedViper
Next time please use our boardsearch before posting...
__________________
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?
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 11:18.
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 - 2024, Jelsoft Enterprises Ltd.