Ignore:
Timestamp:
04/16/17 13:13:32 (6 years ago)
Author:
obi
Message:

fix youtube_dl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek_global.h

    r40279 r40313  
    885885                                if(getconfigint("tithek_autoupdate", NULL) == 1)
    886886                                {
    887                                         if(file_exist(dnode->page))
     887                                        if(file_exist(dnode->filename))
    888888                                        {
    889889                                                printf("[tithek] remove before download: %s\n", dnode->page);
    890                                                 unlink(dnode->page);
     890                                                unlink(dnode->filename);
    891891                                        }
    892892                                }
Note: See TracChangeset for help on using the changeset viewer.