| | 1 | = Get Pages as XML = |
| | 2 | |
| | 3 | This is really easy - everything you need is just append '''xml''' to the end of URL. That means we got URL: |
| | 4 | * http://www.opensubtitles.org/en => http://www.opensubtitles.org/en/xml |
| | 5 | * http://www.opensubtitles.org/en/search/sublanguageid-all => http://www.opensubtitles.org/en/search/sublanguageid-all/xml |
| | 6 | * and so on... |
| | 7 | |
| | 8 | There also exists some special URL for searching providing really SIMPLE XML: |
| | 9 | * http://www.opensubtitles.org/en/search/sublanguageid-all/simplexml |
| | 10 | |
| | 11 | If you decide to use these XMLs in any way, please contact us first. |