Changeset 708199
- Timestamp:
- 05/05/2013 01:03:02 PM (13 years ago)
- File:
-
- 1 edited
-
live-stream-badger/trunk/apis/class-api-twitch.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
live-stream-badger/trunk/apis/class-api-twitch.php
r700997 r708199 10 10 11 11 const FORMAT_CHANNEL_TO_URL = 'http://www.twitch.tv/%s'; 12 const REGEX_TWITCH_URL = '%http://(?:www )?\.twitch\.tv/([a-zA-Z0-9_\-\.]+)(?:/.)?%';12 const REGEX_TWITCH_URL = '%http://(?:www\.)?twitch\.tv/([a-zA-Z0-9_\-\.]+)(?:/.)?%'; 13 13 14 14 function get_api_identifier() {
Note: See TracChangeset
for help on using the changeset viewer.