{"id":214,"date":"2009-03-22T00:57:00","date_gmt":"2009-03-22T00:57:00","guid":{"rendered":"http:\/\/aldarias.es\/wordpress\/?p=214"},"modified":"2009-03-22T00:57:00","modified_gmt":"2009-03-22T00:57:00","slug":"descargar-los-ficheros-mp3-de-una-pagina-web","status":"publish","type":"post","link":"http:\/\/aldarias.es\/wordpress\/?p=214","title":{"rendered":"Descargar los ficheros mp3 de una pagina web"},"content":{"rendered":"<p>Lo haremos con este script que lo llamaremos wgetmp3.sh:<\/p>\n<p>todo=0<\/p>\n<p>if [ $todo -eq 1 ];then<br \/>wget -c -r -l1 -H -t1 -nd -N -np -A.mp3 -erobots=off -i sitiosmp3.txt&lt;\/<br \/>else<br \/>rm -f *.htm<br \/>wget http:\/\/www.espacioenblanco.es\/archivosonoro91.htm<br \/>for i in $(cat archivosonoro91.htm\u00a0 | grep href | grep mp3 | cut -d \u00ab&gt;\u00bb -f1\u00a0 | cut -d \u00ab\u00bb\u00bb -f2\u00a0 );do<br \/>f=$(echo $i | cut -d \u00ab\/\u00bb -f8)<br \/>if [ -f \u00ab$f\u00bb ];then<br \/>echo \u00abExiste $f &#8230;\u00bb<br \/>else<br \/>echo \u00abDescargando &#8230; $f \u00ab<br \/>wget -c $i<br \/>fi<br \/>done<br \/>fi<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Lo haremos con este script que lo llamaremos wgetmp3.sh: todo=0 if [ $todo -eq 1 ];thenwget -c -r -l1 -H -t1 -nd -N -np -A.mp3 -erobots=off -i sitiosmp3.txt&lt;\/elserm -f *.htmwget http:\/\/www.espacioenblanco.es\/archivosonoro91.htmfor i in $(cat archivosonoro91.htm\u00a0 | grep href | grep &hellip; <a href=\"http:\/\/aldarias.es\/wordpress\/?p=214\">Sigue leyendo <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","footnotes":""},"categories":[222,22],"tags":[],"class_list":["post-214","post","type-post","status-publish","format-standard","hentry","category-lliurex","category-mp3"],"_links":{"self":[{"href":"http:\/\/aldarias.es\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/aldarias.es\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/aldarias.es\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/aldarias.es\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/aldarias.es\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=214"}],"version-history":[{"count":0,"href":"http:\/\/aldarias.es\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/214\/revisions"}],"wp:attachment":[{"href":"http:\/\/aldarias.es\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/aldarias.es\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=214"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/aldarias.es\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}