summaryrefslogtreecommitdiff
path: root/urlopen.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-26add www. subdomain to invidiousHEADmasterDaniel Jones1-0/+1
2019-12-01add env var for media role and use execveDaniel Jones1-1/+5
2019-10-11changed feh commandDaniel Jones1-1/+1
2019-10-05added invidio.usDaniel Jones1-0/+1
2019-08-27add png:largeDaniel Jones1-1/+1
2019-07-29removed slack: was a fun few years thanksDaniel Jones1-5/+0
2019-07-29why the fuck is pnj a thingDaniel Jones1-1/+1
2019-06-17added liveleak urlsDaniel Jones1-0/+2
2019-06-05now use c89 and -pedanticDaniel Jones1-19/+29
2019-06-04added vimeo.comDaniel Jones1-0/+1
2019-06-03added jpg:large fiel extensionDaniel Jones1-1/+1
2019-05-06add twitterDaniel Jones1-0/+1
2019-05-02added {new,old}reddit.comDaniel Jones1-0/+2
2019-04-29fix missing commaDaniel Jones1-1/+1
2019-04-29added gobDaniel Jones1-12/+13
2019-04-17added v.redd.itDaniel Jones1-0/+1
2019-04-10added m.youtube.comDaniel Jones1-0/+1
2019-04-10verbosity--Daniel Jones1-1/+0
2019-04-09now ignores case of file extension by converting everything to upperDaniel Jones1-1/+25
2019-03-18prevent trying to write out of bounds when constructing argument arrayDaniel Jones1-2/+10
2019-03-15the return is reached..Daniel Jones1-1/+1
2019-03-15moved fork/execute to own functionDaniel Jones1-51/+62
2019-03-15added some more domains, debug prints when NOFORKDaniel Jones1-4/+12
2019-03-12some commentsDaniel Jones1-1/+5
2019-03-12changed and added some constantsDaniel Jones1-12/+13
2019-03-08reopen std{out,err} as /dev/null instead of closing themDaniel Jones1-5/+10
2019-03-08fixed bug preventing youtubedl workingDaniel Jones1-7/+12
2019-03-07semanticsDaniel Jones1-1/+1
2019-03-06error handlingDaniel Jones1-0/+3
2019-03-06some comments and error handlingDaniel Jones1-4/+8
2019-03-06added featureDaniel Jones1-32/+105
2019-03-07mupdf path changeDaniel Jones1-1/+1
2019-03-06removed unneeded assignment and used a define for buffer sizesDaniel Jones1-5/+5
2019-03-06first code commitDaniel Jones1-0/+150