thereido / RatingSync

Keep ratings from movie websites in sync
GNU General Public License v3.0
0 stars 1 forks source link

Support 8 digit IMDb IDs #26

Closed thereido closed 5 years ago

thereido commented 5 years ago

IMDb IDs are "tt" with 7 digits. As of 4/7/2019 new titles have 8 digits. Update the regex when looking for an IMDb ID in a search query. Match "tt" followed by at least 7 digits, but up to any number (in case they go up to 9 or more).