4   * Add support for scraping Instagram location pages, like for example
 
   5     https://www.instagram.com/explore/locations/833277432/
 
   6   * Make scraping Instagram.com more robust
 
   7   * Improve and fix scraping Facebook.com pages once again
 
   8   * Add support for Twitter.com permalink URLs
 
   9   * Make the generated Twitter.com feed mach more closely the original
 
  10     content, now spaces and line wrap are preserved in feed reader which can
 
  11     render the HTML code embedded in the <description/> element, this way
 
  12     ASCII art tweets can be fully appreciated when read via tweeper.
 
  13     Check out https://twitter.com/sarahjeong/status/955651919279722496
 
  18   * Make scraping Facebook.com pages more robust
 
  19   * Fix getting the channel image for Facebook.com pages
 
  20   * Add some development tools
 
  21   * Fix a problem with some feed readers when showing images from Twitter.com
 
  22     by ignoring the "style" attribute in the scraped HTML
 
  23   * Filter out promoted tweets when scraping Twitter.com
 
  24   * Remove support for Howtoons.com, the old blog is not available anymore
 
  29   * Support "application/octet-stream" as an enclosure content type
 
  30   * Support "application/pdf" as an enclosure content type
 
  31   * Fix information leakage by validating the URL scheme
 
  32   * Code restructuring to make it easier to use tweeper as a library in other
 
  34   * Allow installing tweeper via composer, the packagist page is at:
 
  35     https://packagist.org/packages/ao2/tweeper
 
  36   * Misc robustness fixes
 
  41   * Fix support for Facebook.com public pages
 
  42   * Fix support for Dilbert.com
 
  43   * Major code cleanup (coding style, functions naming)
 
  44   * Fix indentation when generating the <enclosure/> element
 
  45   * Support generating enclosure for "image/png" links
 
  46   * Major improvements for Twitter.com:
 
  47     - embed images directly in the item description, linking to the original
 
  48       versions uploaded by the user;
 
  49     - use direct links instead of ones pointing to the t.co redirector;
 
  50     - show explicitly if the attached media is a video;
 
  51     - add enclosure element support for attached images.
 
  52   * Minor improvements for Instagram.com:
 
  53     - fix the channel link;
 
  54     - make images adapt to the feed reader view, this avoids horizontal
 
  55       scrolling if the image is too big.
 
  56   * Support generating enclosure for images on Dilbert.com
 
  57   * Support generating enclosure for images on Pump.io sites
 
  58   * Misc fixes to code and documentation
 
  63   * Use the Symfony Serializer component instead of the PEAR XML_Serializer
 
  64   * Make the Twitter stylesheet stricter to avoid empty timeline entries
 
  69   * Make the generated RSS validate with feedvalidator.org
 
  70   * Fix support for Dilbert.com
 
  71   * Add support for Instragram.com
 
  72   * Add support for public pages on Facebook.com
 
  73   * Make tweeper work with the PHP built-in web server
 
  74   * Misc fixes to code and documentation
 
  79   * Support generating enclosure for "audio/ogg" links
 
  80   * Always specify xml:base to improve local URLs expansions in some cases
 
  81   * Support both the classic and the new Twitter profile pages
 
  82   * Fix getting the profile picture of Twitter users
 
  83   * Add support for Howtoons.com
 
  88   * Small fixes to the man page which must be in the coming Debian package
 
  93   * Initial version supporting Twitter.com
 
  94   * Add support for pump.io sites
 
  95   * Add support for dilbert.com
 
  96   * Show links to supported media files in the RSS <enclosure/> element