DIGITALCRIMINAL / ArchivedUltimaScraper

Scrape content from OnlyFans and Fansly
GNU General Public License v3.0
951 stars 39 forks source link

Not downlading anything, giving "Choose Medias" prompt over and over #819

Closed tim1f1 closed 1 year ago

tim1f1 commented 1 year ago

When I select an OF model to scrcape, the script gives the "Choose MEdias" prompt, but then keeps giving it over and over again image

64 Choose Medias: 0 = All | 1 = Images | 2 = Videos | 3 = Audios | 4 = Texts 0 Choose Medias: 0 = All | 1 = Images | 2 = Videos | 3 = Audios | 4 = Texts 0 Scrape Attempt: 1/100 Choose Medias: 0 = All | 1 = Images | 2 = Videos | 3 = Audios | 4 = Texts 0 Choose Medias: 0 = All | 1 = Images | 2 = Videos | 3 = Audios | 4 = Texts 0 Choose Medias: 0 = All | 1 = Images | 2 = Videos | 3 = Audios | 4 = Texts 0 Processing Scraped Posts 0%| | 0/176 [00:00<?, ?it/s]C:\Users\tim_f\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-VdS0BOvl-py3.10\lib\site-packages\ultima_scraper_api\helpers\main_helper.py:145: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup. string = BeautifulSoup(string, html_parser).get_text() 100%|███████████████████████████████████████████████████████████████████████████████████████████████████| 176/176 [00:00<00:00, 700.21it/s] Processing metadata. Finished processing metadata. Renaming files. 0%| | 0/211 [00:00<?, ?it/s]Choose Medias: 0 = All | 1 = Images | 2 = Videos | 3 = Audios | 4 = Texts

e2489 commented 1 year ago

Yeah, same issue here.

Site3op commented 1 year ago

auto_media_choice to true in your config.

Suppen8 commented 1 year ago

Same issue here. @Site3op suggestions is only a workaround. It just deactivates the user media choice.

Nevertheless this seems to be a bug to me. Should get fixed

4hench commented 1 year ago

auto_media_choice to true in your config.

didn't work

DenizOzt commented 1 year ago

It created folders for the girls i followed in batches so I had to type "0" and click "Enter" until there were no more girls left to create folders for. Then it started downloading without a download bar so don't close the command prompt when it stops asking you to choose media. It also downloads in batches and doesn't update the files often so it looks like it isn't downloading.

DIGITALCRIMINAL commented 1 year ago

auto_media_choice to true in your config.

This is the way.

Same issue here. @Site3op suggestions is only a workaround. It just deactivates the user media choice.

Nevertheless this seems to be a bug to me. Should get fixed

Not really a bug, the script just executes everything asynchronously, meaning each option you enter will create and start a "background" task.

Anyway, I'm starting to work on a UIManager, so the script won't display stuff like this:

Processing Scraped Posts
0%| | 0/176 [00:00<?, ?it/s]C:\Users\tim_f\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-VdS0BOvl-py3.10\lib\site-packages\ultima_scraper_api\helpers\main_helper.py:145: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup.
string = BeautifulSoup(string, html_parser).get_text()
100%|███████████████████████████████████████████████████████████████████████████████████████████████████| 176/176 [00:00<00:00, 700.21it/s]

until you've selected all available options for each and every model. (probably)