This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Ввести поисковый запрос / Enter a search query | |
2) Прокрутить страницу до конца (можно выполнить следующую команду из консоли несколько раз) / | |
Scroll to the end of the page (you can run the following command from the console several times) | |
window.scrollTo(0,document.body.scrollHeight); | |
3) Затем следующий скрипт будет скачивать файл раз в 3 секунды. Но к сожалению он может прерваться, | |
если пользователь разместивший файл был заблокирован. | |
Тогда можно выполнить алгоритм заново, но изменить переменную "start", чтобы не скачивать уже загруженные файлы. / | |
Then the next script will download the file every 3 seconds. But unfortunately it may interrupt if |