{"id":3744,"date":"2020-07-03T08:08:57","date_gmt":"2020-07-02T23:08:57","guid":{"rendered":"https:\/\/now0930.pe.kr\/wordpress\/?p=3744"},"modified":"2020-07-03T08:10:13","modified_gmt":"2020-07-02T23:10:13","slug":"%ec%8b%a0%ea%b3%bc-%ed%95%a8%ea%bb%98-rss","status":"publish","type":"post","link":"https:\/\/now0930.pe.kr\/wordpress\/%ec%8b%a0%ea%b3%bc-%ed%95%a8%ea%bb%98-rss\/","title":{"rendered":"\uc2e0\uacfc \ud568\uaed8 rss"},"content":{"rendered":"\n<p>\ud31f\ube75\uc774 \uacbd\uc81c\uc758 \uc2e0\uacfc \ud568\uaed8\ub97c \ud638\uc2a4\ud305\ud558\uc5ec \uc798 \ub4e3\uace0 \uc788\uc5c8\ub2e4. \uc5b8\uc820\uac00\ubd80\ud130 rss\ub85c \ud45c\uc2dc\ub418\ub294 \ud30c\uc77c \uacbd\ub85c\ub97c \uc228\uaca8\ubc84\ub824 crontab\uc73c\ub85c \uc790\ub3d9\uc73c\ub85c \ubc1b\uc744 \uc218 \uc5c6\uc5c8\ub2e4. \ud55c\ub3d9\uc548 \ub4e3\uc9c0 \ubabb\ud558\ub2e4, \uaf3c\uc218\ub97c \ucc3e\uc558\ub2e4.<\/p>\n\n\n\n<p> http:\/\/pod.ssenhosting.com\/rss\/geesik02<\/p>\n\n\n\n<p>\uc5ec\uae30\uc5d0 \ud31f\ube75\uc774 \ud638\uc2a4\ud305\ud558\ub294 \ubaa8\ub4e0 \ud30c\uc77c\uc774 \uc788\ub2e4. \uc5ec\uae30\uc5d0\uc11c \ud574\ub2f9\ud558\ub294 \ucc44\ub110\uc744 \uc798\ub77c \ubc1b\uc73c\uba74 \uc27d\ub2e4. \ub098\uc911\uc5d0 \uc8fc\uc18c\ub97c \ubc14\uafc0 \uc218\ub3c4 \uc788\uc9c0\ub9cc, \uadc0\ucc2e\uc544\uc11c \uad73\uc774 \uadf8\ub807\uac8c \ud558\uc9c0 \uc54a\uc744\uae4c \ud55c\ub2e4.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#!\/bin\/sh\n#\n# TEDTalks Downloader\n#\n# Copyright (C) 2009  Denver Gingerich\n#\n# Permission to use, copy, modify, and\/or distribute this software for any\n# purpose with or without fee is hereby granted, provided that the above\n# copyright notice and this permission notice appear in all copies.\n#\n# THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\necho \"TEDTalks Downloader v0.1\"\necho \"by Denver Gingerich (http:\/\/ossguy.com\/)\"\n\nwhich wget\nif [ $? -eq 0 ]; then\n\techo \"Using wget...\"\n\tGET_CMD=\"wget --quiet -O\"\nelse\n\twhich curl\n\tif [ $? -eq 0 ]; then\n\t\techo \"Using curl...\"\n\t\tGET_CMD=\"curl -L -o\"\n\telse\n\t\techo \"Could not find wget or curl\"\n\t\texit 2\n\tfi\nfi\necho\n\npodcast_address=http:\/\/minicast.imbc.com\/PodCast\/pod.aspx?code=1000671100000100000\nFEED=feed_podcast.xml\nURLS=urls_podcast\n\necho \"\uc2e0\uacfc\ud568\uaed8 \ub2e4\uc6b4\ub85c\ub4dc\"\nDIRNAME=\uc2e0\uacfc\ud568\uaed8\nrm -f ${FEED}\npodcast_address=http:\/\/pod.ssenhosting.com\/rss\/geesik02\n#lynx\ub85c \ubcc0\uacbd..\n#wget\uc740 \ud30c\uc77c\uc744 \ubc1b\uc744 \uc218 \uc5c6\uc74c.\n#${GET_CMD} ${FEED} ${podcast_address}\nlynx -source ${podcast_address} > ${FEED}\n\ncat ${FEED} | sed -n '\/^&lt;title>.*page2\/,\/type=\"audio\/p' | grep enclosure | cut -d'\"' -f2 > ${URLS};\n\nmkdir -p ${DIRNAME}\ncd ${DIRNAME}\nfor line in `cat ..\/${URLS}`; do\n\t#SIZE=`echo ${line} | cut -d: -f1`\n\t#echo \"\ucd9c\ub825\ubd84\"\n\t#URL=`echo ${line} | cut -d'\"' -f2-`\n\techo $URL\n\tURL=`echo ${line}|tr -d '\\r'`\n\tFILENAME=`basename ${URL}|tr -d '\\r'`\n\n\t#echo ${URL}\n\techo ${FILENAME}\n\tif [ ! -f \"${FILENAME}\" ]; then\n#\t || [ ${SIZE} -ne `ls -l \"${FILENAME}\" | awk '{print $5}'` ]; then\n\t\trm -f \"${FILENAME}\"\n\t\t${GET_CMD} \"${FILENAME}\" \"${URL}\"\n\tfi\ndone\n\ncd ..\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\ud31f\ube75\uc774 \uacbd\uc81c\uc758 \uc2e0\uacfc \ud568\uaed8\ub97c \ud638\uc2a4\ud305\ud558\uc5ec \uc798 \ub4e3\uace0 \uc788\uc5c8\ub2e4. \uc5b8\uc820\uac00\ubd80\ud130 rss\ub85c \ud45c\uc2dc\ub418\ub294 \ud30c\uc77c \uacbd\ub85c\ub97c \uc228\uaca8\ubc84\ub824 crontab\uc73c\ub85c \uc790\ub3d9\uc73c\ub85c \ubc1b\uc744 \uc218 \uc5c6\uc5c8\ub2e4. \ud55c\ub3d9\uc548 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[12],"tags":[777,55],"class_list":["post-3744","post","type-post","status-publish","format-standard","hentry","category-12","tag-777","tag-55"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/now0930.pe.kr\/wordpress\/wp-json\/wp\/v2\/posts\/3744","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/now0930.pe.kr\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/now0930.pe.kr\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/now0930.pe.kr\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/now0930.pe.kr\/wordpress\/wp-json\/wp\/v2\/comments?post=3744"}],"version-history":[{"count":3,"href":"https:\/\/now0930.pe.kr\/wordpress\/wp-json\/wp\/v2\/posts\/3744\/revisions"}],"predecessor-version":[{"id":3748,"href":"https:\/\/now0930.pe.kr\/wordpress\/wp-json\/wp\/v2\/posts\/3744\/revisions\/3748"}],"wp:attachment":[{"href":"https:\/\/now0930.pe.kr\/wordpress\/wp-json\/wp\/v2\/media?parent=3744"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/now0930.pe.kr\/wordpress\/wp-json\/wp\/v2\/categories?post=3744"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/now0930.pe.kr\/wordpress\/wp-json\/wp\/v2\/tags?post=3744"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}