Jump to content

asasinulmortii

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by asasinulmortii

  1. Tot nu merge :P

    (eu mi l-am modificat, dar vroiam sa te avertizez legat de varianta de pe github)

    pe linia 70 ai asa:

    $user = trim($posturi[$i]->parent()->find('span.author')[0]->plaintext);

    Inlocuieste cu:

    $user=$posturi[$i]->parent()->find('span.author');
    $user = trim($user[0]->plaintext);

    EDIT:

    Testat pe CentOS 6, Gnome

×
×
  • Create New...