Changeset 12693
- Timestamp:
- 05/29/08 18:10:26 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/twitterarchivefilter/twitterarchivefilter.rb
r11257 r12693 117 117 html = getPageArchive( nextlink ) 118 118 items = getItems( html ) 119 next unless items or items[:messages] or items[:times]#=> Retry if failed get items...119 next unless ( items and items[:messages] and items[:times] ) #=> Retry if failed get items... 120 120 addItems( items ) 121 121 nextlink = getNextLink( html )
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)