bdoln / Test2

Justatest


Contributors bdoln

Last run completed successfully .

Console output of last run

Injecting configuration and compiling... Injecting scraper and running... <html> <head> <title>Scrape this table of best selling albums</title> </head> <body> <h1>Scrape this table of best selling albums</h1> <table class="data"> <thead><tr class="tableizer-firstrow"><th>Artist</th><th>Album</th><th>Released</th><th>Empty column</th><th>Sales m</th></tr></thead><tbody> <tr><td>Michael Jackson</td><td>Thriller</td><td>1982</td><td>&nbsp;</td><td>110</td></tr> <tr><td>AC/DC</td><td>Back in Black</td><td>1980</td><td>&nbsp;</td><td>49</td></tr> <tr><td>Pink Floyd</td><td>The Dark Side of the Moon</td><td>1973</td><td>&nbsp;</td><td>45</td></tr> <tr><td>Whitney Houston / Various artists</td><td>The Bodyguard</td><td>1992</td><td>&nbsp;</td><td>44</td></tr> <tr><td>Meat Loaf </td><td>Bat Out of Hell</td><td>1977</td><td>&nbsp;</td><td>43</td></tr> <tr><td>Eagles</td><td>Their Greatest Hits (1971â€"1975)</td><td>1976</td><td>&nbsp;</td><td>42</td></tr> </tbody></table> <p> <a class="next" href="/scraping-for-everyone/webpages/example_table_2.html">next page</a> </p> </body> </html> {'Sales m': '110', 'Artist': 'Michael Jackson', 'Released': '1982', 'Album': 'Thriller'} ------------ {'Sales m': '49', 'Artist': 'AC/DC', 'Released': '1980', 'Album': 'Back in Black'} ------------ {'Sales m': '45', 'Artist': 'Pink Floyd', 'Released': '1973', 'Album': 'The Dark Side of the Moon'} ------------ {'Sales m': '44', 'Artist': 'Whitney Houston / Various artists', 'Released': '1992', 'Album': 'The Bodyguard'} ------------ {'Sales m': '43', 'Artist': 'Meat Loaf ', 'Released': '1977', 'Album': 'Bat Out of Hell'} ------------ {'Sales m': '42', 'Artist': 'Eagles', 'Released': '1976', 'Album': u'Their Greatest Hits (1971\xc3\xa2\xe2\x82\xac"1975)'} ------------ [<Element a at 0x7f1a36de4fc8>] https://paulbradshaw.github.io/scraping-for-everyone/webpages/example_table_2.html <html> <head> <title>Scrape this table of best selling albums</title> </head> <body> <h1>Scrape this table of best selling albums</h1> <table class="data"> <thead><tr class="tableizer-firstrow"><th>Artist</th><th>Album</th><th>Released</th><th>Empty column</th><th>Sales m</th></tr></thead><tbody> <tr><td>Various artists</td><td>Dirty Dancing</td><td>1987</td><td>&nbsp;</td><td>42</td></tr> <tr><td>Fleetwood Mac</td><td>Rumours</td><td>1977</td><td>&nbsp;</td><td>40</td></tr> <tr><td>Backstreet Boys</td><td>Millennium</td><td>1999</td><td>&nbsp;</td><td>40</td></tr> <tr><td>Bee Gees / Various artists</td><td>Saturday Night Fever</td><td>1977</td><td>&nbsp;</td><td>40</td></tr> <tr><td>Shania Twain</td><td>Come On Over</td><td>1997</td><td>&nbsp;</td><td>39</td></tr> <tr><td>Led Zeppelin</td><td>Led Zeppelin IV</td><td>1971</td><td>&nbsp;</td><td>37</td></tr> </tbody></table> <p> <a class="previous" href="/scraping-for-everyone/webpages/example_table_1.html">previous page</a> </p> </body> </html> {'Sales m': '42', 'Artist': 'Various artists', 'Released': '1987', 'Album': 'Dirty Dancing'} ------------ {'Sales m': '40', 'Artist': 'Fleetwood Mac', 'Released': '1977', 'Album': 'Rumours'} ------------ {'Sales m': '40', 'Artist': 'Backstreet Boys', 'Released': '1999', 'Album': 'Millennium'} ------------ {'Sales m': '40', 'Artist': 'Bee Gees / Various artists', 'Released': '1977', 'Album': 'Saturday Night Fever'} ------------ {'Sales m': '39', 'Artist': 'Shania Twain', 'Released': '1997', 'Album': 'Come On Over'} ------------ {'Sales m': '37', 'Artist': 'Led Zeppelin', 'Released': '1971', 'Album': 'Led Zeppelin IV'} ------------ []

Data

Downloaded 0 times

To download data sign in with GitHub

Download table (as CSV) Download SQLite database (9 KB) Use the API

rows 10 / 85

td Sales m Artist Released Album
NO ENTRY
Date
Hospital
Region
Trolley Total
Ward Total
Beaumont Hospital
Connolly Hospital, Blanchardstown
5
Mater Misericordiae University Hospital

Statistics

Average successful run time: 1 minute

Total run time: 7 minutes

Total cpu time used: less than 5 seconds

Total disk space used: 34.7 KB

History

  • Manually ran revision 05c7a6aa and completed successfully .
    12 records added, 73 records updated in the database
  • Manually ran revision 82e4d52a and failed .
    nothing changed in the database
  • Manually ran revision ad97bbdf and failed .
    nothing changed in the database
  • Manually ran revision ad97bbdf and failed .
    nothing changed in the database
  • Manually ran revision 112b9830 and failed .
    nothing changed in the database
  • ...
  • Created on morph.io

Show complete history

Scraper code

Test2