Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pinterest] Can't download Pinterest subsections: "NotFoundError: Requested section could not be found" 404 #5104

Closed
Athari opened this issue Jan 22, 2024 · 1 comment

Comments

@Athari
Copy link

Athari commented Jan 22, 2024

Gallery-dl seems to download images from a Pinterest section correctly, but when it recurses into subsections, it seems to fail and request incorrect subsection URLs like https://pinterest.com/username/section/subsection/id:DIGITS instead of https://pinterest.com/username/section/subsection/subsubsection (I assume).

Tried running with my config and with --ignore-config, the result is the same. This setup worked correctly before. I updated to the most recent version (1.26.7), but the problem remains.

Command:

gallery-dl "https://ru.pinterest.com/elvirasaif/%D1%81%D0%BE%D0%B2%D0%B5%D1%82%D1%81%D0%BA%D0%B8%D0%B5-%D0%BE%D1%82%D0%BA%D1%80%D1%8B%D1%82%D0%BA%D0%B8soviet-postcards/"

Console log:

...
# C:\Sites\Gallery-dl\Pinterest\elvirasaif\советские открытки_soviet postcards\664984701252949462__Новогодние открытки советского периода.png
# C:\Sites\Gallery-dl\Pinterest\elvirasaif\советские открытки_soviet postcards\664984701250239107__ .jpg
2024-01-23 01:51:00 [error] pinterest: NotFoundError: Requested section could not be found [URL: https://ru.pinterest.com/elvirasaif/советские открытки/soviet postcards/id:5120799100115139441]
2024-01-23 01:51:00 [error] pinterest: NotFoundError: Requested section could not be found [URL: https://ru.pinterest.com/elvirasaif/советские открытки/soviet postcards/id:5174414896923718800]
2024-01-23 01:51:01 [error] pinterest: NotFoundError: Requested section could not be found [URL: https://ru.pinterest.com/elvirasaif/советские открытки/soviet postcards/id:5073655732293913358]
2024-01-23 01:51:01 [error] pinterest: NotFoundError: Requested section could not be found [URL: https://ru.pinterest.com/elvirasaif/советские открытки/soviet postcards/id:5262126365123072915]
...

Debug log:

...
2024-01-23 02:03:28 [debug] urllib3.connectionpool: https://i.pinimg.com:443 "GET /originals/e3/60/4f/e3604fd5d42dc1e2e3a35311eb64a7d0.png HTTP/1.1" 200 2471939 [URL: None]
2024-01-23 02:03:30 [debug] urllib3.connectionpool: https://i.pinimg.com:443 "GET /originals/0d/08/ac/0d08ac85cea91496bbcde997ee128657.jpg HTTP/1.1" 200 16491 [URL: None]
2024-01-23 02:03:30 [debug] pinterest: Using PinterestSectionExtractor for 'https://ru.pinterest.com/elvirasaif/советские открытки/soviet postcards/id:5120799100115139441' [URL: https://ru.pinterest.com/elvirasaif/советские открытки/soviet postcards/id:5120799100115139441]
2024-01-23 02:03:30 [debug] urllib3.connectionpool: https://ru.pinterest.com:443 "GET /resource/BoardSectionResource/get/?data=%7B%22options%22%3A+%7B%22board_slug%22%3A+%22%5Cu0441%5Cu043e%5Cu0432%5Cu0435%5Cu0442%5Cu0441%5Cu043a%5Cu0438%5Cu0435+%5Cu043e%5Cu0442%5Cu043a%5Cu0440%5Cu044b%5Cu0442%5Cu043a%5Cu0438%22%2C+%22section_slug%22%3A+%22soviet+postcards%22%2C+%22username%22%3A+%22elvirasaif%22%7D%7D&source_url= HTTP/1.1" 404 None [URL: None]
2024-01-23 02:03:30 [error] pinterest: NotFoundError: Requested section could not be found [URL: https://ru.pinterest.com/elvirasaif/советские открытки/soviet postcards/id:5120799100115139441]
2024-01-23 02:03:30 [debug] pinterest: Using PinterestSectionExtractor for 'https://ru.pinterest.com/elvirasaif/советские открытки/soviet postcards/id:5174414896923718800' [URL: https://ru.pinterest.com/elvirasaif/советские открытки/soviet postcards/id:5174414896923718800]
2024-01-23 02:03:30 [debug] urllib3.connectionpool: https://ru.pinterest.com:443 "GET /resource/BoardSectionResource/get/?data=%7B%22options%22%3A+%7B%22board_slug%22%3A+%22%5Cu0441%5Cu043e%5Cu0432%5Cu0435%5Cu0442%5Cu0441%5Cu043a%5Cu0438%5Cu0435+%5Cu043e%5Cu0442%5Cu043a%5Cu0440%5Cu044b%5Cu0442%5Cu043a%5Cu0438%22%2C+%22section_slug%22%3A+%22soviet+postcards%22%2C+%22username%22%3A+%22elvirasaif%22%7D%7D&source_url= HTTP/1.1" 404 None [URL: None]
2024-01-23 02:03:30 [error] pinterest: NotFoundError: Requested section could not be found [URL: https://ru.pinterest.com/elvirasaif/советские открытки/soviet postcards/id:5174414896923718800]
...
@Athari
Copy link
Author

Athari commented Jan 22, 2024

Temporary workaround I used:

  1. Open all section pages you want to download
  2. Run [...document.querySelectorAll('.eEj.kVc')].map(a => a.href).join("\n") in console, copy into urls.txt
  3. Repeat for every subsection containing its own subsections ("123 Pins 45 sections" text is the cue)
  4. Put URLs of all opened tabs with sections into the text file too
  5. Run gallery-dl --input-file urls.txt

This instruction will probably break pretty fast because CSS classes are shortened and likely unstable.

@mikf mikf changed the title [Pinretest] Can't download Pinterest subsections: "NotFoundError: Requested section could not be found" 404 [pinterest] Can't download Pinterest subsections: "NotFoundError: Requested section could not be found" 404 Jan 26, 2024
@mikf mikf closed this as completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants