diff --git a/youtube_dl/extractor/hostingbulk.py b/youtube_dl/extractor/hostingbulk.py
index a07dd4962..8e812b669 100644
--- a/youtube_dl/extractor/hostingbulk.py
+++ b/youtube_dl/extractor/hostingbulk.py
@@ -57,17 +57,13 @@ class HostingBulkIE(InfoExtractor):
thumbnail = self._search_regex(
r'', webpage, 'rand')
- fields = {
- 'id': video_id,
- 'method_free': '',
- 'method_premium': '',
- 'op': 'download2',
- 'rand': rand,
- 'referer': '',
- }
+ fields = dict(re.findall(r'''(?x)