Ignore:
Timestamp:
Aug 26, 2018, 8:53:55 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Updated parsing of Astra website.
  • Fixed: Correctly parse Amblar date.
  • Added: Allow to update only one meet source by specified id.
  • Added: Show RSS link with RSS icon under meet table.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Import/SalsaDance.php

    r8 r11  
    55  function Import()
    66  {
    7     echo('Parsing '.$this->Name.'...</br>');
     7    parent::Import();
    88    $Content = file_get_contents($this->URL);
    99    $BlockStart = '<ul class="comments">';
     
    4040      $MeetItem->Database = $this->Database;
    4141      $MeetItem->Source = $this->Id;
    42       //print_r($MeetItem);
    43       $MeetItem->AddIfNotExist();
     42      $this->AddedCount += $MeetItem->AddIfNotExist();
    4443    }
    4544  }
Note: See TracChangeset for help on using the changeset viewer.