Changeset 15553
- Timestamp:
- 05/08/12 00:16:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tmdb/tmdb.h
r15397 r15553 54 54 //http://api.themoviedb.org/2.1/Movie.search/de/xml/7bcd34bb47bc65d20a49b6b446a32866/Transformers 55 55 apikey = ostrcat(apikey, "7bcd34bb47bc65d20a49b6b446a32866", 1, 0); 56 tmpsearch = ostrcat("2.1/Movie.search/de/xml/", apikey, 0, 0);56 tmpsearch = ostrcat("2.1/Movie.search/de/xml/", apikey, 0, 1); 57 57 tmpsearch = ostrcat(tmpsearch, "/", 1, 0); 58 tmpsearch = ostrcat(tmpsearch, title, 0, 0);58 tmpsearch = ostrcat(tmpsearch, title, 1, 0); 59 59 60 60 tmpsearch = stringreplacechar(tmpsearch, ' ', '+');
Note: See TracChangeset
for help on using the changeset viewer.