/**
  * @param File $img
  * @param null|string $start
  * @return string
  */
 protected function getContinueStr($img, $start = null)
 {
     if ($start === null) {
         $start = $img->getTimestamp();
     }
     return $img->getOriginalTitle()->getDBkey() . '|' . $start;
 }