idiotbox

youtube scraping and interfaces: CGI, Gopher, CLI
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2019-11-08 13:37youtube.c: improve abstractionHiltjo Posthuma1+2-3
2019-10-30 19:21youtube.c: declare some functions staticHiltjo Posthuma1+12-12
2019-10-30 19:20Makefile: respect system CFLAGS for compatsrcHiltjo Posthuma1+1-1
2019-10-30 19:15remove unused die() functions in interfacesHiltjo Posthuma3+0-36
2019-10-30 19:15fix order of max videos checkHiltjo Posthuma1+1-1
2019-10-30 19:12wrap search response in search_response struct + some improvementsHiltjo Posthuma5+80-66
2019-10-30 18:33clarify commentHiltjo Posthuma1+1-1
2019-10-30 18:33update TODOHiltjo Posthuma1+2-9
2019-10-06 11:57Makefile: specifiy ${CC} for compatsrc, add commentsHiltjo Posthuma1+3-3
2019-10-06 11:54cgi: add meta "no-referrer" headerHiltjo Posthuma1+1-0
2019-10-02 18:07fix compile warning (gcc 8.3.0 on Devuan)Hiltjo Posthuma1+3-2
2019-10-02 18:05add strlcat, strlcpy and make it easier to compile on LinuxHiltjo Posthuma5+121-1
2019-10-02 16:54improve Makefile a bit, update TODOHiltjo Posthuma2+11-9
2019-05-11 16:28cgi: don't show link if id is empty (for channels/users)Hiltjo Posthuma1+25-16
2019-05-11 13:32ignore parsing meta (published date) for playlistsHiltjo Posthuma1+2-0
2019-05-11 12:48remove unneeded initializationHiltjo Posthuma1+0-2
2019-05-11 12:45sync XML code, no functional changeHiltjo Posthuma2+19-12
2019-05-11 12:45use a more common Accept-Language headerHiltjo Posthuma1+1-1
2019-03-24 14:29cgi: show "Search all" for searching in user too, prefer channel parameter over userHiltjo Posthuma1+6-0
2019-03-24 14:25README whitespaceHiltjo Posthuma1+1-1
2019-03-24 14:23pass user parameter, dont show pagination for user/channel, simplify pledge/unveilHiltjo Posthuma1+36-43
2019-03-24 14:22youtube: improve commentHiltjo Posthuma1+1-1
2019-03-24 14:22update README and TODOHiltjo Posthuma2+23-1
2019-03-24 13:03xml: remove unnecesary checksHiltjo Posthuma1+16-31
2019-03-10 23:48improve Makefile a bitHiltjo Posthuma1+10-8
2019-03-10 23:48rename main.c to cgi.cHiltjo Posthuma1+0-0
2019-03-09 13:53gph: viewcount -> views, put duration after titleHiltjo Posthuma1+6-7
2019-03-09 13:48improve gph output, escape characters, uriencode inputHiltjo Posthuma1+57-13
2019-02-17 12:49cli: parameter encoding, update TODOHiltjo Posthuma2+33-3
2019-02-17 11:08cli: ignore all control-characters from youtube inputHiltjo Posthuma1+23-14
2019-02-15 17:51update TODOHiltjo Posthuma1+4-9
2019-02-15 17:45fix broken HTML when there is no publishdateHiltjo Posthuma1+2-3
2019-02-04 20:55fix <title> when not searching channel or userHiltjo Posthuma1+2-2
2019-01-13 09:00update TODO, LICENSE and add css files againHiltjo Posthuma6+199-8
2018-12-30 12:49update TODOHiltjo Posthuma1+3-0
2018-12-30 12:49fix UBHiltjo Posthuma4+8-4
2018-12-29 20:34update TODOHiltjo Posthuma1+3-1
2018-12-29 20:31add gph interface (wip)Hiltjo Posthuma3+226-1
2018-12-29 20:31fix paginationHiltjo Posthuma1+1-1
2018-12-29 15:09initial repoHiltjo Posthuma10+1845-0