Yet it appears the pages are downloading somewhere, the below is the output, not shown in the second reprex. The dowloaded items seen below are not in the created directory 00_data-html/
.
> # Download each hotel page
> walk(pages, function(url){
+ download.file(url, destfile = file.path(data_dir, basename(url)), quiet = F)
+ #p$tick()$print()
+ })
trying URL 'https://www.wyndhamhotels.com//laquinta/birmingham-alabama/la-quinta-birmingham-hoover/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 208 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/birmingham-alabama/la-quinta-inn-birmingham-inverness/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 205 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/cullman-alabama/la-quinta-cullman/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 222 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/daphne-alabama/la-quinta-mobile-daphne/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 220 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/decatur-alabama/la-quinta-inn-decatur/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 227 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/dothan-alabama/la-quinta-dothan/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 248 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/fultondale-alabama/la-quinta-fultondale-birmingham-north/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 196 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/homewood-alabama/la-quinta-birmingham-homewood/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 227 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/huntsville-alabama/la-quinta-inn-huntsville-research-park/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 209 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/madison-alabama/la-quinta-huntsville-airport-madison/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 214 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mobile-alabama/la-quinta-inn-and-suites-mobile-i-65-airport-blvd/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 225 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mobile-alabama/la-quinta-mobile-tillmans-corner/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 227 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/montgomery-alabama/la-quinta-montgomery/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 219 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/opelika-alabama/la-quinta-opelika/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 214 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/oxford-alabama/la-quinta-oxford-anniston/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 210 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/prattville-alabama/la-quinta-prattville/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 234 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/satsuma-alabama/la-quinta-mobile-satsuma-saraland/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 246 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/tuscaloosa-alabama/la-quinta-inn-suites-by-wyndham-tuscaloosa-university/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 223 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/anchorage-alaska/la-quinta-anchorage-airport/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 255 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/fairbanks-alaska/la-quinta-fairbanks-airport/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 278 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/flagstaff-arizona/la-quinta-flagstaff/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 264 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/flagstaff-arizona/la-quinta-flagstaff-east-i-40/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 221 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/kingman-arizona/la-quinta-kingman/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 232 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mesa-arizona/la-quinta-mesa-superstition-springs/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 222 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mesa-arizona/la-quinta-phoenix-mesa-west/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 261 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/page-arizona/la-quinta-page-at-lake-powell/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 242 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/peoria-arizona/la-quinta-phoenix-west-peoria/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 220 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-phoenix-chandler/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 258 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-phoenix-i-10-west/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 234 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-inn-phoenix-north/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 224 KB
> reprex()
Rendering reprex...
Rendered reprex is on the clipboard.
> data_dir <- "00_data-html/"
> dir.create(data_dir, showWarnings = T)
Warning message:
In dir.create(data_dir, showWarnings = T) : '00_data-html' already exists
>
> # Create a progress bar
> #p <- progress_estimated(length(pages))
>
> # Download each hotel page
> walk(pages, function(url){
+ download.file(url, destfile = file.path(data_dir, basename(url)), quiet = F)
+ #p$tick()$print()
+ })
trying URL 'https://www.wyndhamhotels.com//laquinta/birmingham-alabama/la-quinta-birmingham-hoover/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 207 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/birmingham-alabama/la-quinta-inn-birmingham-inverness/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 206 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/cullman-alabama/la-quinta-cullman/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 222 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/daphne-alabama/la-quinta-mobile-daphne/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 220 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/decatur-alabama/la-quinta-inn-decatur/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 227 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/dothan-alabama/la-quinta-dothan/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 249 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/fultondale-alabama/la-quinta-fultondale-birmingham-north/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 196 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/homewood-alabama/la-quinta-birmingham-homewood/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 226 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/huntsville-alabama/la-quinta-inn-huntsville-research-park/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 209 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/madison-alabama/la-quinta-huntsville-airport-madison/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 214 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mobile-alabama/la-quinta-inn-and-suites-mobile-i-65-airport-blvd/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 225 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mobile-alabama/la-quinta-mobile-tillmans-corner/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 227 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/montgomery-alabama/la-quinta-montgomery/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 219 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/opelika-alabama/la-quinta-opelika/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 214 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/oxford-alabama/la-quinta-oxford-anniston/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 210 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/prattville-alabama/la-quinta-prattville/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 234 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/satsuma-alabama/la-quinta-mobile-satsuma-saraland/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 246 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/tuscaloosa-alabama/la-quinta-inn-suites-by-wyndham-tuscaloosa-university/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 223 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/anchorage-alaska/la-quinta-anchorage-airport/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 256 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/fairbanks-alaska/la-quinta-fairbanks-airport/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 277 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/flagstaff-arizona/la-quinta-flagstaff/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 264 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/flagstaff-arizona/la-quinta-flagstaff-east-i-40/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 221 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/kingman-arizona/la-quinta-kingman/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 231 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mesa-arizona/la-quinta-mesa-superstition-springs/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 221 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mesa-arizona/la-quinta-phoenix-mesa-west/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 262 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/page-arizona/la-quinta-page-at-lake-powell/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 241 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/peoria-arizona/la-quinta-phoenix-west-peoria/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 221 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-phoenix-chandler/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 258 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-phoenix-i-10-west/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 233 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-inn-phoenix-north/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 224 KB
> # Create a character vector of names of all files in directory
> files <- dir(data_dir, pattern = "*.html", full.names = F)
> dir.create(data_dir, showWarnings = T)
Warning message:
In dir.create(data_dir, showWarnings = T) : '00_data-html' already exists
>
> # Create a progress bar
> #p <- progress_estimated(length(pages))
>
> # Download each hotel page
> walk(pages, function(url){
+ download.file(url, destfile = file.path(data_dir, basename(url)), quiet = F)
+ #p$tick()$print()
+ })
trying URL 'https://www.wyndhamhotels.com//laquinta/birmingham-alabama/la-quinta-birmingham-hoover/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 207 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/birmingham-alabama/la-quinta-inn-birmingham-inverness/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 205 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/cullman-alabama/la-quinta-cullman/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 222 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/daphne-alabama/la-quinta-mobile-daphne/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 220 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/decatur-alabama/la-quinta-inn-decatur/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 227 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/dothan-alabama/la-quinta-dothan/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 248 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/fultondale-alabama/la-quinta-fultondale-birmingham-north/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 197 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/homewood-alabama/la-quinta-birmingham-homewood/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 226 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/huntsville-alabama/la-quinta-inn-huntsville-research-park/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 209 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/madison-alabama/la-quinta-huntsville-airport-madison/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 214 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mobile-alabama/la-quinta-inn-and-suites-mobile-i-65-airport-blvd/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 225 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mobile-alabama/la-quinta-mobile-tillmans-corner/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 227 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/montgomery-alabama/la-quinta-montgomery/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 219 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/opelika-alabama/la-quinta-opelika/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 214 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/oxford-alabama/la-quinta-oxford-anniston/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 210 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/prattville-alabama/la-quinta-prattville/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 234 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/satsuma-alabama/la-quinta-mobile-satsuma-saraland/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 247 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/tuscaloosa-alabama/la-quinta-inn-suites-by-wyndham-tuscaloosa-university/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 223 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/anchorage-alaska/la-quinta-anchorage-airport/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 256 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/fairbanks-alaska/la-quinta-fairbanks-airport/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 277 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/flagstaff-arizona/la-quinta-flagstaff/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 265 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/flagstaff-arizona/la-quinta-flagstaff-east-i-40/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 221 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/kingman-arizona/la-quinta-kingman/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 232 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mesa-arizona/la-quinta-mesa-superstition-springs/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 221 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mesa-arizona/la-quinta-phoenix-mesa-west/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 262 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/page-arizona/la-quinta-page-at-lake-powell/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 241 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/peoria-arizona/la-quinta-phoenix-west-peoria/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 220 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-phoenix-chandler/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 258 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-phoenix-i-10-west/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 234 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-inn-phoenix-north/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 224 KB
> library(purrr)
> walk(pages, function(url){
+ download.file(url, destfile = file.path(data_dir, basename(url)), quiet = F)
+ #p$tick()$print()
+ })
trying URL 'https://www.wyndhamhotels.com//laquinta/birmingham-alabama/la-quinta-birmingham-hoover/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 207 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/birmingham-alabama/la-quinta-inn-birmingham-inverness/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 205 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/cullman-alabama/la-quinta-cullman/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 222 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/daphne-alabama/la-quinta-mobile-daphne/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 220 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/decatur-alabama/la-quinta-inn-decatur/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 227 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/dothan-alabama/la-quinta-dothan/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 248 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/fultondale-alabama/la-quinta-fultondale-birmingham-north/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 196 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/homewood-alabama/la-quinta-birmingham-homewood/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 226 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/huntsville-alabama/la-quinta-inn-huntsville-research-park/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 210 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/madison-alabama/la-quinta-huntsville-airport-madison/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 214 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mobile-alabama/la-quinta-inn-and-suites-mobile-i-65-airport-blvd/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 226 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mobile-alabama/la-quinta-mobile-tillmans-corner/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 228 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/montgomery-alabama/la-quinta-montgomery/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 219 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/opelika-alabama/la-quinta-opelika/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 214 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/oxford-alabama/la-quinta-oxford-anniston/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 211 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/prattville-alabama/la-quinta-prattville/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 234 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/satsuma-alabama/la-quinta-mobile-satsuma-saraland/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 247 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/tuscaloosa-alabama/la-quinta-inn-suites-by-wyndham-tuscaloosa-university/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 224 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/anchorage-alaska/la-quinta-anchorage-airport/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 256 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/fairbanks-alaska/la-quinta-fairbanks-airport/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 278 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/flagstaff-arizona/la-quinta-flagstaff/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 264 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/flagstaff-arizona/la-quinta-flagstaff-east-i-40/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 222 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/kingman-arizona/la-quinta-kingman/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 231 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mesa-arizona/la-quinta-mesa-superstition-springs/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 221 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/mesa-arizona/la-quinta-phoenix-mesa-west/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 261 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/page-arizona/la-quinta-page-at-lake-powell/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 241 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/peoria-arizona/la-quinta-phoenix-west-peoria/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 220 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-phoenix-chandler/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 258 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-phoenix-i-10-west/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 233 KB
trying URL 'https://www.wyndhamhotels.com//laquinta/phoenix-arizona/la-quinta-inn-phoenix-north/overview'
Content type 'text/html; charset=UTF-8' length unknown
downloaded 224 KB