hababr
Junior Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору kenko2 Немного изменились ссылки, всплывающего окна больше нет, и так все работает. Код: {"R_images.NASA.gov":{"link":"^images.nasa.gov/details/(.+)","url":"https://images-api.nasa.gov/asset/$1","res":":\nconst ret = [];\nconst imgs = JSON.parse($._).collection.items;\n\nfor (let img of imgs) {\n if (!/(jpg|jpeg|png|mp4|mov)$/i.test(img.href)) continue;\n let size = /~(.+?)\\./.exec(img.href)?.[1] || '';\n let text = '[' + size.toUpperCase() + '] ' + (this?.TRG?.alt || '');\n ret.push([img.href, text]);\n}\n\nreturn ret;\n","note":"hababr\nhttp://forum.ru-board.com/topic.cgi?forum=5&topic=50874&start=1640#9\n\n!!!\nНужно навести курсор на картинку/видео в результатах поиска. Во всплывающем окне выбрать ссылку \"View more details\" - для изображений показывает альбом со всеми возможными вариантами изображения, начиная с самого большого. Для видео - показывает видео (сразу).\n==\nYou need to hover the cursor over the image/video in the search results. In the pop-up window, select the \"View more details\" link - for images, it shows an album with all possible image options, starting with the largest one. For video - shows the video (immediately).\n\nПРИМЕРЫ / EXAMPLES\nhttps://images.nasa.gov/\nhttps://images.nasa.gov/search-results?q=ORION&page=1&media=image,video&yearStart=1920&yearEnd=2023"}} |
|