Skip to content

Commit

Permalink
Fix: crumb in feeds.YahooFinanceData (mementum#400)
Browse files Browse the repository at this point in the history
- authorization cookie crumb may contain '/' as character
  • Loading branch information
hirenchalodiya1 authored May 28, 2020
1 parent 72ba422 commit 73e20f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backtrader/feeds/yahoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ def start_v7(self):
self.f = None
return

crumb = urlquote(crumb)

# urldown/ticker?period1=posix1&period2=posix2&interval=1d&events=history&crumb=crumb

# Try to download
Expand Down

0 comments on commit 73e20f9

Please sign in to comment.