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/Seznamka.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 = 'Tanec ...</h1 class=\'nadpis\'>';
     
    4242      $MeetItem->Database = $this->Database;
    4343      $MeetItem->Source = $this->Id;
    44       //unset($MeetItem->Database);
    45       //print_r($MeetItem);
    46       $MeetItem->AddIfNotExist();
     44      $this->AddedCount += $MeetItem->AddIfNotExist();
    4745    }
    4846  }
Note: See TracChangeset for help on using the changeset viewer.