| Merge pull request #539 from srirams/patch-1 |
|
More...
|
4 months ago
|
| fix rating and cover url |
|
More...
|
4 months ago
|
| Merge pull request #538 from MiM-MiM/country_of_origin |
|
More...
|
4 months ago
|
| Merge pull request #536 from MiM-MiM/tv_reference_fix |
|
More...
|
4 months ago
|
| Fix: movieParser get country codes - Updates the xpath for the origin country links. ```python from imdb import Cinemagoer as IMDb ia = IMDb() Last_of_Us = ia.get_movie('3581920') Last_of_Us.get('country codes') \# ['ca', 'us'] ``` |
|
More...
|
5 months ago
|
| Fix: Episode Parser - Show movieID DOM parser now selects the correct link. |
|
More...
|
5 months ago
|
| Merge branch 'mhrashvand1-master' |
|
More...
|
5 months ago
|
| update the test suite |
|
More...
|
5 months ago
|
| Revert irrelevant changes |
|
More...
|
5 months ago
|
| Remove socket.setdefaulttimeout to avoid potential side effects |
|
More...
|
5 months ago
|
| Merge pull request #532 from cinemagoer/uyar/modernize |
|
More...
|
6 months ago
|
| Set minor versions for dependencies |
|
More...
|
6 months ago
|
| Fix version number |
|
More...
|
6 months ago
|
| Remove the encoding declarations |
|
More...
|
6 months ago
|
| Fix style issues |
|
More...
|
6 months ago
|
| Remove reference to the unicode type |
|
More...
|
6 months ago
|
| Use modern syntax for calls to super |
|
More...
|
6 months ago
|
| Relax style rules temporarily |
|
More...
|
6 months ago
|
| Remove support for ElementTree |
|
More...
|
6 months ago
|
| Remove the cli from piculet |
|
More...
|
6 months ago
|
| Remove python 2 specific code |
|
More...
|
6 months ago
|
| Remove pygenstub signatures |
|
More...
|
6 months ago
|
| Fix style problems in tests |
|
More...
|
6 months ago
|
| Remove inheriting from object |
|
More...
|
6 months ago
|
| Remove future imports |
|
More...
|
6 months ago
|
| Drop support for older Python versions |
|
More...
|
6 months ago
|
| bump version |
|
More...
|
6 months ago
|
| introduce documentation about jsel and jextr |
|
More...
|
6 months ago
|
| fix top/bottom parser |
|
More...
|
6 months ago
|
| introduce the jextr module to extract standard information from JSON |
|
More...
|
6 months ago
|