# file page example Let's look at this page: [https://gelbooru.com/index.php?page=post&s=view&id=3837615](https://gelbooru.com/index.php?page=post&s=view&id=3837615). What sorts of data are we interested in here? * The image URL. * The different tags and their namespaces. * The secret md5 hash buried in the HTML. * The post time. * The Deviant Art source URL. ## the file url { id="the_file_url" } A tempting strategy for pulling the file URL is to just fetch the src of the embedded `#!html ` tag, but: * If the booru also supports videos or flash, you'll have to write separate and likely more complicated rules for `#!html