
{"id":247,"date":"2019-06-09T14:16:39","date_gmt":"2019-06-09T06:16:39","guid":{"rendered":"http:\/\/www.changxuan.top\/?p=247"},"modified":"2021-04-15T17:18:48","modified_gmt":"2021-04-15T09:18:48","slug":"%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8python%e6%8a%93%e5%8f%96%e9%85%b7%e7%8b%97top500%e6%a6%9c%e5%8d%95%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/www.changxuan.top\/?p=247","title":{"rendered":"\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f"},"content":{"rendered":"\n<p>\u9996\u5148\u5206\u6790url\uff0c\u53d1\u73b0\u5176\u6bcf\u9875\u7684url\u7684\u683c\u5f0f\u4e3a<br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;www.kugou.com\/yy\/rank\/home\/2-8888.html?from=rank<\/code><\/pre>\n\n\n\n<p>\u7136\u540e\u5c31\u53ef\u4ee5\u901a\u8fc7\u4e00\u53e5\u4ee3\u7801\u8fdb\u884c\u6784\u9020\u7528\u4e8e\u91c7\u96c6\u6570\u636e\u7684\u94fe\u63a5\u3002\u4e4b\u540e\u7684\u8be6\u7ec6\u6b65\u9aa4\u8bf7\u53c2\u8003\u4ee3\u7801\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">import requests\nfrom bs4 import BeautifulSoup\nimport time\n\nheaders = {\n    'User-Agent':'Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/66.0.3359.181 Safari\/537.36'\n}\n\ndef get_info(url):\n    wb_data = requests.get(url, headers = headers)\n    soup = BeautifulSoup(wb_data.text,'lxml')\n    ranks = soup.select('span.pc_temp_num')\n    titles = soup.select('#rankWrap > div.pc_temp_songlist > ul > li > a')\n    times = soup.select('#rankWrap > div.pc_temp_songlist > ul > li > span.pc_temp_tips_r > span')\n    for rank,title,time in zip(ranks,titles,times):\n        data = {\n            'rank':rank.get_text().strip(),\n            'singer':title.get_text().split('-')[0],\n            'song':title.get_text().split('-')[1],\n            'time':time.get_text().strip(),\n            'playUrl':title['href']\n        }\n        print(data)\n\nif __name__ == '__main__':\n    urls = ['http:\/\/www.kugou.com\/\/yy\/rank\/home\/{}-8888.html'.format(str(i)) for i in range(1,24)]\n    for url in urls:\n        get_info(url)\n    time.sleep(1)<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"425\" src=\"http:\/\/www.changxuan.top\/wp-content\/uploads\/2019\/06\/\u5c4f\u5e55\u5feb\u7167-2019-06-09-\u4e0b\u53482.12.58-1024x425.png\" alt=\"\" class=\"wp-image-248\" srcset=\"https:\/\/www.changxuan.top\/wp-content\/uploads\/2019\/06\/\u5c4f\u5e55\u5feb\u7167-2019-06-09-\u4e0b\u53482.12.58-1024x425.png 1024w, https:\/\/www.changxuan.top\/wp-content\/uploads\/2019\/06\/\u5c4f\u5e55\u5feb\u7167-2019-06-09-\u4e0b\u53482.12.58-300x125.png 300w, https:\/\/www.changxuan.top\/wp-content\/uploads\/2019\/06\/\u5c4f\u5e55\u5feb\u7167-2019-06-09-\u4e0b\u53482.12.58-768x319.png 768w, https:\/\/www.changxuan.top\/wp-content\/uploads\/2019\/06\/\u5c4f\u5e55\u5feb\u7167-2019-06-09-\u4e0b\u53482.12.58.png 1390w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption>\u7a0b\u5e8f\u8fd0\u884c\u6548\u679c<\/figcaption><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u9996\u5148\u5206\u6790url\uff0c\u53d1\u73b0\u5176\u6bcf\u9875\u7684url\u7684\u683c\u5f0f\u4e3a \u7136\u540e\u5c31\u53ef\u4ee5\u901a\u8fc7\u4e00\u53e5\u4ee3\u7801\u8fdb\u884c\u6784\u9020\u7528\u4e8e\u91c7\u96c6\u6570\u636e\u7684\u94fe\u63a5\u3002\u4e4b\u540e\u7684\u8be6\u7ec6\u6b65\u9aa4\u8bf7 &hellip; <a href=\"https:\/\/www.changxuan.top\/?p=247\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37],"tags":[46,38],"class_list":["post-247","post","type-post","status-publish","format-standard","hentry","category-tech","tag-python","tag-38"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f - \u5e38\u8f69<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.changxuan.top\/?p=247\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f - \u5e38\u8f69\" \/>\n<meta property=\"og:description\" content=\"\u9996\u5148\u5206\u6790url\uff0c\u53d1\u73b0\u5176\u6bcf\u9875\u7684url\u7684\u683c\u5f0f\u4e3a \u7136\u540e\u5c31\u53ef\u4ee5\u901a\u8fc7\u4e00\u53e5\u4ee3\u7801\u8fdb\u884c\u6784\u9020\u7528\u4e8e\u91c7\u96c6\u6570\u636e\u7684\u94fe\u63a5\u3002\u4e4b\u540e\u7684\u8be6\u7ec6\u6b65\u9aa4\u8bf7 &hellip; \u7ee7\u7eed\u9605\u8bfb\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.changxuan.top\/?p=247\" \/>\n<meta property=\"og:site_name\" content=\"\u5e38\u8f69\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-09T06:16:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-15T09:18:48+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.changxuan.top\/wp-content\/uploads\/2019\/06\/\u5c4f\u5e55\u5feb\u7167-2019-06-09-\u4e0b\u53482.12.58-1024x425.png\" \/>\n<meta name=\"author\" content=\"\u5e38\u8f69\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u5e38\u8f69\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=247#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=247\"},\"author\":{\"name\":\"\u5e38\u8f69\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#\\\/schema\\\/person\\\/08c8f0af44536928094dc1b4f88da3bd\"},\"headline\":\"\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f\",\"datePublished\":\"2019-06-09T06:16:39+00:00\",\"dateModified\":\"2021-04-15T09:18:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=247\"},\"wordCount\":4,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#\\\/schema\\\/person\\\/08c8f0af44536928094dc1b4f88da3bd\"},\"keywords\":[\"Python\",\"\u722c\u866b\"],\"articleSection\":[\"\u6280\u672f\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.changxuan.top\\\/?p=247#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=247\",\"url\":\"https:\\\/\\\/www.changxuan.top\\\/?p=247\",\"name\":\"\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f - \u5e38\u8f69\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#website\"},\"datePublished\":\"2019-06-09T06:16:39+00:00\",\"dateModified\":\"2021-04-15T09:18:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=247#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.changxuan.top\\\/?p=247\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/?p=247#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/www.changxuan.top\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#website\",\"url\":\"https:\\\/\\\/www.changxuan.top\\\/\",\"name\":\"\u5e38\u8f69\",\"description\":\"\u95fb\u9053\u6709\u5148\u540e\uff0c\u672f\u4e1a\u6709\u4e13\u653b-\u4e00\u4e8c\u4e09\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#\\\/schema\\\/person\\\/08c8f0af44536928094dc1b4f88da3bd\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.changxuan.top\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/#\\\/schema\\\/person\\\/08c8f0af44536928094dc1b4f88da3bd\",\"name\":\"\u5e38\u8f69\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/IMG_008520200606-095631.jpg\",\"url\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/IMG_008520200606-095631.jpg\",\"contentUrl\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/IMG_008520200606-095631.jpg\",\"width\":960,\"height\":960,\"caption\":\"\u5e38\u8f69\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.changxuan.top\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/IMG_008520200606-095631.jpg\"},\"description\":\"\u603b\u8981\u505a\u70b9\u4ec0\u4e48\u5427\uff01\",\"sameAs\":[\"https:\\\/\\\/www.changxuan.top\"],\"url\":\"https:\\\/\\\/www.changxuan.top\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f - \u5e38\u8f69","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.changxuan.top\/?p=247","og_locale":"zh_CN","og_type":"article","og_title":"\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f - \u5e38\u8f69","og_description":"\u9996\u5148\u5206\u6790url\uff0c\u53d1\u73b0\u5176\u6bcf\u9875\u7684url\u7684\u683c\u5f0f\u4e3a \u7136\u540e\u5c31\u53ef\u4ee5\u901a\u8fc7\u4e00\u53e5\u4ee3\u7801\u8fdb\u884c\u6784\u9020\u7528\u4e8e\u91c7\u96c6\u6570\u636e\u7684\u94fe\u63a5\u3002\u4e4b\u540e\u7684\u8be6\u7ec6\u6b65\u9aa4\u8bf7 &hellip; \u7ee7\u7eed\u9605\u8bfb\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f","og_url":"https:\/\/www.changxuan.top\/?p=247","og_site_name":"\u5e38\u8f69","article_published_time":"2019-06-09T06:16:39+00:00","article_modified_time":"2021-04-15T09:18:48+00:00","og_image":[{"url":"http:\/\/www.changxuan.top\/wp-content\/uploads\/2019\/06\/\u5c4f\u5e55\u5feb\u7167-2019-06-09-\u4e0b\u53482.12.58-1024x425.png","type":"","width":"","height":""}],"author":"\u5e38\u8f69","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u5e38\u8f69","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.changxuan.top\/?p=247#article","isPartOf":{"@id":"https:\/\/www.changxuan.top\/?p=247"},"author":{"name":"\u5e38\u8f69","@id":"https:\/\/www.changxuan.top\/#\/schema\/person\/08c8f0af44536928094dc1b4f88da3bd"},"headline":"\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f","datePublished":"2019-06-09T06:16:39+00:00","dateModified":"2021-04-15T09:18:48+00:00","mainEntityOfPage":{"@id":"https:\/\/www.changxuan.top\/?p=247"},"wordCount":4,"commentCount":0,"publisher":{"@id":"https:\/\/www.changxuan.top\/#\/schema\/person\/08c8f0af44536928094dc1b4f88da3bd"},"keywords":["Python","\u722c\u866b"],"articleSection":["\u6280\u672f"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.changxuan.top\/?p=247#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.changxuan.top\/?p=247","url":"https:\/\/www.changxuan.top\/?p=247","name":"\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f - \u5e38\u8f69","isPartOf":{"@id":"https:\/\/www.changxuan.top\/#website"},"datePublished":"2019-06-09T06:16:39+00:00","dateModified":"2021-04-15T09:18:48+00:00","breadcrumb":{"@id":"https:\/\/www.changxuan.top\/?p=247#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.changxuan.top\/?p=247"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.changxuan.top\/?p=247#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.changxuan.top\/"},{"@type":"ListItem","position":2,"name":"\u5982\u4f55\u4f7f\u7528python\u6293\u53d6\u9177\u72d7Top500\u699c\u5355\uff1f"}]},{"@type":"WebSite","@id":"https:\/\/www.changxuan.top\/#website","url":"https:\/\/www.changxuan.top\/","name":"\u5e38\u8f69","description":"\u95fb\u9053\u6709\u5148\u540e\uff0c\u672f\u4e1a\u6709\u4e13\u653b-\u4e00\u4e8c\u4e09","publisher":{"@id":"https:\/\/www.changxuan.top\/#\/schema\/person\/08c8f0af44536928094dc1b4f88da3bd"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.changxuan.top\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/www.changxuan.top\/#\/schema\/person\/08c8f0af44536928094dc1b4f88da3bd","name":"\u5e38\u8f69","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2021\/04\/IMG_008520200606-095631.jpg","url":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2021\/04\/IMG_008520200606-095631.jpg","contentUrl":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2021\/04\/IMG_008520200606-095631.jpg","width":960,"height":960,"caption":"\u5e38\u8f69"},"logo":{"@id":"https:\/\/www.changxuan.top\/wp-content\/uploads\/2021\/04\/IMG_008520200606-095631.jpg"},"description":"\u603b\u8981\u505a\u70b9\u4ec0\u4e48\u5427\uff01","sameAs":["https:\/\/www.changxuan.top"],"url":"https:\/\/www.changxuan.top\/?author=1"}]}},"views":1659,"_links":{"self":[{"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/posts\/247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=247"}],"version-history":[{"count":3,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/posts\/247\/revisions"}],"predecessor-version":[{"id":1358,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=\/wp\/v2\/posts\/247\/revisions\/1358"}],"wp:attachment":[{"href":"https:\/\/www.changxuan.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.changxuan.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}