69 questions
I saw an article on the website that you can crawl on Python and upload it on the app, so could you explain the process in detail?
If you access URL1 of the code below, there is a page at the bottom.The last page of URL 1 is from 1 to 93 pagesI'd like to collect the links provided within the page.URL1: https://www.jobplanet.co.kr...
class Home Controller < Application Controller def index require 'open-uri' require 'nokogiri' @url =http://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=105&oid=030&aid=000248...
from urllib.request import urlopenfrom bs4 import BeautifulSoupresponse = urlopen(https://music.naver.com/listen/top100.nhn?domain=TOTAL&duration=1d)b_html = response.read()s_html = b_html.decode(...
Hello! I'm a beginner at coding. I've been trying to scribble stock data on the Nav Securities site for the past few days, but I've had a hard time because of the continuous errors. I'd appreciate it ...
Trying to get the link address of href, the attribute of tack a, in the Html statement. The following error continues to appear in the code I made. b = b.a['href']TypeError: 'NoneType' object is not s...
I'm asking you a question because I can't solve it even if I google it and read the official document. The problem is as below. After parsing, I want to output only one link address corresponding to h...
Find selenium find_element as xpath and use the corresponding variable (?)Is there any way to find the ahref attribute in this?First of all, it doesn't make sense, but for an example of a question, as...
« | - 7 - |
© 2024 OneMinuteCode. All rights reserved.