Changeset 40947 for titan/plugins/tithek/kinox.h
- Timestamp:
- 09/11/17 00:08:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/kinox.h
r40906 r40947 845 845 } 846 846 debug(99, "(%d/%d) (%d/%d)hnr: %s hlink: %s hname: %s pathnewtmp: %s",i ,max ,j ,mirrormax ,hnr ,hlink ,hname ,pathnewtmp); 847 free(pathnewtmp), pathnewtmp = NULL;847 free(pathnewtmp), pathnewtmp = NULL; 848 848 ////////// 849 hname = string_resub("<div class=\"Named\">", "</div>", ret1[i].part, 0);850 pathnewtmp = ostrcat("/aGET/Mirror/", hlink, 0, 0);849 // hname = string_resub("<div class=\"Named\">", "</div>", ret1[i].part, 0); 850 // pathnewtmp = ostrcat("/aGET/Mirror/", hlink, 0, 0); 851 851 852 852 season = string_resub("&Season=", "\">", ret1[i].part, 0); 853 853 season = string_replace_all("amp;", "", season, 1); 854 854 855 pathnew = ostrcat(pathnewtmp, oitoa(j), 0, 1);855 // pathnew = ostrcat(pathnewtmp, oitoa(j), 0, 1); 856 856 pathnew = ostrcat(pathnew, "&Season=", 1, 0); 857 857 pathnew = ostrcat(pathnew, season, 1, 0); … … 860 860 861 861 free(season), season= NULL; 862 free(pathnewtmp), pathnewtmp = NULL;862 free(pathnewtmp), pathnewtmp = NULL; 863 863 864 864 pichname = ostrcat(hname, NULL, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.