[yahoo] Use centralized sorting, and add tbr field
This commit is contained in:
parent
b874fe2da8
commit
7217e148fb
4 changed files with 13 additions and 6 deletions
|
@ -1098,3 +1098,7 @@ def url_basename(url):
|
|||
class HEADRequest(compat_urllib_request.Request):
|
||||
def get_method(self):
|
||||
return "HEAD"
|
||||
|
||||
|
||||
def int_or_none(v):
|
||||
return v if v is None else int(v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue