simp logo

Off topic - Neuronha Neurnha19 pixieset "falha"

avatar
Guest Simp
 
 
avatar
Guest Simp
Atualizando o script pra gerar a lista de arquivos:


/* pixieset.com full size image scraper
*
* Rips all images in highest quality
*
* To use, scroll to the very bottom of the album and press F12 then paste the below snippet in and press enter.
* The full file list will be copied to your clipboard. You can use jdownloader to easily download the full list.
*/

(() => {
const data = document.querySelectorAll('img')
let arr = [];

for (let i = 0; i < data.length; i++) {
let url = data[i].src;
if (url.indexOf('images.pixieset.com') !== -1) {
arr.push(url.replace(/-small|-medium|-large|-xlarge/g, '-xxlarge'));
}
}
console.log(arr);
let dataToArray = arr.toString().split(',').map(item => item.trim());

const dummy = document.createElement('textarea');
document.body.appendChild(dummy);
dummy.value = dataToArray.join('\n');
dummy.select();
document.execCommand('copy');
document.body.removeChild(dummy);
})()


Precisa abrir o console da página no navegador (geralmente com a tecla F12), depois colar e dar enter.
O script gera uma lista das imagens em tamanho grande (xxlarge) e copia a lista para a área de transferência.

Exemplo da /lis:

https://images.pixieset.com/87188968/0ebc17f15316f24b9c2818e09c5aad21-cover.jpg
https://images.pixieset.com/87188968/19cbcc92e8e2a9bd23aa33198820c574-xxlarge.jpg
https://images.pixieset.com/87188968/f525f03d01212afa18a2a2c39549fcde-xxlarge.jpg
https://images.pixieset.com/87188968/8fad554bac772823ff529f7af16cb428-xxlarge.jpg
https://images.pixieset.com/87188968/59e92bb7e245ce99e4d99d8181693c17-xxlarge.jpg
https://images.pixieset.com/87188968/c5d52f8f65a415c55de67f4cff97383c-xxlarge.jpg
https://images.pixieset.com/87188968/dd80eb35d5701eec2b100a91cc47cbdc-xxlarge.jpg
https://images.pixieset.com/87188968/d468660329410c3a9ad3fef54f962432-xxlarge.jpg
https://images.pixieset.com/87188968/ce2060fc4240150a266180996178ce2d-xxlarge.jpg
https://images.pixieset.com/87188968/8a615384f31ba21337d2ee18c77bbd99-xxlarge.jpg
https://images.pixieset.com/87188968/5a6efc411c63824422a22fc149d6e9c2-xxlarge.jpg
https://images.pixieset.com/87188968/5d38db172b2804d1ed414b7e29b62364-xxlarge.jpg
https://images.pixieset.com/87188968/6b83bba37bcb62d316d564d9dcf4e652-xxlarge.jpg
https://images.pixieset.com/87188968/7b54f252ee64214b15d971de4c974e2a-xxlarge.jpg
https://images.pixieset.com/87188968/5b747ed991d3227d9acf7282991168e9-xxlarge.jpg
https://images.pixieset.com/87188968/746c1fc9cfe7ff78b5e3ceb2f8164c0b-xxlarge.jpg
https://images.pixieset.com/87188968/bbfd14d10aec5a54b994f573ff810f26-xxlarge.jpg
https://images.pixieset.com/87188968/28f5ef3754be9c7dbd06e7efa0b9f581-xxlarge.jpg
https://images.pixieset.com/87188968/03086a2755148e130bbd981c67915cc8-xxlarge.jpg
https://images.pixieset.com/87188968/c2a83848a4964a08a0fa2b359a04a9fd-xxlarge.jpg
https://images.pixieset.com/87188968/2a0c40f6a459bd1690867a8cc96b968c-xxlarge.jpg
https://images.pixieset.com/87188968/ea8d7b67b4255cc37786d7bdfdf4a269-xxlarge.jpg
https://images.pixieset.com/87188968/371e6f209975ca5b35a4794e062593d9-xxlarge.jpg
https://images.pixieset.com/87188968/980f1f2dcc9f46f7787c9f2378014a1b-xxlarge.jpg
https://images.pixieset.com/87188968/9383d015e51702c8d6fcb571a5fd8ab6-xxlarge.jpg
https://images.pixieset.com/87188968/89d13ebfe84850d80d5d44c717419924-xxlarge.jpg
https://images.pixieset.com/87188968/fd8150a8e0b32a489248f67cf2c5377b-xxlarge.jpg
https://images.pixieset.com/87188968/d67f94b82c366b97325a6d3a78bc8e9a-xxlarge.jpg
https://images.pixieset.com/87188968/47ab9882156324115ca1820c13a96331-xxlarge.jpg
https://images.pixieset.com/87188968/f22a399434048404ed2d4593864b692c-xxlarge.jpg
https://images.pixieset.com/87188968/1caa87c6ff57c1eed867ba22ee2e54d9-xxlarge.jpg
Like
avatar
Guest Simp
Atualizando o script pra gerar a lista de arquivos:


/* pixieset.com full size image scraper
*
* Rips all images in highest quality
*
* To use, scroll to the very bottom of the album and press F12 then paste the below snippet in and press enter.
* The full file list will be copied to your clipboard. You can use jdownloader to easily download the full list.
*/

(() => {
const data = document.querySelectorAll('img')
let arr = [];

for (let i = 0; i < data.length; i++) {
let url = data[i].src;
if (url.indexOf('images.pixieset.com') !== -1) {
arr.push(url.replace(/-small|-medium|-large|-xlarge/g, '-xxlarge'));
}
}
console.log(arr);
let dataToArray = arr.toString().split(',').map(item => item.trim());

const dummy = document.createElement('textarea');
document.body.appendChild(dummy);
dummy.value = dataToArray.join('\n');
dummy.select();
document.execCommand('copy');
document.body.removeChild(dummy);
})()


Precisa abrir o console da página no navegador (geralmente com a tecla F12), depois colar e dar enter.
O script gera uma lista das imagens em tamanho grande (xxlarge) e copia a lista para a área de transferência.

Exemplo da /lis:

https://images.pixieset.com/87188968/0ebc17f15316f24b9c2818e09c5aad21-cover.jpg
https://images.pixieset.com/87188968/19cbcc92e8e2a9bd23aa33198820c574-xxlarge.jpg
https://images.pixieset.com/87188968/f525f03d01212afa18a2a2c39549fcde-xxlarge.jpg
https://images.pixieset.com/87188968/8fad554bac772823ff529f7af16cb428-xxlarge.jpg
https://images.pixieset.com/87188968/59e92bb7e245ce99e4d99d8181693c17-xxlarge.jpg
https://images.pixieset.com/87188968/c5d52f8f65a415c55de67f4cff97383c-xxlarge.jpg
https://images.pixieset.com/87188968/dd80eb35d5701eec2b100a91cc47cbdc-xxlarge.jpg
https://images.pixieset.com/87188968/d468660329410c3a9ad3fef54f962432-xxlarge.jpg
https://images.pixieset.com/87188968/ce2060fc4240150a266180996178ce2d-xxlarge.jpg
https://images.pixieset.com/87188968/8a615384f31ba21337d2ee18c77bbd99-xxlarge.jpg
https://images.pixieset.com/87188968/5a6efc411c63824422a22fc149d6e9c2-xxlarge.jpg
https://images.pixieset.com/87188968/5d38db172b2804d1ed414b7e29b62364-xxlarge.jpg
https://images.pixieset.com/87188968/6b83bba37bcb62d316d564d9dcf4e652-xxlarge.jpg
https://images.pixieset.com/87188968/7b54f252ee64214b15d971de4c974e2a-xxlarge.jpg
https://images.pixieset.com/87188968/5b747ed991d3227d9acf7282991168e9-xxlarge.jpg
https://images.pixieset.com/87188968/746c1fc9cfe7ff78b5e3ceb2f8164c0b-xxlarge.jpg
https://images.pixieset.com/87188968/bbfd14d10aec5a54b994f573ff810f26-xxlarge.jpg
https://images.pixieset.com/87188968/28f5ef3754be9c7dbd06e7efa0b9f581-xxlarge.jpg
https://images.pixieset.com/87188968/03086a2755148e130bbd981c67915cc8-xxlarge.jpg
https://images.pixieset.com/87188968/c2a83848a4964a08a0fa2b359a04a9fd-xxlarge.jpg
https://images.pixieset.com/87188968/2a0c40f6a459bd1690867a8cc96b968c-xxlarge.jpg
https://images.pixieset.com/87188968/ea8d7b67b4255cc37786d7bdfdf4a269-xxlarge.jpg
https://images.pixieset.com/87188968/371e6f209975ca5b35a4794e062593d9-xxlarge.jpg
https://images.pixieset.com/87188968/980f1f2dcc9f46f7787c9f2378014a1b-xxlarge.jpg
https://images.pixieset.com/87188968/9383d015e51702c8d6fcb571a5fd8ab6-xxlarge.jpg
https://images.pixieset.com/87188968/89d13ebfe84850d80d5d44c717419924-xxlarge.jpg
https://images.pixieset.com/87188968/fd8150a8e0b32a489248f67cf2c5377b-xxlarge.jpg
https://images.pixieset.com/87188968/d67f94b82c366b97325a6d3a78bc8e9a-xxlarge.jpg
https://images.pixieset.com/87188968/47ab9882156324115ca1820c13a96331-xxlarge.jpg
https://images.pixieset.com/87188968/f22a399434048404ed2d4593864b692c-xxlarge.jpg
https://images.pixieset.com/87188968/1caa87c6ff57c1eed867ba22ee2e54d9-xxlarge.jpg

Com todo respeito, tem como postar um print de onde colar? Eu sou muito burro pra essas coisas, tentei aqui e não sei fazer :/
 
 
avatar
Guest Simp
Com todo respeito, tem como postar um print de onde colar? Eu sou muito burro pra essas coisas, tentei aqui e não sei fazer :/



Resumidamente:
  • No computador, abra a página no Chrome ou Edge. (o script não funciona no Firefox aparentemente)
  • Navegue até o final da página para carregar todas as imagens.
  • Abra o console do navegador (aperte o botão F12 do teclado).
    • Talvez o navegador abra em outra sub-aba, escolha a "Console"

  • Clique com o cursor do mouse ao lado do caractere ">" ao final das mensagens do console.
  • Cole o script e pressione a tecla enter.
  • A lista de arquivos já deve ter sido copiada para a área de transferência do computador.
    • Cole em um bloco de notas e baixe como preferir.


Ao lado do dígito ">", como nesta foto:
 
 
avatar
Guest Simp
Neuronha - Bruna Griphao


 
 
avatar
Guest Simp
Cont.

 
 
avatar
Guest Simp
Como identificar uma pessoa que tá bem de vida:
Quando ela encomenda 200 fotos do Neuronha.

---
Neuronha - 2025-03-29 - Anitta



 
 
avatar
Guest Simp
Anitta - cont.