Remove customer sitemap
This commit is contained in:
parent
d9fe2e1230
commit
886bf31fe0
2 changed files with 0 additions and 30 deletions
17
test.rb
17
test.rb
|
@ -1,17 +0,0 @@
|
||||||
#!/usr/bin/env ruby
|
|
||||||
|
|
||||||
urls = %w[
|
|
||||||
https://boutique.pressecotedivoire.fr/reading?id=SOIRINFO7163pZyPXQ#page=1
|
|
||||||
https://boutique.pressecotedivoire.fr/reading?id=NOTREVOIE5947jneW2f#page=1
|
|
||||||
https://boutique.pressecotedivoire.fr/reading?id=LGINFOS1979CHPFdD#page=1
|
|
||||||
https://boutique.pressecotedivoire.fr/reading?id=LETEMPS4463XBeNW4#page=1
|
|
||||||
]
|
|
||||||
|
|
||||||
urls.each do |url|
|
|
||||||
cmd = "bundle exec ./download.rb \"#{url}\""
|
|
||||||
system cmd
|
|
||||||
unless $?.success?
|
|
||||||
# try again
|
|
||||||
system cmd
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -1,13 +0,0 @@
|
||||||
root: http://tyb.phtechno.com
|
|
||||||
pages:
|
|
||||||
- /nos-offres/
|
|
||||||
- /nos-offres/accompagnement-transformation/
|
|
||||||
- /nos-offres/developpement-cohesion-sociale/
|
|
||||||
- /nos-offres/digital-learning/
|
|
||||||
- /nos-offres/gestion-agile-competences/
|
|
||||||
- /nos-offres/mutualisation-ressources-rh/
|
|
||||||
- /nos-offres/realisation-etudes-prospectives/
|
|
||||||
- /notre-reseau/
|
|
||||||
- /contact/
|
|
||||||
- /cookies-et-confidentialite/
|
|
||||||
- /mentions-legales/
|
|
Loading…
Reference in a new issue