Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Vyhledávání na Ulož.to #12

Open
exander77 opened this issue May 28, 2019 · 7 comments
Open

Vyhledávání na Ulož.to #12

exander77 opened this issue May 28, 2019 · 7 comments

Comments

@exander77
Copy link

Mám napsané vyhledávání na Ulož.to v NodeJS, proto jsem přidal podporu trackovaných linků, aby se linky z mého vyhledávače daly rovnou používat v ulozto_downloader. Získat netrackované linky znamená pro každý link z vyhledávání provést jeden dotaz na Ulož.to.

Trackované linky vypadají takto:
https://uloz.to/download-tracking/50bb81ef93310e4266e9b2b85199c595a9b8a576a8f3e5ad4c8f3b8dc377107eada50b3d873de2b6e8fec7a9bb2306f6

Budu to dávat brzy asi na Github a mohly by ty projekty spolupracovat.

setnicka added a commit that referenced this issue Nov 16, 2020
These links come from search.

Part of the #12 and PR #11.
setnicka added a commit that referenced this issue Nov 16, 2020
These links come from search.

Part of the #12 and PR #11.
@ZDVokoun
Copy link

ZDVokoun commented Dec 3, 2021

Protože zatím @exander77 svůj program na vyhledávání nezveřejnil, rozhodl jsem se pokusit ho napsat sám. Napsal jsem ho v Pythonu. Pokud byste měli zájem to přidat, zde je kód: ZDVokoun/ulozto-search. Doufám, že to pomůže.
PS: omlouvám se za svůj nečistý kód, programuji jen krátce

@exander77
Copy link
Author

exander77 commented Dec 3, 2021

@ZDVokoun It was published quite a long time ago, but I hadn't maintained it: https://github.com/exander77/foolozto
And I got no response from the authors of this repo.

@ZDVokoun
Copy link

ZDVokoun commented Dec 3, 2021

@ZDVokoun It was published quite a long time ago, but I hadn't maintained it: https://github.com/exander77/foolozto And I got no response from the authors of this repo.

Oh. I'm sorry, I couldn't find it under that name. That sucks that they didn't respond to you.

@ZDVokoun
Copy link

For others, if you want to download all files returned after querying uloz.to, install ulozto-search, open a terminal and enter:

ulozto-search "your query" | while read in; do ulozto-downloader --auto-captcha $(echo "$in" | cut -d '|' -f2); done

I hope this helps.

@stinovlas
Copy link
Contributor

I think that ulozto-search might deserve mention in README (we could add Related projects section).

On a related note, I'd like to add a switch that would allow ulozto-downloader to download list of files instead of just one file at a time. You could specify maximum number of simultaneous downloads and when some parts of one file are already downloaded, ulozto-downloader would use those free threads to start download of another file. This might speed up serialized downloads – now we have to wait for all downloads of one file to finish before we start another one (unless we run multiple ulozto-downladers in parallel, but that also not what I want). I might get to it during the Christmas, but no promises.

@ZDVokoun
Copy link

That would be great, but the maintainer of this repo wasn't active on Github for almost two months.

@setnicka
Copy link
Owner

setnicka commented Dec 21, 2021

Yes, unfortunately I did not have a much free time and energy for this hobby project in last few month. Pull requests are certainly welcomed and I will try to review them as quick as I manage.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants